diff --git a/1.2.1.tar.gz b/1.2.1.tar.gz deleted file mode 100644 index 2be9683..0000000 --- a/1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e3ad2d70bda170662736efab8cf26dfa1139713a3dda9c6d7dfe7f68063feaf -size 298155 diff --git a/1.3.0.tar.gz b/1.3.0.tar.gz new file mode 100644 index 0000000..66b3e05 --- /dev/null +++ b/1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006d4e91f3b1745cf6ef0436125ee93f0f8f072dd0b8b4b2e91050cf7c3a79f1 +size 316588 diff --git a/python-pika.changes b/python-pika.changes index 303c8ed..8e82708 100644 --- a/python-pika.changes +++ b/python-pika.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 1 14:07:45 UTC 2022 - Dirk Müller + +- update to 1.3.0: + * see https://github.com/pika/pika/milestone/19?closed=1 + ------------------------------------------------------------------- Thu Apr 28 15:23:41 UTC 2022 - pgajdos@suse.com diff --git a/python-pika.spec b/python-pika.spec index 9380f87..f91e6c0 100644 --- a/python-pika.spec +++ b/python-pika.spec @@ -19,7 +19,7 @@ %define mod_name pika %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{mod_name} -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: Pika Python AMQP Client Library License: BSD-3-Clause @@ -27,9 +27,10 @@ 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 pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tornado} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python @@ -48,13 +49,12 @@ should also work with other AMQP 0-9-1 brokers. %setup -q -n %{mod_name}-%{version} # acceptance needs running configured server rm -rf tests/acceptance/ -sed -i -e 's:,tests/acceptance::' setup.cfg %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib}/%{mod_name} %python_expand %fdupes %{buildroot}%{$python_sitelib}/*.egg-info