15
0

6 Commits

Author SHA256 Message Date
8d77fc6a1c Accepting request 1307730 from devel:languages:python
-update to 2.21.2:
  * correct the escaping of periods in the ipv6 format regex

OBS-URL: https://build.opensuse.org/request/show/1307730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastjsonschema?expand=0&rev=12
2025-09-30 15:34:38 +00:00
4554d259ca -update to 2.21.2:
* correct the escaping of periods in the ipv6 format regex

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastjsonschema?expand=0&rev=26
2025-09-29 10:38:28 +00:00
e8284a515d 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
2024-12-06 13:25:07 +00:00
a822a38f4b - 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/package/show/devel:languages:python/python-fastjsonschema?expand=0&rev=24
2024-12-05 09:35:39 +00:00
bc087e46a4 Accepting request 1225676 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1225676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastjsonschema?expand=0&rev=10
2024-11-22 22:50:46 +00:00
bab64eeeee - Update to 2.20.0:
- Added validations at compile time:
      - `required` must have unique items
      - checking if schema is not allowing `required` items (item
        is required, but is not listed in properties)
- Remove upstreamed patch:
  - support-pytest-8.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastjsonschema?expand=0&rev=22
2024-11-21 22:31:46 +00:00
4 changed files with 11 additions and 5 deletions

Binary file not shown.

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 29 10:38:05 UTC 2025 - Dirk Müller <dmueller@suse.com>
-update to 2.21.2:
* correct the escaping of periods in the ipv6 format regex
-------------------------------------------------------------------
Thu Dec 5 09:35:07 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-fastjsonschema
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-fastjsonschema
Version: 2.21.1
Version: 2.21.2
Release: 0
Summary: Fastest Python implementation of JSON schema
License: BSD-3-Clause