diff --git a/1.3.1.tar.gz b/1.3.1.tar.gz deleted file mode 100644 index cbcd516..0000000 Binary files a/1.3.1.tar.gz and /dev/null differ diff --git a/pika-1.3.2.tar.gz b/pika-1.3.2.tar.gz new file mode 100644 index 0000000..c6d27ab Binary files /dev/null and b/pika-1.3.2.tar.gz differ diff --git a/python-pika.spec b/python-pika.spec index 1f586cc..e008dc2 100644 --- a/python-pika.spec +++ b/python-pika.spec @@ -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 - 1.3.2-1 +- update to 1.3.2 + * Mon Nov 14 2022 lvfei - 1.3.1-1 - update to 1.3.1