forked from pool/python-Cerberus
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
c091442d8f | ||
|
9bf5cf8538 | ||
|
8095d06bf0 | ||
|
b81b58972c | ||
|
afb9044dff | ||
|
404bb4c011 | ||
|
9f59e076e6 | ||
|
a87d8f33de | ||
|
0b88eb3439 | ||
|
8e84bd7969 | ||
|
0adff41187 | ||
|
865ce51d3d | ||
|
eb6fa14e87 | ||
|
67be7ba806 |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f2ee895c33ee25a159166263ee799c1a8a810086b99cabd5b1c8abdd5b193cac
|
|
||||||
size 921848
|
|
3
cerberus-1.3.7.tar.gz
Normal file
3
cerberus-1.3.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e74ba37eaac72c3a8efb09d61ce5ac80cc6e43df5f7688a67e832f40a4d9d73
|
||||||
|
size 920947
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 08:35:55 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.3.7:
|
||||||
|
* Amend missing changelog
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 08:35:33 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.3.6:
|
||||||
|
* Support for Python 3.12 & 3.13
|
||||||
|
* Fix escaping in docstrings (#608)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 18 15:51:56 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
|
Fri Aug 18 15:51:56 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Cerberus
|
# spec file for package python-Cerberus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Cerberus
|
Name: python-Cerberus
|
||||||
Version: 1.3.5
|
Version: 1.3.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible schema and data validation tool for Python dictionaries
|
Summary: Extensible schema and data validation tool for Python dictionaries
|
||||||
License: ISC
|
License: ISC
|
||||||
|
Loading…
Reference in New Issue
Block a user