Accepting request 1081530 from home:dirkmueller:acdc:as_python3_module

SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081530
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-priority?expand=0&rev=3
This commit is contained in:
Dirk Mueller 2023-04-21 14:12:28 +00:00 committed by Git OBS Bridge
parent 5b804c52cf
commit d2781f52c5
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 21 12:29:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Tue Jun 21 18:53:12 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -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