- 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 21:45:12 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3f3174b85d448967465ec0e6fb9e52aaa48b977283e24cbf2a7936185088973
|
||||
size 204604
|
||||
3
v2.2.2.tar.gz
Normal file
3
v2.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b565b0c13f0534c60b540f4aa049019c5ab1ae2b1413fe3decc83934f87a8508
|
||||
size 232791
|
||||
Reference in New Issue
Block a user