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

python313-jsonschema-format-4.26.0-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-jsonschema-format Distribution: openSUSE Tumbleweed
Version: 4.26.0 Vendor: openSUSE
Release: 1.2 Build date: Mon Jan 12 20:04:26 2026
Group: Unspecified Build host: reproducible
Size: 1057 Source RPM: python-jsonschema-4.26.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/python-jsonschema/jsonschema
Summary: An implementation of JSON-Schema validation for Python [format] extra
jsonschema is an implementation of the JSON Schema specification for Python.

This subpackage provides the [format] extra

Provides

Requires

License

MIT

Changelog

* Mon Jan 12 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 4.26.0:
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1400]
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1405]
    * Bump astral-sh/setup-uv from 6.5.0 to 6.6.0 by @dependabot[bot]
      in #1406
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1407]
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1413]
    * Bump astral-sh/setup-uv from 6.6.0 to 6.6.1 by @dependabot[bot]
      in #1412
    * Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by
      @dependabot[bot] in #1410
    * Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by
      @dependabot[bot] in #1409
    * Bump actions/setup-python from 5 to 6 by @dependabot[bot] in
      [#1411]
    * validators: avoid urllib.request at import-time by @gudnimg in
      [#1416]
    * Bump astral-sh/setup-uv from 6.6.1 to 6.8.0 by @dependabot[bot]
      in #1417
    * Bump softprops/action-gh-release from 2.3.3 to 2.3.4 by
      @dependabot[bot] in #1418
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1415]
    * Bump softprops/action-gh-release from 2.3.4 to 2.4.1 by
      @dependabot[bot] in #1419
    * Bump github/codeql-action from 3 to 4 by @dependabot[bot] in
      [#1420]
    * Bump astral-sh/setup-uv from 6.8.0 to 7.1.0 by @dependabot[bot]
      in #1421
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1424]
    * Bump astral-sh/setup-uv from 7.1.0 to 7.1.1 by @dependabot[bot]
      in #1423
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1425]
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1429]
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1431]
    * Bump softprops/action-gh-release from 2.4.1 to 2.4.2 by
      @dependabot[bot] in #1432
    * Bump astral-sh/setup-uv from 7.1.1 to 7.1.2 by @dependabot[bot]
      in #1430
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1434]
    * Bump astral-sh/setup-uv from 7.1.2 to 7.1.4 by @dependabot[bot]
      in #1435
    * Bump actions/checkout from 5 to 6 by @dependabot[bot] in #1436
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1437]
    * Bump softprops/action-gh-release from 2.4.2 to 2.5.0 by
      @dependabot[bot] in #1438
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1439]
    * Document uuid format by @sim642 in #1440
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1441]
    * Bump astral-sh/setup-uv from 7.1.4 to 7.1.6 by @dependabot[bot]
      in #1442
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in
      [#1443]
* Thu Aug 21 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 4.25.1:
    * Fix Validator protocol init to match runtime by @sirosen in
      [#1396]
* Thu Jul 24 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 4.25.0:
    * Add support for the iri and iri-reference formats to the
      format-nongpl extra by @jkowalleck in #1388
* Fri Jul 18 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 4.24.1:
    * Unambiguously quote and escape properties in JSON path rendering
      by @kurtmckee in #1390
    * Drop python<3.9 backports by @hackowitz-af in #1367
* Thu May 29 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 4.24.0:
    * Fix calculation of evaluated properties by @V02460 in #1351
    * Support for Python 3.8 has been dropped, as it is end-of-life.
* Thu Jul 11 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 4.23.0:
    * Add some typing to the exceptions.py module by @DanielNoord in
      [#1019]
    * Declare support for 3.13 by @rominf in #1282
* Thu May 02 2024 Johannes Kastl <git@johannes-kastl.de>
  - update to 4.22.0:
    * Improve best_match (and thereby error messages from
      jsonschema.validate) in cases where there are multiple sibling
      errors from applying anyOf / allOf -- i.e. when multiple
      elements of a JSON array have errors, we now do prefer showing
      errors from earlier elements rather than simply showing an
      error for the full array (#1250).
    * (Micro-)optimize equality checks when comparing for JSON Schema
      equality by first checking for object identity, as == would.
* Sat Jan 20 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 4.21.1:
    * Slightly speed up the contains keyword by removing some
      unnecessary validator (re-)creation.
* Wed Jan 17 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 4.21.0:
    * Wrong behaviour for enum keyword by @otto-ifak in
      https://github.com/python-jsonschema/jsonschema/pull/1208
* Fri Nov 17 2023 Johannes Kastl <kastl@b1-systems.de>
  - update to 4.20.0:
    * Properly consider items (and properties) to be evaluated by
      unevaluatedItems (resp. unevaluatedProperties) when behind a
      $dynamicRef as specified by the 2020 and 2019 specifications.
    * jsonschema.exceptions.ErrorTree.__setitem__ is now deprecated.
      More broadly, in general users of jsonschema should never be
      mutating objects owned by the library.
* Mon Oct 30 2023 Johannes Kastl <kastl@b1-systems.de>
  - update tp 4.19.2:
    * Fix the error message for additional items when used with
      heterogeneous arrays.
    * Don't leak the additionalItems keyword into JSON Schema draft
      2020-12, where it was replaced by items.
* Thu Sep 21 2023 Johannes Kastl <kastl@b1-systems.de>
  - update to 4.19.1:
    * Allow single label hostname in format string by @swaeberle in
      [#1164]
* Thu Sep 07 2023 Johannes Kastl <kastl@b1-systems.de>
  - update to 4.19.0:
    * Importing the |Validator| protocol directly from the package
      root is deprecated. Import it from
      |jsonschema.protocols.Validator| instead.
    * Automatic retrieval of remote references (which is still
      deprecated) now properly succeeds even if the retrieved
      resource does not declare which version of JSON Schema it uses.
      Such resources are assumed to be 2020-12 schemas. This more
      closely matches the pre-|referencing| library behavior.
* Thu Aug 03 2023 Johannes Kastl <kastl@b1-systems.de>
  - update to 4.18.6:
    * Set a jsonschema specific user agent when automatically
      retrieving remote references (which is deprecated).
* Thu Aug 03 2023 Johannes Kastl <kastl@b1-systems.de>
  - update to 4.18.5:
    * Declare support for Py3.12
* Tue Jul 18 2023 Johannes Kastl <kastl@b1-systems.de>
  - update to 4.18.4:
    no changelog available, only a diff:
    https://github.com/python-jsonschema/jsonschema/compare/v4.18.3...v4.18.4
* Fri Jul 14 2023 Johannes Kastl <kastl@b1-systems.de>
  - upgrade to 4.18.3:
    no changelog available, only a diff:
    https://github.com/python-jsonschema/jsonschema/compare/v4.18.2...v4.18.3
* Thu Jul 13 2023 Johannes Kastl <kastl@b1-systems.de>
  - upgrade to 4.18.2:
    * Fix an additional regression with the deprecated
      jsonschema.RefResolver and pointer resolution.
* Wed Jul 12 2023 Johannes Kastl <kastl@b1-systems.de>
  - upgrade to 4.18.1:
    * Fix a regression with jsonschema.RefResolver based resolution
      when used in combination with a custom validation dialect (via
      jsonschema.validators.create).
* Thu Jul 06 2023 Johannes Kastl <kastl@b1-systems.de>
  - update to 4.18.0
    * Use only ``autodoc`` to generate the API documentation by
      @DanielNoord in
      https://github.com/python-jsonschema/jsonschema/pull/1021
    * Replace codecov with coverage (7)'s native markdown support by
      @Julian in
      https://github.com/python-jsonschema/jsonschema/pull/1025
    * Add annotations for `_Error` by @DanielNoord in
      https://github.com/python-jsonschema/jsonschema/pull/1022
    * Replace `$ref` & `$dynamicRef` support / `RefResolver` with the
      new referencing library by @Julian in
      https://github.com/python-jsonschema/jsonschema/pull/1049
    * Maybe fix PDF builds (in ReadTheDocs). by @Julian in
      https://github.com/python-jsonschema/jsonschema/pull/1055
    * documentation mistype fix by @aryanA101a in
      https://github.com/python-jsonschema/jsonschema/pull/1063
    * fix: Python 3.11 date.fromisoformat() allows extra formats by
      @jvtm in
      https://github.com/python-jsonschema/jsonschema/pull/1076
    * Do not validate for unevaluatedProperties by @ikonst in
      https://github.com/python-jsonschema/jsonschema/pull/1075
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.

Files

/usr/share/licenses/python313-jsonschema-format
/usr/share/licenses/python313-jsonschema-format/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Mar 4 22:25:36 2026