diff --git a/python-jsonschema-specifications.changes b/python-jsonschema-specifications.changes index c4d5036..79f113c 100644 --- a/python-jsonschema-specifications.changes +++ b/python-jsonschema-specifications.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 5 11:05:10 UTC 2023 - Johannes Kastl + +- add sle15_python_module_pythons + ------------------------------------------------------------------- Fri Mar 24 12:41:22 UTC 2023 - Johannes Kastl diff --git a/python-jsonschema-specifications.spec b/python-jsonschema-specifications.spec index 450c71e..c364cc4 100644 --- a/python-jsonschema-specifications.spec +++ b/python-jsonschema-specifications.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-jsonschema-specifications Version: 2023.3.6 Release: 0 @@ -23,11 +24,11 @@ Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Regi License: MIT URL: https://github.com/python-jsonschema/jsonschema-specifications Source: https://files.pythonhosted.org/packages/source/j/jsonschema-specifications/jsonschema_specifications-2023.3.6.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module importlib_resources} BuildRequires: %{python_module pytest}