Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
2ccd07dde7 |
BIN
jsonschema_specifications-2023.7.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
jsonschema_specifications-2023.7.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jsonschema_specifications-2024.10.1.tar.gz
(Stored with Git LFS)
BIN
jsonschema_specifications-2024.10.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,29 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
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
|
# spec file for package python-jsonschema-specifications
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jsonschema-specifications
|
Name: python-jsonschema-specifications
|
||||||
Version: 2024.10.1
|
Version: 2023.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry
|
Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -32,10 +32,11 @@ BuildRequires: python-rpm-macros
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module importlib_resources}
|
BuildRequires: %{python_module importlib_resources}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module referencing >= 0.31.0}
|
BuildRequires: %{python_module referencing >= 0.25.0}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-referencing >= 0.31.0
|
Requires: python-referencing >= 0.25.0
|
||||||
|
Suggests: python-importlib_resources >= 1.4.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user