Accepting request 1109430 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1109430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonschema?expand=0&rev=42
This commit is contained in:
Ana Guerrero 2023-09-07 19:12:13 +00:00 committed by Git OBS Bridge
commit 76cb26b932
4 changed files with 18 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 7 06:16:46 UTC 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 3 18:38:22 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
@ -381,7 +394,7 @@ Thu Mar 12 07:44:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
-------------------------------------------------------------------
Fri Nov 22 06:06:52 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 3.2.0:
- update to version 3.2.0 (jsc#SLE-18756):
* Added a format_nongpl setuptools extra, which installs only format
dependencies that are non-GPL (#619).

View File

@ -33,7 +33,7 @@
%{?sle15_python_module_pythons}
Name: python-jsonschema%{psuffix}
Version: 4.18.6
Version: 4.19.0
Release: 0
Summary: An implementation of JSON-Schema validation for Python
License: MIT