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:
@@ -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>
|
Tue Jun 27 15:55:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define mod_name pika
|
%define mod_name pika
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-%{mod_name}
|
Name: python-%{mod_name}
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -27,6 +27,7 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/pika/pika
|
URL: https://github.com/pika/pika
|
||||||
Source: https://github.com/pika/pika/archive/%{version}.tar.gz
|
Source: https://github.com/pika/pika/archive/%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Twisted}
|
BuildRequires: %{python_module Twisted}
|
||||||
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module tornado}
|
BuildRequires: %{python_module tornado}
|
||||||
@@ -66,7 +67,7 @@ export PYTHONPATH='.'
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst CHANGELOG.md
|
%doc README.rst CHANGELOG.md
|
||||||
%license LICENSE
|
%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
|
%changelog
|
||||||
|
Reference in New Issue
Block a user