14
0

Accepting request 1294498 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1294498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonschema?expand=0&rev=51
This commit is contained in:
2025-07-21 17:59:09 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

BIN
jsonschema-4.24.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
jsonschema-4.24.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 18 05:56:56 UTC 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 05:55:21 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -33,7 +33,7 @@
%{?sle15_python_module_pythons}
Name: python-jsonschema%{psuffix}
Version: 4.24.0
Version: 4.24.1
Release: 0
Summary: An implementation of JSON-Schema validation for Python
License: MIT
@@ -47,6 +47,7 @@ BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros >= 20210929
%if %{with test}
BuildRequires: %{python_module jsonpath-ng}
BuildRequires: %{python_module jsonschema = %{version}}
BuildRequires: %{python_module jsonschema-format = %{version}}
BuildRequires: %{python_module jsonschema-format-nongpl = %{version}}