14
0

- update to 2.1.1:

* Fix *schema_path* usage in `XMLSchemaBase.iter_errors()`
  * Add *allow_empty* option to `XMLSchemaBase` validation API

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=37
This commit is contained in:
2022-10-03 16:12:34 +00:00
committed by Git OBS Bridge
parent 00838e79c5
commit 01a7b2cf4b
4 changed files with 11 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-xmlschema
Version: 2.1.0
Version: 2.1.1
Release: 0
Summary: An XML Schema validator and decoder
License: MIT