forked from pool/python-jsonschema
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
032f19e19f | |||
983fa7f35a | |||
b873b1c129 | |||
07ff60a814 |
BIN
jsonschema-4.24.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
jsonschema-4.24.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e4a9655ce0da0c0b67a085847e00a3a51449e1157f4f75e9fb5aa545e122eb85
|
|
||||||
size 357342
|
|
@@ -1,25 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Aug 21 04:53:45 UTC 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 11:39:56 UTC 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 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>
|
Thu May 29 05:55:21 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jsonschema
|
# spec file for package python-jsonschema
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jsonschema%{psuffix}
|
Name: python-jsonschema%{psuffix}
|
||||||
Version: 4.25.1
|
Version: 4.24.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of JSON-Schema validation for Python
|
Summary: An implementation of JSON-Schema validation for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -47,7 +47,6 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module jsonpath-ng}
|
|
||||||
BuildRequires: %{python_module jsonschema = %{version}}
|
BuildRequires: %{python_module jsonschema = %{version}}
|
||||||
BuildRequires: %{python_module jsonschema-format = %{version}}
|
BuildRequires: %{python_module jsonschema-format = %{version}}
|
||||||
BuildRequires: %{python_module jsonschema-format-nongpl = %{version}}
|
BuildRequires: %{python_module jsonschema-format-nongpl = %{version}}
|
||||||
|
Reference in New Issue
Block a user