forked from pool/python-xmlschema
Accepting request 943601 from devel:languages:python
- update to 1.9.2: * Fix for global simple type naming * Improve error reporting for encoded data * Fix attribute duplicates in attribute group * Add process_skipped optional argument to decoding/encoding * Add iter_decode() to document level API * Enhance XMLResource class adding usage of pathlib.Path objects for source and base_url arguments * Fix for issue #273 OBS-URL: https://build.opensuse.org/request/show/943601 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xmlschema?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 3 12:40:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.9.2:
|
||||||
|
* Fix for global simple type naming
|
||||||
|
* Improve error reporting for encoded data
|
||||||
|
* Fix attribute duplicates in attribute group
|
||||||
|
* Add process_skipped optional argument to decoding/encoding
|
||||||
|
* Add iter_decode() to document level API
|
||||||
|
* Enhance XMLResource class adding usage of pathlib.Path objects
|
||||||
|
for source and base_url arguments
|
||||||
|
* Fix for issue #273
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 29 20:24:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Mon Nov 29 20:24:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-xmlschema
|
# spec file for package python-xmlschema
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-xmlschema
|
Name: python-xmlschema
|
||||||
Version: 1.8.2
|
Version: 1.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An XML Schema validator and decoder
|
Summary: An XML Schema validator and decoder
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7cc25cf346e6949d1333fdb36b13bed144d3502fdcf941376f673233343f86d2
|
|
||||||
size 392045
|
|
3
xmlschema-1.9.2.tar.gz
Normal file
3
xmlschema-1.9.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ce6fe408a8c0a0ca5917cbe6181a933dfb5cfade9714eeb07b6335f9aff7b10
|
||||||
|
size 394954
|
Reference in New Issue
Block a user