Skip to content

Commit

Permalink
python3-elementpath: upgrade 4.0.1 -> 4.1.0
Browse files Browse the repository at this point in the history
Changelog:
==========
 Refactor XPath function call (context=None only as keyword argument)
 Add external function support (issue openembedded#60)
 Some fixes to string representation and source property of tokens
 Extend documentation and tests
 Clean XSD datatypes hierarchy

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Apr 3, 2023
1 parent 5267f85 commit daa03fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"

SRC_URI[sha256sum] = "1162e4c8e5501bd36291b668f4449b8125fea5ef64a26da8d71da31126725aa5"
SRC_URI[sha256sum] = "dbd7eba3cf0b3b4934f627ba24851a3e0798ef2bc9104555a4cd831f2e6e8e14"

PYPI_PACKAGE = "elementpath"
inherit pypi setuptools3
Expand Down

0 comments on commit daa03fd

Please sign in to comment.