diff --git a/jsonschema-4.23.0.tar.gz b/jsonschema-4.23.0.tar.gz deleted file mode 100644 index 32408f3..0000000 --- a/jsonschema-4.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4 -size 325778 diff --git a/jsonschema-4.24.0.tar.gz b/jsonschema-4.24.0.tar.gz new file mode 100644 index 0000000..c7029aa --- /dev/null +++ b/jsonschema-4.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196 +size 353480 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 02e698e..7942a4e 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 29 05:55:21 UTC 2025 - Johannes Kastl + +- 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 19:39:45 UTC 2024 - Johannes Kastl diff --git a/python-jsonschema.spec b/python-jsonschema.spec index fe2e9e4..102d9d0 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonschema # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,13 +33,13 @@ %{?sle15_python_module_pythons} Name: python-jsonschema%{psuffix} -Version: 4.23.0 +Version: 4.24.0 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT URL: https://github.com/python-jsonschema/jsonschema Source: https://files.pythonhosted.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module hatch-fancy-pypi-readme} BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module hatchling} @@ -57,17 +57,8 @@ BuildRequires: git-core %endif Requires: python-attrs >= 17.4.0 Requires: python-jsonschema-specifications -Requires: python-pyrsistent >= 0.14.0 Requires: python-referencing Requires: python-rpds-py -%if 0%{python_version_nodots} < 38 -Requires: python-importlib-metadata -Requires: python-typing-extensions -%endif -%if 0%{python_version_nodots} < 39 -Requires: python-importlib-resources >= 1.4.0 -Requires: python-pkgutil-resolve-name >= 1.3.10 -%endif %if %{with libalternatives} Requires: alts BuildRequires: alts