forked from pool/python-xmlschema
- Update to 1.2.5:
- All W3C tests now run successful. Only W3C tests for unavailable features (XML 1.1) or unimplemented features (dynamic schema load) are still failing. This release requires elementpath v2.0.x. - The internal XML regular expressions parser has been moved to XPath package elementpath (v2.0.2+). From this release the regex patterns are parsed through elementpath's API translate_pattern().' OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 10 10:28:03 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 1.2.5:
|
||||
- All W3C tests now run successful. Only W3C tests for
|
||||
unavailable features (XML 1.1) or unimplemented features
|
||||
(dynamic schema load) are still failing. This release requires
|
||||
elementpath v2.0.x.
|
||||
- The internal XML regular expressions parser has been moved to
|
||||
XPath package elementpath (v2.0.2+). From this release
|
||||
the regex patterns are parsed through elementpath's API
|
||||
translate_pattern().'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 21 11:50:05 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-xmlschema
|
||||
Version: 1.2.2
|
||||
Version: 1.2.5
|
||||
Release: 0
|
||||
Summary: An XML Schema validator and decoder
|
||||
License: MIT
|
||||
@@ -66,8 +66,9 @@ done
|
||||
%check
|
||||
# test_element_tree_import_script is (easily workaroundable) https://github.com/sissaschool/xmlschema/issues/167
|
||||
# tests_factory setup is broken
|
||||
# test_export_remote__issue_187 is gh#sissaschool/xmlschema#206
|
||||
export LANG="en_US.UTF8"
|
||||
%pytest -k "not (test_element_tree_import_script or tests_factory)" tests
|
||||
%pytest -k "not (test_element_tree_import_script or tests_factory or test_export_remote__issue_187)" tests
|
||||
|
||||
%post
|
||||
%python_install_alternative xmlschema-json2xml
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d194332cc6d4b56e59d510ece63a5aa78b58e6e332765d46ce5746cb2c3ef20
|
||||
size 318829
|
3
xmlschema-1.2.5.tar.gz
Normal file
3
xmlschema-1.2.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c4515dd16b5b556dac27cae70bdb3c863e1448e9d58896326ff468ff55e4246
|
||||
size 290750
|
Reference in New Issue
Block a user