diff --git a/python-priority.changes b/python-priority.changes index b3fa90f..152c59d 100644 --- a/python-priority.changes +++ b/python-priority.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 21 12:29:46 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + ------------------------------------------------------------------- Tue Jun 21 18:53:12 UTC 2022 - Ben Greiner diff --git a/python-priority.spec b/python-priority.spec index be98033..8fc880a 100644 --- a/python-priority.spec +++ b/python-priority.spec @@ -1,7 +1,7 @@ # # spec file for package python-priority # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,7 @@ %define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-priority Version: 2.0.0 Release: 0 @@ -24,12 +25,12 @@ Summary: A pure-Python implementation of the HTTP/2 priority tree License: MIT URL: https://github.com/python-hyper/priority/ Source: https://files.pythonhosted.org/packages/source/p/priority/priority-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module base >= 3.6.1} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module hypothesis} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages