diff --git a/python-elementpath.changes b/python-elementpath.changes index 40581dd..da6c35e 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 9 15:01:31 UTC 2020 - Matej Cepl + +- Update to 2.0.4: + * Lazy tokenizer for parser classes in order to minimize import time + ------------------------------------------------------------------- Wed Oct 7 04:05:09 UTC 2020 - Steve Kowalik diff --git a/python-elementpath.spec b/python-elementpath.spec index 30ca9cb..9038a7a 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: 2.0.3 +Version: 2.0.4 Release: 0 Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml License: MIT diff --git a/v2.0.3.tar.gz b/v2.0.3.tar.gz deleted file mode 100644 index 523b035..0000000 --- a/v2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:284faae5ceacd49d21fc75f25b2dc3b5900f3effd9fb8ce9dd916df169902f09 -size 189391 diff --git a/v2.0.4.tar.gz b/v2.0.4.tar.gz new file mode 100644 index 0000000..6fbab18 --- /dev/null +++ b/v2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b89cc5ed8491b43266607b575b8d01730c865042f6ca7bd7486bad55ffc856 +size 189458