diff --git a/python-elementpath.changes b/python-elementpath.changes index 26171f0..02ce5a3 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 24 03:51:04 UTC 2020 - Steve Kowalik + +- Update to 1.4.6: + * Fix XPathContext to let the subclasses replace the XPath nodes iterator function + * Fix tokenizer and parsers for ambiguities between symbols and names + * Improve XPath context and axes processing + * Integrate pull requests and fix bug on predicate selector + ------------------------------------------------------------------- Mon Apr 6 08:06:45 UTC 2020 - Marketa Calabkova diff --git a/python-elementpath.spec b/python-elementpath.spec index b9cf1da..c20a920 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-elementpath -Version: 1.4.3 +Version: 1.4.6 Release: 0 Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml License: MIT diff --git a/v1.4.3.tar.gz b/v1.4.3.tar.gz deleted file mode 100644 index d1010d4..0000000 --- a/v1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d549511a94dc2a63fc295f35ec0d454fb01641a4e638b699aa21951cb6a45e9f -size 116919 diff --git a/v1.4.6.tar.gz b/v1.4.6.tar.gz new file mode 100644 index 0000000..57ca98a --- /dev/null +++ b/v1.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00625c81ef335dbcb5ac1668a79926369d06ce6a5e505238a519eddfcba81c8 +size 119826