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,14 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 1.18.0
|
||||
- update to 2.18.0
|
||||
* Improved error message for required props - only missing are reported
|
||||
* Fixed support of boolean schema in if-then-else application
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
* Added support for Decimals
|
||||
* Added tests in sdist
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-fastjsonschema
|
||||
Version: 2.18.0
|
||||
Version: 2.19.0
|
||||
Release: 0
|
||||
Summary: Fastest Python implementation of JSON schema
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user