- Update to version 1.3.2:
New - Support for Python 3.8 Fixed - Fixed the message of the BasicErrorHandler for an invalid amount of items (#505) - Added setuptools as dependency to the package metadata (#499) - The CHANGES.rst document is properly included in the package (#493) Improved - Docs: Examples were added for the min- and maxlength rules. (#509) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cerberus?expand=0&rev=13
This commit is contained in:
parent
af06b88d24
commit
b7795a03d5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0be48fc0dc84f83202a5309c0aa17cd5393e70731a1698a50d118b762fbe6875
|
||||
size 52317
|
3
Cerberus-1.3.2.tar.gz
Normal file
3
Cerberus-1.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:302e6694f206dd85cb63f13fd5025b31ab6d38c99c50c6d769f8fa0b0f299589
|
||||
size 52523
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 01:32:00 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to version 1.3.2:
|
||||
New
|
||||
- Support for Python 3.8
|
||||
Fixed
|
||||
- Fixed the message of the BasicErrorHandler for an invalid amount of items (#505)
|
||||
- Added setuptools as dependency to the package metadata (#499)
|
||||
- The CHANGES.rst document is properly included in the package (#493)
|
||||
Improved
|
||||
- Docs: Examples were added for the min- and maxlength rules. (#509)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 11 09:20:30 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-Cerberus
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Summary: Extensible schema and data validation tool for Python dictionaries
|
||||
License: ISC
|
||||
|
Loading…
Reference in New Issue
Block a user