15
0

- 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:
2021-05-18 21:46:56 +00:00
committed by Git OBS Bridge
parent 2093090177
commit 7a6567cf79
4 changed files with 18 additions and 4 deletions

View File

@@ -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