forked from pool/python-xmlschema
Accepting request 744162 from devel:languages:python
- Update to 1.0.15: * Improved XPath 2.0 bindings * Added logging for schema initialization and building (handled with argument loglevel) * Update encoding of collapsed contents with a new model based reordering method * Removed XLink namespace from meta-schema (loaded from a fallback location like XHTML) * Fixed half of failed W3C instance tests (remain 255 over 15344 tests) OBS-URL: https://build.opensuse.org/request/show/744162 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xmlschema?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:31:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.0.15:
|
||||
* Improved XPath 2.0 bindings
|
||||
* Added logging for schema initialization and building (handled with argument loglevel)
|
||||
* Update encoding of collapsed contents with a new model based reordering method
|
||||
* Removed XLink namespace from meta-schema (loaded from a fallback location like XHTML)
|
||||
* Fixed half of failed W3C instance tests (remain 255 over 15344 tests)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 14:18:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@@ -18,25 +18,24 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-xmlschema
|
||||
Version: 1.0.14
|
||||
Version: 1.0.15
|
||||
Release: 0
|
||||
Summary: An XML Schema validator and decoder
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/brunato/xmlschema
|
||||
Source: https://files.pythonhosted.org/packages/source/x/xmlschema/xmlschema-%{version}.tar.gz
|
||||
BuildRequires: %{python_module elementpath >= 1.2.0}
|
||||
BuildRequires: %{python_module elementpath >= 1.3.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-elementpath >= 1.2.0
|
||||
Requires: python-elementpath >= 1.3.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
The *xmlschema* library is an implementation of `XML Schema <http://www.w3.org/2001/XMLSchema>`_
|
||||
for Python (supports Python 2.7 and Python 3.5+).
|
||||
for Python.
|
||||
|
||||
%prep
|
||||
%setup -q -n xmlschema-%{version}
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:249003f3f0d1bff0162b3564d1c647971e2268abb9e662a951c127abd70e09e8
|
||||
size 260579
|
3
xmlschema-1.0.15.tar.gz
Normal file
3
xmlschema-1.0.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aaa72705aa16477ca2e2522b1a982f8343d3c8751faa7f0fd42720230d6dd066
|
||||
size 270853
|
Reference in New Issue
Block a user