From 321c963aa128b4b0019ee487f5d49293a05373dcdc931c73eea10956bcf0ccc3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 7 Oct 2020 04:06:35 +0000 Subject: [PATCH] - 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 --- python-elementpath.changes | 14 ++++++++++++++ python-elementpath.spec | 2 +- v1.4.6.tar.gz | 3 --- v2.0.3.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 v1.4.6.tar.gz create mode 100644 v2.0.3.tar.gz diff --git a/python-elementpath.changes b/python-elementpath.changes index 02ce5a3..40581dd 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Oct 7 04:05:09 UTC 2020 - Steve Kowalik + +- 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 + ------------------------------------------------------------------- Wed Jun 24 03:51:04 UTC 2020 - Steve Kowalik diff --git a/python-elementpath.spec b/python-elementpath.spec index c20a920..30ca9cb 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: 1.4.6 +Version: 2.0.3 Release: 0 Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml License: MIT diff --git a/v1.4.6.tar.gz b/v1.4.6.tar.gz deleted file mode 100644 index 57ca98a..0000000 --- a/v1.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e00625c81ef335dbcb5ac1668a79926369d06ce6a5e505238a519eddfcba81c8 -size 119826 diff --git a/v2.0.3.tar.gz b/v2.0.3.tar.gz new file mode 100644 index 0000000..523b035 --- /dev/null +++ b/v2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284faae5ceacd49d21fc75f25b2dc3b5900f3effd9fb8ce9dd916df169902f09 +size 189391