Accepting request 1139503 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 4.21.0 OBS-URL: https://build.opensuse.org/request/show/1139503 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=79
This commit is contained in:
parent
8a79c179bc
commit
88da083583
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa
|
|
||||||
size 320243
|
|
3
jsonschema-4.21.0.tar.gz
Normal file
3
jsonschema-4.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167
|
||||||
|
size 321324
|
@ -1,4 +1,11 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 17 07:29:22 UTC 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 05:46:35 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Fri Nov 17 05:46:35 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
- update to 4.20.0:
|
- update to 4.20.0:
|
||||||
@ -399,7 +406,7 @@ Tue Apr 26 11:54:11 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 22 21:08:31 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
Sun Aug 22 21:08:31 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
||||||
|
|
||||||
- Use libalternatives instead of update-alternatives.
|
- Use libalternatives instead of update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 25 07:59:29 UTC 2021 - pgajdos@suse.com
|
Tue May 25 07:59:29 UTC 2021 - pgajdos@suse.com
|
||||||
@ -454,7 +461,7 @@ Tue Sep 17 05:31:26 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|||||||
* Fixed a bug where 0 and False were considered equal by
|
* Fixed a bug where 0 and False were considered equal by
|
||||||
const and enum
|
const and enum
|
||||||
- from v3.0.1
|
- from v3.0.1
|
||||||
* Fixed a bug where extending validators did not preserve their
|
* Fixed a bug where extending validators did not preserve their
|
||||||
notion of which validator property contains $id information.
|
notion of which validator property contains $id information.
|
||||||
- from v3.0.0
|
- from v3.0.0
|
||||||
* Support for Draft 6 and Draft 7
|
* Support for Draft 6 and Draft 7
|
||||||
@ -552,7 +559,7 @@ Mon Sep 15 10:57:54 UTC 2014 - tbechtold@suse.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 13 10:27:36 UTC 2014 - dmueller@suse.com
|
Thu Feb 13 10:27:36 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
- remove dependency on unittest2
|
- remove dependency on unittest2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 21 13:30:13 UTC 2013 - dmueller@suse.com
|
Mon Oct 21 13:30:13 UTC 2013 - dmueller@suse.com
|
||||||
@ -592,7 +599,7 @@ Sat Apr 13 10:11:29 UTC 2013 - toddrme2178@gmail.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 25 09:17:22 UTC 2013 - p.drouand@gmail.com
|
Mon Feb 25 09:17:22 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
- Add python3 support
|
- Add python3 support
|
||||||
Tests with python3 fails for instance
|
Tests with python3 fails for instance
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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.20.0
|
Version: 4.21.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user