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> Tue Jun 27 15:55:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -14,7 +20,7 @@ Mon Jan 2 20:00:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
Sat Oct 1 14:07:45 UTC 2022 - Dirk Müller <dmueller@suse.com> Sat Oct 1 14:07:45 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0: - update to 1.3.0:
* see https://github.com/pika/pika/milestone/19?closed=1 * see https://github.com/pika/pika/milestone/19?closed=1
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 28 15:23:41 UTC 2022 - pgajdos@suse.com Thu Apr 28 15:23:41 UTC 2022 - pgajdos@suse.com
@@ -240,7 +246,7 @@ Wed Dec 4 20:39:50 UTC 2013 - p.drouand@gmail.com
renamed and constants used. If you relied on any of these callbacks renamed and constants used. If you relied on any of these callbacks
outside of their internal use, make sure to check out the new constants. outside of their internal use, make sure to check out the new constants.
+ Connection._connect method, which was an internal only method is now + Connection._connect method, which was an internal only method is now
deprecated and will raise a DeprecationWarning. If you relied on deprecated and will raise a DeprecationWarning. If you relied on
this method, your code needs to change. this method, your code needs to change.
+ pika.simplebuffer has been removed + pika.simplebuffer has been removed
+ BlockingConnection consumer generator does not free buffer + BlockingConnection consumer generator does not free buffer

View File

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