Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-fastjsonschema-2.21.2-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-fastjsonschema Distribution: openSUSE Tumbleweed
Version: 2.21.2 Vendor: openSUSE
Release: 1.2 Build date: Mon Sep 29 12:38:05 2025
Group: Unspecified Build host: reproducible
Size: 198922 Source RPM: python-fastjsonschema-2.21.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/horejsek/python-fastjsonschema
Summary: Fastest Python implementation of JSON schema
Fastest Python implementation of JSON schema

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Sep 29 2025 Dirk Müller <dmueller@suse.com>
  -update to 2.21.2:
    * correct the escaping of periods in the ipv6 format regex
* Thu Dec 05 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 2024 Matej Cepl <mcepl@cepl.eu>
  - 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
* Tue May 07 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch support-pytest-8.patch:
    * Support pytest >= 8.
* Fri Dec 29 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.19.1:
    * Fixed date format to accept only two digit months and days
* Mon Nov 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.19.0:
    * Added `use_formats` parameter to allow disable automatic assertions
* Tue Sep 26 2023 Torsten Gruner <simmphonie@opensuse.org>
  - 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 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.17.1:
    * Fixed tests in sdist
    * Added support for Decimals
    * Added tests in sdist
* Fri May 12 2023 Daniel Garcia <daniel.garcia@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Mon Mar 06 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.16.3:
    * Fix variable name resolving with references

Files

/usr/lib/python3.13/site-packages/fastjsonschema
/usr/lib/python3.13/site-packages/fastjsonschema-2.21.2.dist-info
/usr/lib/python3.13/site-packages/fastjsonschema-2.21.2.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/fastjsonschema-2.21.2.dist-info/METADATA
/usr/lib/python3.13/site-packages/fastjsonschema-2.21.2.dist-info/RECORD
/usr/lib/python3.13/site-packages/fastjsonschema-2.21.2.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/fastjsonschema-2.21.2.dist-info/WHEEL
/usr/lib/python3.13/site-packages/fastjsonschema-2.21.2.dist-info/licenses
/usr/lib/python3.13/site-packages/fastjsonschema-2.21.2.dist-info/licenses/AUTHORS
/usr/lib/python3.13/site-packages/fastjsonschema-2.21.2.dist-info/licenses/LICENSE
/usr/lib/python3.13/site-packages/fastjsonschema-2.21.2.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/fastjsonschema/__init__.py
/usr/lib/python3.13/site-packages/fastjsonschema/__main__.py
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/__main__.cpython-313.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/draft04.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/draft04.cpython-313.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/draft06.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/draft06.cpython-313.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/draft07.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/draft07.cpython-313.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/generator.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/generator.cpython-313.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/indent.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/indent.cpython-313.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/ref_resolver.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/ref_resolver.cpython-313.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/version.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/__pycache__/version.cpython-313.pyc
/usr/lib/python3.13/site-packages/fastjsonschema/draft04.py
/usr/lib/python3.13/site-packages/fastjsonschema/draft06.py
/usr/lib/python3.13/site-packages/fastjsonschema/draft07.py
/usr/lib/python3.13/site-packages/fastjsonschema/exceptions.py
/usr/lib/python3.13/site-packages/fastjsonschema/generator.py
/usr/lib/python3.13/site-packages/fastjsonschema/indent.py
/usr/lib/python3.13/site-packages/fastjsonschema/ref_resolver.py
/usr/lib/python3.13/site-packages/fastjsonschema/version.py
/usr/share/doc/packages/python313-fastjsonschema
/usr/share/doc/packages/python313-fastjsonschema/README.rst
/usr/share/licenses/python313-fastjsonschema
/usr/share/licenses/python313-fastjsonschema/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Mar 5 22:51:13 2026