Marcel Telka
2024-03-12 3049a020efca3665468ff4201b9ac9315f351258
python/elementpath: update to 4.4.0

3 files modified
11 ■■■■ changed files
components/python/elementpath/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/elementpath/patches/01-unittest-verbose.patch 4 ●●●● patch | view | raw | blame | history
components/python/elementpath/test/results-all.master 3 ●●●● patch | view | raw | blame | history
components/python/elementpath/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        elementpath
HUMAN_VERSION =            4.3.0
HUMAN_VERSION =            4.4.0
COMPONENT_SUMMARY =        elementpath - XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml
COMPONENT_PROJECT_URL =        https://github.com/sissaschool/elementpath
COMPONENT_ARCHIVE_HASH =    \
    sha256:8d25db9150f5a6aa978c9f58e607fcd5ab6e6e3017140563439a9884ab1eb304
    sha256:dfc4b8ca3d87966dcb0df40b5b6d04a98f053683271930fad9e7fa000924dfb2
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/elementpath/patches/01-unittest-verbose.patch
@@ -1,5 +1,5 @@
--- elementpath-4.3.0/tox.ini.orig
+++ elementpath-4.3.0/tox.ini
--- elementpath-4.4.0/tox.ini.orig
+++ elementpath-4.4.0/tox.ini
@@ -19,7 +19,7 @@
     xmlschema>=3.0.1
     docs: Sphinx
components/python/elementpath/test/results-all.master
@@ -336,6 +336,7 @@
test_build_node_tree_with_element (tests.test_tree_builders.TreeBuildersTest) ... ok
test_build_node_tree_with_element_tree (tests.test_tree_builders.TreeBuildersTest) ... ok
test_build_schema_node_tree (tests.test_tree_builders.TreeBuildersTest) ... ok
test_protocols (tests.test_typing.TestTyping) ... ok
test_selectors (tests.test_typing.TestTyping) ... ok
test_validate_analyzed_string (tests.test_validators.ValidatorsTest) ... ok
test_validate_json_to_xml (tests.test_validators.ValidatorsTest) ... ok
@@ -2455,7 +2456,7 @@
test_xpath_error_shortcuts (tests.test_xpath_tokens.XPath2TokenTest) ... ok
----------------------------------------------------------------------
Ran 2445 tests
Ran 2446 tests
OK (skipped=1)
  py$(PYV): OK