Accepting request 1129214 from devel:languages:python
- update to 2.19.0: * Added `use_formats` parameter to allow disable automatic assertions - update to 2.18.0 * Fixed support of boolean schema in if-then-else application - update to 2.17.1: * Added tests in sdist * Fix variable name resolving with references OBS-URL: https://build.opensuse.org/request/show/1129214 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastjsonschema?expand=0&rev=7
This commit is contained in:
commit
6045a2a544
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e820349dd16f806e4bd1467a138dced9def4bc7d6213a34295272a6cac95b5bd
|
|
||||||
size 371063
|
|
3
fastjsonschema-2.19.0.tar.gz
Normal file
3
fastjsonschema-2.19.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e25df6647e1bc4a26070b700897b07b542ec898dd4f1f6ea013e7f6a88417225
|
||||||
|
size 371202
|
@ -1,17 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 18:48:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.19.0:
|
||||||
|
* Added `use_formats` parameter to allow disable automatic assertions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 26 19:04:36 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
Tue Sep 26 19:04:36 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
||||||
|
|
||||||
- update to 1.18.0
|
- update to 2.18.0
|
||||||
* Improved error message for required props - only missing are reported
|
* Improved error message for required props - only missing are reported
|
||||||
* Fixed support of boolean schema in if-then-else application
|
* Fixed support of boolean schema in if-then-else application
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 29 14:28:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon May 29 14:28:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 1.17.1:
|
- update to 2.17.1:
|
||||||
* Fixed tests in sdist
|
* Fixed tests in sdist
|
||||||
* Added support for Decimals
|
* Added support for Decimals
|
||||||
* Added tests in sdist
|
* Added tests in sdist
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 12 10:18:43 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Fri May 12 10:18:43 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
@ -22,7 +28,7 @@ Fri May 12 10:18:43 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|||||||
Mon Mar 6 21:23:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Mar 6 21:23:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 2.16.3:
|
- update to 2.16.3:
|
||||||
* Fix variable name resolving with references
|
* Fix variable name resolving with references
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 6 14:32:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Thu Oct 6 14:32:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-fastjsonschema
|
Name: python-fastjsonschema
|
||||||
Version: 2.18.0
|
Version: 2.19.0
|
||||||
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…
Reference in New Issue
Block a user