update python pika to 1.3.1

This commit is contained in:
lvfei 2022-11-13 22:27:41 -05:00
parent 5e49c0f2f7
commit f7c92a1de2
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
1.3.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pika
Version: 1.2.1
Version: 1.3.1
Release: 1
Summary: Pika Python AMQP Client Library
License: BSD-3-Clause
URL: https://pika.readthedocs.io
Source0: https://github.com/pika/pika/archive/refs/tags/1.2.1.tar.gz
Source0: https://github.com/pika/pika/archive/refs/tags/1.3.1.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@ -39,7 +39,7 @@ Provides: python3-pika-doc
Development documents and examples for pika.
%prep
%autosetup -n pika-1.2.1
%autosetup -n pika-1.3.1
%build
%py3_build
@ -79,5 +79,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Nov 14 2022 lvfei <lvfei@kylinos.cn> - 1.3.1-1
- update to 1.3.1
* Wed Jul 13 2022 Xu Jin <jinxu@kylinos.cn> - 1.2.1-1
- Package Spec generated