Andreas Wacknitz
2022-03-23 52c074f0577b99e8a37b971b2fde6e11d143eeeb
elementpath: update to 2.5.0

4 files modified
89 ■■■■■ changed files
components/python/elementpath/Makefile 8 ●●●● patch | view | raw | blame | history
components/python/elementpath/elementpath-PYVER.p5m 21 ●●●●● patch | view | raw | blame | history
components/python/elementpath/manifests/generic-manifest.p5m 20 ●●●●● patch | view | raw | blame | history
components/python/elementpath/manifests/sample-manifest.p5m 40 ●●●●● patch | view | raw | blame | history
components/python/elementpath/Makefile
@@ -17,13 +17,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         elementpath
COMPONENT_VERSION=      2.4.0
COMPONENT_REVISION=     1
COMPONENT_VERSION=      2.5.0
COMPONENT_SUMMARY=        XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
COMPONENT_PROJECT_URL=  https://pypi.org/project/elementpath/
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:5b6801b3be94d48d213beb7b8ebad96addb35c95fc6a9c062c80e033b4a32fe8
COMPONENT_ARCHIVE_HASH= sha256:3a27aaf3399929fccda013899cb76d3ff111734abf4281e5f9d3721ba0b9ffa3
COMPONENT_ARCHIVE_URL=  $(call pypi_url)
COMPONENT_FMRI=            library/python/$(COMPONENT_NAME)
COMPONENT_CLASSIFICATION=    Development/Python
@@ -34,8 +33,9 @@
include $(WS_MAKE_RULES)/common.mk
# Note: Tests don't properly work yet.
TEST_VERSION=    $(subst .,,$(PYTHON_VERSION))
COMPONENT_TEST_DIR=    $(COMPONENT_SRC)/tests
COMPONENT_TEST_CMD=    tox -e py$(PYV)
COMPONENT_TEST_CMD=    tox -e py$(TEST_VERSION)
COMPONENT_TEST_ARGS=
# Manually added test dependencies
components/python/elementpath/elementpath-PYVER.p5m
@@ -10,6 +10,7 @@
#
# Copyright 2022 Andreas Wacknitz
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
@@ -54,22 +55,24 @@
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/schema_proxy.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/tdop.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/xpath1_axes.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/xpath1_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/xpath1_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/_xpath1_axes.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/_xpath1_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/_xpath1_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/xpath1_parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/xpath2_constructors.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/xpath2_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/xpath2_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/_xpath2_constructors.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/_xpath2_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/_xpath2_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/xpath2_parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath3.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/xpath30_formats.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/xpath30_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/xpath30_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/_translation_maps.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/_xpath30_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/_xpath30_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/xpath30_helpers.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/xpath30_parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath31/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath31/_xpath31_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath31/xpath31_parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath_context.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath_nodes.py
components/python/elementpath/manifests/generic-manifest.p5m
@@ -46,22 +46,24 @@
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/schema_proxy.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/tdop.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/xpath1_axes.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/xpath1_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/xpath1_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/_xpath1_axes.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/_xpath1_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/_xpath1_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath1/xpath1_parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/xpath2_constructors.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/xpath2_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/xpath2_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/_xpath2_constructors.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/_xpath2_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/_xpath2_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath2/xpath2_parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath3.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/xpath30_formats.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/xpath30_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/xpath30_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/_translation_maps.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/_xpath30_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/_xpath30_operators.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/xpath30_helpers.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath30/xpath30_parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath31/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath31/_xpath31_functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath31/xpath31_parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath_context.py
file path=usr/lib/python$(PYVER)/vendor-packages/elementpath/xpath_nodes.py
components/python/elementpath/manifests/sample-manifest.p5m
@@ -53,22 +53,24 @@
file path=usr/lib/python3.7/vendor-packages/elementpath/schema_proxy.py
file path=usr/lib/python3.7/vendor-packages/elementpath/tdop.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath1/__init__.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath1/xpath1_axes.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath1/xpath1_functions.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath1/xpath1_operators.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath1/_xpath1_axes.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath1/_xpath1_functions.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath1/_xpath1_operators.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath1/xpath1_parser.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath2/__init__.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath2/xpath2_constructors.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath2/xpath2_functions.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath2/xpath2_operators.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath2/_xpath2_constructors.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath2/_xpath2_functions.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath2/_xpath2_operators.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath2/xpath2_parser.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath3.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath30/__init__.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath30/xpath30_formats.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath30/xpath30_functions.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath30/xpath30_operators.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath30/_translation_maps.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath30/_xpath30_functions.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath30/_xpath30_operators.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath30/xpath30_helpers.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath30/xpath30_parser.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath31/__init__.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath31/_xpath31_functions.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath31/xpath31_parser.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath_context.py
file path=usr/lib/python3.7/vendor-packages/elementpath/xpath_nodes.py
@@ -105,22 +107,24 @@
file path=usr/lib/python3.9/vendor-packages/elementpath/schema_proxy.py
file path=usr/lib/python3.9/vendor-packages/elementpath/tdop.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath1/__init__.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath1/xpath1_axes.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath1/xpath1_functions.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath1/xpath1_operators.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath1/_xpath1_axes.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath1/_xpath1_functions.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath1/_xpath1_operators.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath1/xpath1_parser.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath2/__init__.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath2/xpath2_constructors.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath2/xpath2_functions.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath2/xpath2_operators.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath2/_xpath2_constructors.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath2/_xpath2_functions.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath2/_xpath2_operators.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath2/xpath2_parser.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath3.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath30/__init__.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath30/xpath30_formats.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath30/xpath30_functions.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath30/xpath30_operators.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath30/_translation_maps.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath30/_xpath30_functions.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath30/_xpath30_operators.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath30/xpath30_helpers.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath30/xpath30_parser.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath31/__init__.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath31/_xpath31_functions.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath31/xpath31_parser.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath_context.py
file path=usr/lib/python3.9/vendor-packages/elementpath/xpath_nodes.py