14
0

Accepting request 787854 from home:pgajdos:python

- version update to 1.1.2
  * Extension of validation tests with *XMLSchema11* validator
  * Fixed several bugs

OBS-URL: https://build.opensuse.org/request/show/787854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-03-24 15:21:30 +00:00
committed by Git OBS Bridge
parent 3c567225a2
commit 5f6fbd8153
4 changed files with 13 additions and 4 deletions

View File

@@ -19,18 +19,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-xmlschema
Version: 1.1.1
Version: 1.1.2
Release: 0
Summary: An XML Schema validator and decoder
License: MIT
URL: https://github.com/brunato/xmlschema
Source: https://files.pythonhosted.org/packages/source/x/xmlschema/xmlschema-%{version}.tar.gz
BuildRequires: %{python_module elementpath >= 1.4.0}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-elementpath >= 1.4.0
Requires: python-lxml
BuildArch: noarch
%python_subpackages