The NetBSD Project

CVS log for pkgsrc/textproc/py-elementpath/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-elementpath

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39 / (download) - annotate - [select for diffs], Mon Mar 18 08:51:26 2024 UTC (10 days, 11 hours ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored) to selected 1.26 (colored)

py-elementpath: updated to 4.4.0

v4.4.0

* Improve stand-alone XPath functions builder
* Update tokens and parsers __repr__
* Fix static typing protocols to work with etree and XSD elements

Revision 1.38 / (download) - annotate - [select for diffs], Sun Feb 18 08:29:20 2024 UTC (5 weeks, 4 days ago) by adam
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored) to selected 1.26 (colored)

py-elementpath: updated to 4.3.0

v4.3.0

* Change the purpose of the evaluation with a dynamic schema context
* Add a tox.ini testenv with Python 3.13 pre-releases

Revision 1.37 / (download) - annotate - [select for diffs], Sun Feb 11 11:05:28 2024 UTC (6 weeks, 4 days ago) by adam
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored) to selected 1.26 (colored)

py-elementpath: updated to 4.2.1

v4.2.1

* Fix dynamic context initialization with lxml a non-root element
* Fix XP30+ function fn:function-lookup
* Fix XP30+ fn:unparsed-text, fn:unparsed-text-lines and fn:unparsed-text-available

Revision 1.36 / (download) - annotate - [select for diffs], Thu Feb 8 06:20:04 2024 UTC (7 weeks ago) by adam
Branch: MAIN
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (colored) to selected 1.26 (colored)

py-elementpath: updated to 4.2.0

v4.2.0

* Drop support for Python 3.7
* Add *uri* and *fragment* options to dynamic context
* Make context root node not mandatory
* Add function objects constructor

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jul 31 16:27:07 2023 UTC (7 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.34: +4 -4 lines
Diff to previous 1.34 (colored) to selected 1.26 (colored)

py-elementpath: updated to 4.1.5

v4.1.5
* Fix typed value of ElementNode() if self.elem.text is None

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jun 26 16:05:55 2023 UTC (9 months ago) by adam
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored) to selected 1.26 (colored)

py-elementpath: updated to 4.1.4

v4.1.4
* Fix select of prefixed names
* Fix zero length *xs:base64Binary*

v4.1.3
* Fix XP30+ fn:path
* Fix weak tests

Revision 1.33 / (download) - annotate - [select for diffs], Wed May 10 08:58:29 2023 UTC (10 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.32: +4 -4 lines
Diff to previous 1.32 (colored) to selected 1.26 (colored)

py-elementpath: updated to 4.1.2

v4.1.2
* Add support for Python 3.12
* Fix self shortcut operator (adding is_schema_node() to node classes)

Revision 1.32 / (download) - annotate - [select for diffs], Mon Apr 24 10:47:41 2023 UTC (11 months ago) by adam
Branch: MAIN
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored) to selected 1.26 (colored)

py-elementpath: updated to 4.1.1

v4.1.1
* Simplify type annotations for XSD datatypes
* Full test coverage of sequence type functions with bugfixes

v4.1.0
* Refactor XPath function call (context=None only as keyword argument)
* Add external function support
* Some fixes to string representation and source property of tokens
* Extend documentation and tests
* Clean XSD datatypes hierarchy

Revision 1.31 / (download) - annotate - [select for diffs], Wed Feb 15 18:12:58 2023 UTC (13 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.30: +4 -4 lines
Diff to previous 1.30 (colored) to selected 1.26 (colored)

py-elementpath: updated to 4.0.1

v4.0.1 (2023-02-02)

Fix packaging: include py.typed in package data
Revert to comparison between xs:QName instances and strings

v4.0.0 (2023-02-01)

First XPath 3.1 implementation (without UCA collation support)

Revision 1.30 / (download) - annotate - [select for diffs], Mon Nov 14 10:05:11 2022 UTC (16 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.29: +4 -4 lines
Diff to previous 1.29 (colored) to selected 1.26 (colored)

py-elementpath: updated to 3.0.2

`v3.0.2`_ (2022-08-12)
======================
* Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions)
* Begin XPath 3.1 implementation adding XPathMap and XPathArray

`v3.0.1`_ (2022-07-23)
======================
* Fix of descendant path operator
* Add support for Python 3.11

`v3.0.0`_ (2022-07-16)
======================
* Transition to full XPath node implementation (more memory usage but
  better control and overall faster)
* Add etree.py module with a safe XML parser (ported from xmlschema)

Revision 1.29 / (download) - annotate - [select for diffs], Sat Jun 4 19:00:54 2022 UTC (21 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.28: +4 -4 lines
Diff to previous 1.28 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.5.3

v2.5.3
* Fix unary path step operator
* Fix sphinx warnings *'reference target not found'*

Revision 1.28 / (download) - annotate - [select for diffs], Wed May 18 05:43:43 2022 UTC (22 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.5.2

v2.5.2
* Include fixes for `XPathContext.iter_siblings()`

Revision 1.27 / (download) - annotate - [select for diffs], Thu Apr 28 18:11:21 2022 UTC (23 months ago) by adam
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored)

py-elementpath: updated to 2.5.1

v2.5.1
* Fix for failed floats equality tests
* Static typing tested with mypy==0.950

Revision 1.26 / (download) - annotate - [selected], Mon Apr 11 16:32:33 2022 UTC (23 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25 (colored)

py-elementpath: updated to 2.5.0

v2.5.0:
* Add XPath 3.0 support
* Better use of lxml.etree features
* Full coverage of W3C tests
* Drop support for Python 3.6

Revision 1.25 / (download) - annotate - [select for diffs], Sun Nov 14 15:28:46 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.4.0

v2.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

Revision 1.24 / (download) - annotate - [select for diffs], Tue Oct 26 11:23:02 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.26 (colored)

textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip

Revision 1.23 / (download) - annotate - [select for diffs], Thu Oct 7 15:02:09 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (colored) to selected 1.26 (colored)

textproc: Remove SHA1 hashes for distfiles

Revision 1.22 / (download) - annotate - [select for diffs], Wed Oct 6 19:47:19 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.21: +5 -5 lines
Diff to previous 1.21 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.3.2

2.3.2
* Make ElementProtocol and LxmlElementProtocol runtime checkable (only for Python 3.8+)
* Type annotations for all package public APIs

Revision 1.21 / (download) - annotate - [select for diffs], Fri Sep 10 15:08:21 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.20: +5 -5 lines
Diff to previous 1.20 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.3.1

`v2.3.1`_ (2021-09-07)
======================
* Add LxmlElementProtocol
* Add pytest env to tox.ini

`v2.3.0`_ (2021-09-01)
======================
* Add inline type annotations check support
* Add structural Protocol based type checks (effective for Python 3.8+)

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jun 25 11:45:38 2021 UTC (2 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.2.3

v2.2.3:
* Add Python 3.10 in Tox and CI tests
* Apply __slots__ to TDOP and regex classes

Revision 1.19 / (download) - annotate - [select for diffs], Mon May 3 15:14:26 2021 UTC (2 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.2.2

v2.2.2
* Fix issue sissaschool/xmlschema (assert with xsi:nil usage)
* First implementation of XPath 3.0 fn:format-integer

Revision 1.18 / (download) - annotate - [select for diffs], Tue Apr 6 04:50:19 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.2.1

v2.2.1
* Add function signatures at token registration
* Some fixes to XPath tokens and more XPath 3.0 implementations

Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 5 19:25:08 2021 UTC (3 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.2.0

v2.2.0
* 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)

Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 10 08:19:08 2021 UTC (3 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.1.4

v2.1.4
* Add tests and apply small fixes to TDOP parser
* Fix wildcard selection of attributes

Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 5 19:44:56 2021 UTC (3 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.1.3

v2.1.3:
* Extend tests for XPath 2.0 with minor fixes
* Fix fn:round-half-to-even

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jan 25 14:25:32 2021 UTC (3 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.1.2

v2.1.2
* Extend tests for XPath 1.0/2.0 with minor fixes
* Fix for +/- prefix operators
* Fix for regex patterns anchors and binary datatypes

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 16 08:35:01 2021 UTC (3 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.1.1

v2.1.1
Fix for issue (test failure on missing locale setting)
Extend tests for XPath 1.0 with minor fixes

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 6 12:13:27 2021 UTC (3 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.1.0

v2.1.0
* Create custom class hierarchy for XPath nodes that replaces named-tuples
* Bind attribute nodes, text nodes and namespace nodes to parent element

Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 14 13:56:34 2020 UTC (3 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.0.5

2.0.5:
* Increase the speed of path step selection on large trees
* More tests and small fixes to XSD builtin datatypes

Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 6 09:22:33 2020 UTC (3 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.0.4

v2.0.4:
* Lazy tokenizer for parser classes in order to minimize import time

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 14 08:46:31 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.0.3

v2.0.3:
* Fix context handling in cycle statements
* Change constructor's label to 'constructor function'

Revision 1.8 / (download) - annotate - [select for diffs], Thu Sep 10 09:49:30 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored) to selected 1.26 (colored)

py-elementpath: updated to 2.0.2

v2.0.2
Add regex translator to package API
More than 99% of W3C XPath 2.0 tests pass

v2.0.1
Add regex transpiler (for XPath/XQuery and XML Schema regular expressions)
Hotfix for issue 30

v2.0.0
Extensive testing with W3C XPath 2.0 tests (~98% passed)
Split context variables from in-scope variables (types)
Add other XSD builtin atomic types

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 14 12:44:25 2020 UTC (3 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored) to selected 1.26 (colored)

py-elementpath: updated to 1.4.6

v1.4.6:
* Fix XPathContext to let the subclasses replace the XPath nodes iterator function

Revision 1.6 / (download) - annotate - [select for diffs], Sat May 23 07:41:19 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored) to selected 1.26 (colored)

py-elementpath: updated to 1.4.5

v1.4.5:
* Fix tokenizer and parsers for ambiguities between symbols and names

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 29 10:04:55 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored) to selected 1.26 (colored)

py-elementpath: updated to 1.4.4

v1.4.4:
* Improve XPath context and axes processing
* Integrate pull requests and fix bug on predicate selector

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 20 07:45:00 2020 UTC (4 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored) to selected 1.26 (colored)

py-elementpath: updated to 1.4.3

v1.4.3:
* Fix PyPy 3 tests on xs:base64Binary and xs:hexBinary
* Separated the tests of schema proxy API and other schemas based tests

v1.4.2:
* Multiple XSD type associations on a token
* Extend xs:untypedAtomic type usage
* Increase the tests coverage to 95%

Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 17 11:46:41 2020 UTC (4 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored) to selected 1.26 (colored)

py-elementpath: updated to 1.4.1

v1.4.1:
* Fix for node kind tests
* Fix for issue 17
* Update test dependencies
* Add PyPy3 to tests

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 8 21:32:47 2020 UTC (4 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored) to selected 1.26 (colored)

py-elementpath: updated to 1.4.0

v1.4.0:
* Remove Python 2 support
* Add TextNode node type
* Fix for issue 15 and for errors related to 16

Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 22 17:28:46 2019 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to selected 1.26 (colored)

py-elementpath: added version 1.3.1

The proposal of this package is to provide XPath 1.0 and 2.0 selectors for
Python's ElementTree XML data structures, both for the standard ElementTree
library and for the lxml.etree library.

For lxml.etree this package can be useful for providing XPath 2.0 selectors,
because lxml.etree already has it's own implementation of XPath 1.0.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>