14
0
forked from pool/python-pika

- switch SLE15 build to the new python stack as only >= 3.7 is

supported
  * see https://github.com/pika/pika/milestone/19?closed=1
    deprecated and will raise a DeprecationWarning. If you relied on

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=47
This commit is contained in:
2023-11-13 09:34:42 +00:00
committed by Git OBS Bridge
parent dd7792294f
commit 1770be0fdf
2 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 13 09:33:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- switch SLE15 build to the new python stack as only >= 3.7 is
supported
-------------------------------------------------------------------
Tue Jun 27 15:55:55 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -17,7 +17,7 @@
%define mod_name pika
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-%{mod_name}
Version: 1.3.2
Release: 0
@@ -27,6 +27,7 @@ Group: Development/Languages/Python
URL: https://github.com/pika/pika
Source: https://github.com/pika/pika/archive/%{version}.tar.gz
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tornado}
@@ -66,7 +67,7 @@ export PYTHONPATH='.'
%files %{python_files}
%doc README.rst CHANGELOG.md
%license LICENSE
# You may have to add additional files here (documentation and binaries mostly)
%{python_sitelib}/%{mod_name}*
%{python_sitelib}/%{mod_name}
%{python_sitelib}/%{mod_name}-%{version}.dist-info
%changelog