diff --git a/python-elementpath.changes b/python-elementpath.changes index a53f206..6705167 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue May 18 21:45:12 UTC 2021 - Dirk Müller + +- update to 2.2.2: + * Fix issue sissaschool/xmlschema#243 (assert with xsi:nil usage) + * First implementation of XPath 3.0 fn:format-integer + * Add function signatures at token registration + * Some fixes to XPath tokens and more XPath 3.0 implementations + * Optimize TDOP parser's tokenizer + * Resolve ambiguities with operators and statements that are also names + * Merge with XPath 3.0/3.1 develop (to be completed) + * Add tests and apply small fixes to TDOP parser + * Fix wildcard selection of attributes (issue #35) + ------------------------------------------------------------------- Mon Feb 1 22:10:01 UTC 2021 - Dirk Müller diff --git a/python-elementpath.spec b/python-elementpath.spec index f7aac6a..5d705fa 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.1.3 +Version: 2.2.2 Release: 0 Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml License: MIT diff --git a/v2.1.3.tar.gz b/v2.1.3.tar.gz deleted file mode 100644 index 28ee84f..0000000 --- a/v2.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3f3174b85d448967465ec0e6fb9e52aaa48b977283e24cbf2a7936185088973 -size 204604 diff --git a/v2.2.2.tar.gz b/v2.2.2.tar.gz new file mode 100644 index 0000000..da94f58 --- /dev/null +++ b/v2.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b565b0c13f0534c60b540f4aa049019c5ab1ae2b1413fe3decc83934f87a8508 +size 232791