17
0
Commit Graph

23 Commits

Author SHA256 Message Date
79563bcc78 Accepting request 934521 from devel:languages:python
- update to 2.4.0:
  * Fix type annotations and going strict on parsers and other public classes
  * Add XPathConstructor token class (subclass of XPathFunction)
  * Last release for Python 3.6

OBS-URL: https://build.opensuse.org/request/show/934521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=11
2021-12-09 18:45:00 +00:00
dd43436a4f - update to 2.4.0:
* Fix type annotations and going strict on parsers and other public classes
  * Add XPathConstructor token class (subclass of XPathFunction)
  * Last release for Python 3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=21
2021-11-29 11:25:32 +00:00
615c57bb0c Accepting request 925762 from devel:languages:python
- update to 2.3.2:
  * Make ElementProtocol and LxmlElementProtocol runtime checkable
  * Type annotations for all package public APIs
  * Add LxmlElementProtocol
  * Add pytest env to tox.ini (test issue #39)
  * Add inline type annotations check support
  * Add structural Protocol based type checks
  * Add Python 3.10 in Tox and CI tests
  * Apply __slots__ to TDOP and regex classes

OBS-URL: https://build.opensuse.org/request/show/925762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=10
2021-10-20 18:23:36 +00:00
4e213f9755 - update to 2.3.2:
* Make ElementProtocol and LxmlElementProtocol runtime checkable
  * Type annotations for all package public APIs
  * Add LxmlElementProtocol
  * Add pytest env to tox.ini (test issue #39)
  * Add inline type annotations check support
  * Add structural Protocol based type checks
  * Add Python 3.10 in Tox and CI tests
  * Apply __slots__ to TDOP and regex classes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=20
2021-10-16 21:53:27 +00:00
03e70c6bcb Accepting request 894162 from devel:languages:python
- 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/request/show/894162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=9
2021-05-20 17:23:24 +00:00
7a6567cf79 - 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
2021-05-18 21:46:56 +00:00
f639ce3cf0 Accepting request 868478 from devel:languages:python
- update to 2.1.3:
  * Extend tests for XPath 2.0 with minor fixes
  * Fix fn:round-half-to-even (issue #33)
  * Extend tests for XPath 1.0/2.0 with minor fixes
  * Fix for +/- prefix operators
  * Fix for regex patterns anchors and binary datatypes
  * Fix for issue #32 (test failure on missing locale setting)
  * Extend tests for XPath 1.0 with minor fixes
  * Create custom class hierarchy for XPath nodes that replaces named-tuples
  * Bind attribute nodes, text nodes and namespace nodes to parent element (issue #31)
  * Increase the speed of path step selection on large trees
  * More tests and small fixes to XSD builtin datatypes

OBS-URL: https://build.opensuse.org/request/show/868478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=8
2021-02-04 19:23:15 +00:00
2093090177 - update to 2.1.3:
* Extend tests for XPath 2.0 with minor fixes
  * Fix fn:round-half-to-even (issue #33)
  * Extend tests for XPath 1.0/2.0 with minor fixes
  * Fix for +/- prefix operators
  * Fix for regex patterns anchors and binary datatypes
  * Fix for issue #32 (test failure on missing locale setting)
  * Extend tests for XPath 1.0 with minor fixes
  * Create custom class hierarchy for XPath nodes that replaces named-tuples
  * Bind attribute nodes, text nodes and namespace nodes to parent element (issue #31)
  * Increase the speed of path step selection on large trees
  * More tests and small fixes to XSD builtin datatypes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=16
2021-02-01 22:11:30 +00:00
d08859cb31 Accepting request 847302 from devel:languages:python
- Update to 2.0.4:
  * Lazy tokenizer for parser classes in order to minimize import time

OBS-URL: https://build.opensuse.org/request/show/847302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=7
2020-11-13 17:52:54 +00:00
3470773377 - Update to 2.0.4:
* Lazy tokenizer for parser classes in order to minimize import time

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=14
2020-11-09 15:03:00 +00:00
e5bb486bd9 Accepting request 839912 from devel:languages:python
- Update to 2.0.3:
  * Fix context handling in cycle statements
  * Change constructor's label to 'constructor function'
  * Add regex translator to package API
  * More than 99% of W3C XPath 2.0 tests pass
  * Add regex transpiler (for XPath/XQuery and XML Schema regular expressions)
  * Hotfix for issue #30
  * Extensive testing with W3C XPath 2.0 tests (~98% passed)
  * Split context variables from in-scope variables (types)
  * Add other XSD builtin atomic types

OBS-URL: https://build.opensuse.org/request/show/839912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=6
2020-10-29 08:46:40 +00:00
321c963aa1 - Update to 2.0.3:
* Fix context handling in cycle statements
  * Change constructor's label to 'constructor function'
  * Add regex translator to package API
  * More than 99% of W3C XPath 2.0 tests pass
  * Add regex transpiler (for XPath/XQuery and XML Schema regular expressions)
  * Hotfix for issue #30
  * Extensive testing with W3C XPath 2.0 tests (~98% passed)
  * Split context variables from in-scope variables (types)
  * Add other XSD builtin atomic types

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=12
2020-10-07 04:06:35 +00:00
456f156124 Accepting request 816748 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/816748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=5
2020-06-26 19:44:33 +00:00
8eadc94245 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=10
2020-06-24 03:52:27 +00:00
a11cf18b94 Accepting request 791676 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/791676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=4
2020-04-07 08:26:06 +00:00
Tomáš Chvátal
4c17ad9e2f Accepting request 791675 from home:mcalabkova:branches:devel:languages:python
- update to 1.4.3
  * Fix PyPy 3 tests on xs:base64Binary and xs:hexBinary
  * Separated the tests of schema proxy API and other schemas based tests
  * Multiple XSD type associations on a token
  * Extend xs:untypedAtomic type usage
  * Increase the tests coverage to 95%

OBS-URL: https://build.opensuse.org/request/show/791675
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=8
2020-04-06 08:11:58 +00:00
Oliver Kurz
87a935422a Accepting request 770527 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/770527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=3
2020-02-14 15:24:47 +00:00
Tomáš Chvátal
fd97cd4232 Accepting request 770512 from home:mcalabkova:branches:devel:languages:python
- update to 1.4.1
  * Remove Python 2 support
  * Add TextNode node type
  * fixed: test_datatypes.(Duration|Timezone)TypesTest.test_hashing fails on 32bit arches

OBS-URL: https://build.opensuse.org/request/show/770512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=6
2020-02-06 11:14:06 +00:00
f0b0d43cfc Accepting request 744158 from devel:languages:python
- Update to 1.3.1:
  * Improved schema proxy
  * Improved XSD type matching using paths
  * Cached parent path for XPathContext (only Python 3)
  * Improve typed selection with TypedAttribute and TypedElement named-tuples
  * Add iter_results to XPathContext
  * Remove XMLSchemaProxy from package
  * Fix descendant shortcut operator '//'
  * Fix text() function
  * Fix typed select of '(name)' token
  * Fix 24-hour time for DateTime

OBS-URL: https://build.opensuse.org/request/show/744158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=2
2019-11-04 16:12:29 +00:00
Tomáš Chvátal
05f6f70a24 - Update to 1.3.1:
* Improved schema proxy
  * Improved XSD type matching using paths
  * Cached parent path for XPathContext (only Python 3)
  * Improve typed selection with TypedAttribute and TypedElement named-tuples
  * Add iter_results to XPathContext
  * Remove XMLSchemaProxy from package
  * Fix descendant shortcut operator '//'
  * Fix text() function
  * Fix typed select of '(name)' token
  * Fix 24-hour time for DateTime

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=4
2019-10-30 12:36:04 +00:00
07bb696653 Accepting request 729547 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/729547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=1
2019-09-11 08:32:48 +00:00
Tomáš Chvátal
0ae495ffbf - Skip test_hashing to fix 32bit builds
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=2
2019-09-09 18:34:11 +00:00
Tomáš Chvátal
47f726d263 - Initial commit needed by python-xmlschema
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=1
2019-09-09 14:35:29 +00:00