Marcel Telka
2024-03-26 696e912791384a95cf52fb0d3d0516fa6e695027
python/xmlschema: update to 3.2.0

3 files modified
48 ■■■■■ changed files
components/python/xmlschema/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/xmlschema/patches/01-test-verbose.patch 4 ●●●● patch | view | raw | blame | history
components/python/xmlschema/test/results-all.master 40 ●●●●● patch | view | raw | blame | history
components/python/xmlschema/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        xmlschema
HUMAN_VERSION =            3.1.0
HUMAN_VERSION =            3.2.0
COMPONENT_SUMMARY =        xmlschema - An XML Schema validator and decoder
COMPONENT_PROJECT_URL =        https://github.com/sissaschool/xmlschema
COMPONENT_ARCHIVE_HASH =    \
    sha256:a0d64f3e9f24c8af9b2e56a4b66e8edfbdc60bc09b5f9f61b3076b3233be49cb
    sha256:541d96893691aae3cb93ea36a85dde18327012e26e0c51d610f4f79e7fc86f7b
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/xmlschema/patches/01-test-verbose.patch
@@ -1,5 +1,5 @@
--- xmlschema-3.1.0/tox.ini.orig
+++ xmlschema-3.1.0/tox.ini
--- xmlschema-3.2.0/tox.ini.orig
+++ xmlschema-3.2.0/tox.ini
@@ -15,7 +15,7 @@
     docs: sphinx_rtd_theme
     coverage: coverage
components/python/xmlschema/test/results-all.master
@@ -266,6 +266,22 @@
test_xml_document_tostring (tests.test_documents.TestXmlDocuments) ... ok
test_xml_document_with_lxml (tests.test_documents.TestXmlDocuments) ... ok
test_xml_document_write (tests.test_documents.TestXmlDocuments) ... ok
test_download_local_and_remote_schemas (tests.test_exports.TestDownloads) ... ok
test_download_local_schemas (tests.test_exports.TestDownloads) ... ok
test_download_remote_schemas (tests.test_exports.TestDownloads) ... ok
test_download_with_loglevel (tests.test_exports.TestDownloads) ... ok
test_export_another_directory__issue_187 (tests.test_exports.TestExports) ... ok
test_export_errors__issue_187 (tests.test_exports.TestExports) ... ok
test_export_more_remote_imports__issue_362 (tests.test_exports.TestExports) ... ok
test_export_other_encoding (tests.test_exports.TestExports) ... ok
test_export_remote__issue_187 (tests.test_exports.TestExports) ... ok
test_export_same_directory__issue_187 (tests.test_exports.TestExports) ... ok
test_export_another_directory__issue_187 (tests.test_exports.TestExports11) ... ok
test_export_errors__issue_187 (tests.test_exports.TestExports11) ... ok
test_export_more_remote_imports__issue_362 (tests.test_exports.TestExports11) ... ok
test_export_other_encoding (tests.test_exports.TestExports11) ... ok
test_export_remote__issue_187 (tests.test_exports.TestExports11) ... ok
test_export_same_directory__issue_187 (tests.test_exports.TestExports11) ... ok
test_base64_binary_validator (tests.test_helpers.TestHelpers) ... ok
test_count_digits_function (tests.test_helpers.TestHelpers) ... ok
test_decimal_validator (tests.test_helpers.TestHelpers) ... ok
@@ -299,6 +315,7 @@
test_is_local_url_function (tests.test_locations.TestLocations) ... ok
test_is_remote_url_function (tests.test_locations.TestLocations) ... ok
test_is_url_function (tests.test_locations.TestLocations) ... ok
test_match_location (tests.test_locations.TestLocations) ... ok
test_normalize_locations_function (tests.test_locations.TestLocations) ... ok
test_normalize_url_hash_character (tests.test_locations.TestLocations) ... ok
test_normalize_url_posix (tests.test_locations.TestLocations) ... ok
@@ -993,6 +1010,7 @@
test_min_length_facet (tests.validators.test_facets.TestXsd11Identities) ... ok
test_min_length_facet_restriction (tests.validators.test_facets.TestXsd11Identities) ... ok
test_pattern_facet (tests.validators.test_facets.TestXsd11Identities) ... ok
test_restriction_on_list__issue_396 (tests.validators.test_facets.TestXsd11Identities) ... ok
test_total_digits_facet (tests.validators.test_facets.TestXsd11Identities) ... ok
test_use_xpath3 (tests.validators.test_facets.TestXsd11Identities) ... ok
test_white_space_facet (tests.validators.test_facets.TestXsd11Identities) ... ok
@@ -1020,6 +1038,7 @@
test_min_length_facet (tests.validators.test_facets.TestXsdFacets) ... ok
test_min_length_facet_restriction (tests.validators.test_facets.TestXsdFacets) ... ok
test_pattern_facet (tests.validators.test_facets.TestXsdFacets) ... ok
test_restriction_on_list__issue_396 (tests.validators.test_facets.TestXsdFacets) ... ok
test_total_digits_facet (tests.validators.test_facets.TestXsdFacets) ... ok
test_white_space_facet (tests.validators.test_facets.TestXsdFacets) ... ok
test_white_space_restriction (tests.validators.test_facets.TestXsdFacets) ... ok
@@ -1187,14 +1206,7 @@
test_complex_types (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_components (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_default_namespace_mapping__issue_266 (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_deprecated_check_schema_method (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_explicit_locations (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_export_another_directory__issue_187 (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_export_errors__issue_187 (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_export_more_remote_imports__issue_362 (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_export_other_encoding (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_export_remote__issue_187 (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_export_same_directory__issue_187 (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_final_default (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_global_group_definitions (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_global_maps (tests.validators.test_schemas.TestXMLSchema10) ... ok
@@ -1204,6 +1216,7 @@
test_is_restriction_method (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_listed_and_reversed_elements (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_logging (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_meta_schema_validation (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_multi_schema_initialization (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_other_schema_root_attributes (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_pickling_subclassed_schema__issue_263 (tests.validators.test_schemas.TestXMLSchema10) ... ok
@@ -1225,6 +1238,7 @@
test_version_control (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_wrong_includes_and_imports (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_wrong_references (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_xmlns_namespace_forbidden (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_xsd_version_compatibility_property (tests.validators.test_schemas.TestXMLSchema10) ... ok
test_add_schema (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_annotation_string (tests.validators.test_schemas.TestXMLSchema11) ... ok
@@ -1237,14 +1251,7 @@
test_components (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_default_attributes (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_default_namespace_mapping__issue_266 (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_deprecated_check_schema_method (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_explicit_locations (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_export_another_directory__issue_187 (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_export_errors__issue_187 (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_export_more_remote_imports__issue_362 (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_export_other_encoding (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_export_remote__issue_187 (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_export_same_directory__issue_187 (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_final_default (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_global_group_definitions (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_global_maps (tests.validators.test_schemas.TestXMLSchema11) ... ok
@@ -1254,6 +1261,7 @@
test_is_restriction_method (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_listed_and_reversed_elements (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_logging (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_meta_schema_validation (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_multi_schema_initialization (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_other_schema_root_attributes (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_pickling_subclassed_schema__issue_263 (tests.validators.test_schemas.TestXMLSchema11) ... ok
@@ -1275,6 +1283,7 @@
test_version_control (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_wrong_includes_and_imports (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_wrong_references (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_xmlns_namespace_forbidden (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_xsd_version_compatibility_property (tests.validators.test_schemas.TestXMLSchema11) ... ok
test_dummy_validator_class (tests.validators.test_schemas.TestXMLSchemaMeta) ... ok
test_from_schema_class (tests.validators.test_schemas.TestXMLSchemaMeta) ... ok
@@ -1345,6 +1354,7 @@
test_representation (tests.validators.test_xsdbase.TestXsdComponent) ... ok
test_tostring (tests.validators.test_xsdbase.TestXsdComponent) ... ok
test_validation_attempted (tests.validators.test_xsdbase.TestXsdComponent) ... ok
test_xmlns_namespace_forbidden (tests.validators.test_xsdbase.TestXsdComponent) ... ok
test_content_type_label (tests.validators.test_xsdbase.TestXsdType) ... ok
test_is_atomic (tests.validators.test_xsdbase.TestXsdType) ... ok
test_is_blocked (tests.validators.test_xsdbase.TestXsdType) ... ok
@@ -1369,7 +1379,7 @@
test_valid_schema (tests.validators.test_xsdbase.TestXsdValidator) ... ok
----------------------------------------------------------------------
Ran 1344 tests
Ran 1354 tests
OK (skipped=4)
  py$(PYV): OK