Marcel Telka
2024-02-18 5c2467e5f2b2453674b3b227b3da62f7f4f6c680
python/elementpath: update to 4.3.0

3 files modified
29 ■■■■ changed files
components/python/elementpath/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/elementpath/patches/01-unittest-verbose.patch 8 ●●●● patch | view | raw | blame | history
components/python/elementpath/test/results-all.master 17 ●●●● 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.2.1
HUMAN_VERSION =            4.3.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:2afd3839732b60854946928f413d6ae869d0a2071c6fcfd5d2cf8937688e0b24
    sha256:8d25db9150f5a6aa978c9f58e607fcd5ab6e6e3017140563439a9884ab1eb304
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/elementpath/patches/01-unittest-verbose.patch
@@ -1,5 +1,5 @@
--- elementpath-4.2.1/tox.ini.orig
+++ elementpath-4.2.1/tox.ini
--- elementpath-4.3.0/tox.ini.orig
+++ elementpath-4.3.0/tox.ini
@@ -19,7 +19,7 @@
     xmlschema>=3.0.1
     docs: Sphinx
@@ -7,5 +7,5 @@
-commands = python -m unittest
+commands = python -m unittest --verbose
 
 [testenv:docs]
 commands =
 [testenv:py313]
 deps =
components/python/elementpath/test/results-all.master
@@ -246,13 +246,14 @@
test_union_and_intersection (tests.test_regex.TestUnicodeSubset) ... ok
test_update_method (tests.test_regex.TestUnicodeSubset) ... ok
test_xor (tests.test_regex.TestUnicodeSubset) ... ok
test_colon_token (tests.test_schema_context.XMLSchemaProxyTest) ... ok
test_dot_shortcut_token (tests.test_schema_context.XMLSchemaProxyTest) ... ok
test_extended_name_token (tests.test_schema_context.XMLSchemaProxyTest) ... ok
test_name_token (tests.test_schema_context.XMLSchemaProxyTest) ... ok
test_not_applicable_functions (tests.test_schema_context.XMLSchemaProxyTest) ... ok
test_schema_variables (tests.test_schema_context.XMLSchemaProxyTest) ... ok
test_wildcard_token (tests.test_schema_context.XMLSchemaProxyTest) ... ok
test_colon_token (tests.test_schema_context.XMLSchemaContextTest) ... ok
test_dot_shortcut_token (tests.test_schema_context.XMLSchemaContextTest) ... ok
test_extended_name_token (tests.test_schema_context.XMLSchemaContextTest) ... ok
test_if_statement (tests.test_schema_context.XMLSchemaContextTest) ... ok
test_name_token (tests.test_schema_context.XMLSchemaContextTest) ... ok
test_not_applicable_functions (tests.test_schema_context.XMLSchemaContextTest) ... ok
test_schema_variables (tests.test_schema_context.XMLSchemaContextTest) ... ok
test_wildcard_token (tests.test_schema_context.XMLSchemaContextTest) ... ok
test_abstract_xsd_schema (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
test_attributes_type (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
test_bind_parser_method (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
@@ -2454,7 +2455,7 @@
test_xpath_error_shortcuts (tests.test_xpath_tokens.XPath2TokenTest) ... ok
----------------------------------------------------------------------
Ran 2444 tests
Ran 2445 tests
OK (skipped=1)
  py$(PYV): OK