upgrade to 1.3.2
This commit is contained in:
parent
2cd37d65b6
commit
eb7c234984
BIN
1.3.1.tar.gz
BIN
1.3.1.tar.gz
Binary file not shown.
BIN
pika-1.3.2.tar.gz
Normal file
BIN
pika-1.3.2.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-pika
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
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.3.1.tar.gz
|
||||
URL: https://github.com/pika/pika
|
||||
Source0: https://files.pythonhosted.org/packages/db/db/d4102f356af18f316c67f2cead8ece307f731dd63140e2c71f170ddacf9b/pika-1.3.2.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
@ -13,6 +13,7 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-hatchling
|
||||
BuildRequires: python3-fixtures
|
||||
|
||||
Requires: python3-gevent
|
||||
@ -28,6 +29,7 @@ Summary: Pika Python AMQP Client Library
|
||||
Provides: python-pika
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-hatchling
|
||||
%description -n python3-pika
|
||||
Pika for python3.
|
||||
|
||||
@ -39,46 +41,33 @@ Provides: python3-pika-doc
|
||||
Development documents and examples for pika.
|
||||
|
||||
%prep
|
||||
%autosetup -n pika-1.3.1
|
||||
%autosetup -n pika-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
%pyproject_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
%pyproject_install
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||
pushd %{buildroot}
|
||||
if [ -d usr/lib ]; then
|
||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
fi
|
||||
if [ -d usr/lib64 ]; then
|
||||
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
fi
|
||||
if [ -d usr/bin ]; then
|
||||
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
fi
|
||||
if [ -d usr/sbin ]; then
|
||||
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
fi
|
||||
touch doclist.lst
|
||||
if [ -d usr/share/man ]; then
|
||||
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
|
||||
fi
|
||||
popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%files -n python3-pika -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
%files -n python3-pika
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/pika
|
||||
%{python3_sitelib}/pika*.dist-info/
|
||||
|
||||
%files help -f doclist.lst
|
||||
|
||||
%files help
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 16 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.3.2-1
|
||||
- update to 1.3.2
|
||||
|
||||
* Mon Nov 14 2022 lvfei <lvfei@kylinos.cn> - 1.3.1-1
|
||||
- update to 1.3.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user