14
0
forked from pool/python-pika
2022-10-01 14:13:12 +00:00
committed by Git OBS Bridge
parent 7173580543
commit 7789060b59
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e3ad2d70bda170662736efab8cf26dfa1139713a3dda9c6d7dfe7f68063feaf
size 298155

3
1.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:006d4e91f3b1745cf6ef0436125ee93f0f8f072dd0b8b4b2e91050cf7c3a79f1
size 316588

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 1 14:07:45 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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

View File

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