1
0

Accepting request 747462 from devel:languages:python

- 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/request/show/747462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cerberus?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2019-11-22 09:22:18 +00:00 committed by Git OBS Bridge
commit 8e84bd7969
4 changed files with 17 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:302e6694f206dd85cb63f13fd5025b31ab6d38c99c50c6d769f8fa0b0f299589
size 52523

View File

@ -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>

View File

@ -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