diff --git a/python-elementpath.changes b/python-elementpath.changes index b49b915..aac2724 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Oct 28 11:35:48 UTC 2024 - Dirk Müller + +- update to 4.6.0: + * Fix XsdAttributeGroupProtocol + * Improve Unicode support with installable UnicodeData.txt + versions + * Extend names disambiguation with a fix for issue #78 + * Refactor tree builders to fix document position of tails + (issue #79) + * Fix and clean node trees iteration methods (issue #72) + * Fix missing raw string for '[^rn]' (pull request #76) + * Full and more specific type annotations + ------------------------------------------------------------------- Tue Apr 2 09:45:18 UTC 2024 - Dirk Müller diff --git a/python-elementpath.spec b/python-elementpath.spec index 96c86f3..e55ef25 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-elementpath -Version: 4.4.0 +Version: 4.6.0 Release: 0 Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml License: MIT diff --git a/v4.4.0.tar.gz b/v4.4.0.tar.gz deleted file mode 100644 index ea6d1b6..0000000 --- a/v4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb1392e6cc7e16fcecc10d048fdd1d635bac3616c75e4de6fb1a6c637e45dde8 -size 330589 diff --git a/v4.6.0.tar.gz b/v4.6.0.tar.gz new file mode 100644 index 0000000..9acd441 --- /dev/null +++ b/v4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949c497f6d39435b2aa7881c0259afa79a8da1e281926135ef3afae38f4cfc2a +size 355664