15
0

Accepting request 1104713 from home:mschreiner:branches:devel:languages:python

Spec source changed from PyPI to GitHub since the PyPI tarball no
longer includes the test suite.

Update from 1.3.2 to 1.3.5.

Please check the 'changes' file for a more complete changelog,
including all changes between 1.3.2 and 1.3.5.

OBS-URL: https://build.opensuse.org/request/show/1104713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cerberus?expand=0&rev=25
This commit is contained in:
2023-08-19 06:01:27 +00:00
committed by Git OBS Bridge
parent 6bd0d190b3
commit 501bb777af
4 changed files with 48 additions and 10 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Aug 18 15:51:56 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
Spec source changed from PyPI to GitHub since the PyPI tarball no
longer includes the test suite.
Update from 1.3.2 to 1.3.5.
Changes from 1.3.5:
* Support for Python 3.10 & 3.11
* The HTML documentation uses the furo theme
* *of rules are skipped for None values
* Validations of mappings would raise an exception when the fields
rules were provided as reference to a registry item
* Various minor improvements of the documentation
Changes from 1.3.4:
* Reverts the unsatisfying fix for #557
Instead a RuntimeError is thrown when Python is running with
optimization level 2
Changes from 1.3.3:
* Adds a benchmark to observe overall performance between code
changes
* Adds support for Python 3.9
* The Continuous Integration now runs on GitHub Actions
* Fixed unresolved registry references when getting a constraint for
an error
* Fixed crash when submitting non-hashable values to allowed
* Fixed schema validation for rules specifications with space
* Replaced deprecated rule name validator with check_with in the
docs
* Use the UnconcernedValidator when the Python interpreter is
executed with an optimization flag
* Several fixes and refinements of the docs
-------------------------------------------------------------------
Thu Oct 13 07:12:46 UTC 2022 - Dirk Müller <dmueller@suse.com>