Sync from SUSE:SLFO:Main python-jsonschema-specifications revision 6ed224b351bc510d197d261d623bc993
This commit is contained in:
parent
30dfec5270
commit
55de984f69
BIN
jsonschema_specifications-2023.7.1.tar.gz
(Stored with Git LFS)
BIN
jsonschema_specifications-2023.7.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
jsonschema_specifications-2024.10.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
jsonschema_specifications-2024.10.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 19:08:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2024.10.1:
|
||||
* Declare support for Python 3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 10:54:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2023.12.1:
|
||||
* Ignore dotfiles when collectimg schemas
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 17:47:18 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 2023.11.2:
|
||||
no changelog, only diff available at
|
||||
https://github.com/python-jsonschema/jsonschema-specifications/compare/v2023.11.1...v2023.11.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 06:10:13 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 2023.11.1:
|
||||
no changelog, only diff available at
|
||||
https://github.com/python-jsonschema/jsonschema-specifications/compare/v2023.07.1...v2023.11.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 18:58:19 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jsonschema-specifications
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-jsonschema-specifications
|
||||
Version: 2023.7.1
|
||||
Version: 2024.10.1
|
||||
Release: 0
|
||||
Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry
|
||||
License: MIT
|
||||
@ -32,11 +32,10 @@ BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module importlib_resources}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module referencing >= 0.25.0}
|
||||
BuildRequires: %{python_module referencing >= 0.31.0}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-referencing >= 0.25.0
|
||||
Suggests: python-importlib_resources >= 1.4.0
|
||||
Requires: python-referencing >= 0.31.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user