Accepting request 1228480 from devel:languages:python
- update to 2.21.1: * Fixed ResourceWarning where file was not properly closed * Fixed regexp for date format * Updated test suite * Fixed detecting when infinity is reached with multipleOf * Fixed that min/max items/lenght/properties can be float * Fixed that everything with empty `not` is invalid * Fixed missing re import when using regex pattern * Improved regexp for email format to comfort test suite * Improved regexp for date format to comfort test suite * Improved regexp for ipv4 format to comfort test suite * Added partial support of idn-hostname format * Added `detailed_exceptions` flag (default to True to avoid breaking change) - when used, results are twice as fast OBS-URL: https://build.opensuse.org/request/show/1228480 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastjsonschema?expand=0&rev=11
This commit is contained in:
commit
e8284a515d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d48fc5300ee96f5d116f10fe6f28d938e6008f59a6a025c2649475b87f76a23
|
|
||||||
size 373056
|
|
3
fastjsonschema-2.21.1.tar.gz
Normal file
3
fastjsonschema-2.21.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4
|
||||||
|
size 373939
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 5 09:35:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.21.1:
|
||||||
|
* Fixed ResourceWarning where file was not properly closed
|
||||||
|
* Fixed regexp for date format
|
||||||
|
* Updated test suite
|
||||||
|
* Fixed detecting when infinity is reached with multipleOf
|
||||||
|
* Fixed that min/max items/lenght/properties can be float
|
||||||
|
* Fixed that everything with empty `not` is invalid
|
||||||
|
* Fixed missing re import when using regex pattern
|
||||||
|
* Improved regexp for email format to comfort test suite
|
||||||
|
* Improved regexp for date format to comfort test suite
|
||||||
|
* Improved regexp for ipv4 format to comfort test suite
|
||||||
|
* Added partial support of idn-hostname format
|
||||||
|
* Added `detailed_exceptions` flag (default to True to avoid
|
||||||
|
breaking change) - when used, results are twice as fast
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 20 09:47:35 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Wed Nov 20 09:47:35 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-fastjsonschema
|
Name: python-fastjsonschema
|
||||||
Version: 2.20.0
|
Version: 2.21.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fastest Python implementation of JSON schema
|
Summary: Fastest Python implementation of JSON schema
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user