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

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 3 16:12:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.1.1:
* Fix *schema_path* usage in `XMLSchemaBase.iter_errors()`
* Add *allow_empty* option to `XMLSchemaBase` validation API
-------------------------------------------------------------------
Thu Sep 29 08:47:56 UTC 2022 - Fabian Vogt <fvogt@suse.com>