diff --git a/python-elementpath.changes b/python-elementpath.changes index 5229cb3..ae3ccd6 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jun 4 14:00:38 UTC 2022 - Dirk Müller + +- update to 2.5.3: + * Fix unary path step operator (issue #46) + * Fix sphinx warnings *'reference target not found'* (issue #45) + * Include PR #43 with fixes for `XPathContext.iter_siblings()` (issues #42 and #44) + * Fix for failed floats equality tests (issue #41) + * Static typing tested with mypy==0.950 + ------------------------------------------------------------------- Sat Mar 26 21:23:23 UTC 2022 - Dirk Müller diff --git a/python-elementpath.spec b/python-elementpath.spec index 3257466..3ac5cdf 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-elementpath -Version: 2.5.0 +Version: 2.5.3 Release: 0 Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml License: MIT diff --git a/v2.5.0.tar.gz b/v2.5.0.tar.gz deleted file mode 100644 index ca31577..0000000 --- a/v2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82cb0d2ae49ba3e0b1b927bfc3200a429ecddee8973fc9e043db83dc8db5fb86 -size 263680 diff --git a/v2.5.3.tar.gz b/v2.5.3.tar.gz new file mode 100644 index 0000000..5e25fb1 --- /dev/null +++ b/v2.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5917ed1b7155e47205569f2310ff22d0b73e7707f08795dff348e6cd3e2615d0 +size 264387