!15 Update package amqp of version 5.0.9
From: @A_L_I_E_Z Reviewed-by: @myeuler, @huangtianhua Signed-off-by: @myeuler
This commit is contained in:
commit
d325ccec55
Binary file not shown.
BIN
amqp-5.0.9.tar.gz
Normal file
BIN
amqp-5.0.9.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-amqp
|
Name: python-amqp
|
||||||
Version: 5.0.5
|
Version: 5.0.9
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Low-level AMQP client for Python (fork of amqplib).
|
Summary: Low-level AMQP client for Python (fork of amqplib).
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: http://github.com/celery/py-amqp
|
URL: http://github.com/celery/py-amqp
|
||||||
Source0: https://files.pythonhosted.org/packages/77/b5/c5462dab48794185d041f755f3a6f0e445c5a34a14c33222e97d19a7c4c3/amqp-5.0.5.tar.gz
|
Source0: https://files.pythonhosted.org/packages/98/40/c6ea25c5c701634a0bd700a9362185f7f0981f52a406f30dc320ea27ae31/amqp-5.0.9.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
This is a fork of amqplib which was originally written by Barry Pederson.
|
This is a fork of amqplib which was originally written by Barry Pederson.
|
||||||
@ -42,14 +42,14 @@ alternative when librabbitmq is not available.
|
|||||||
This library should be API compatible with librabbitmq.
|
This library should be API compatible with librabbitmq.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n amqp-5.0.5
|
%autosetup -n amqp-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||||
@ -79,11 +79,13 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%files -n python3-amqp -f filelist.lst
|
%files -n python3-amqp -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2022 OpenStack_SIG <openstack@openeuler.org> - 5.0.9-1
|
||||||
|
- Upgrade package python3-amqp of version 5.0.9
|
||||||
|
|
||||||
* Tue May 10 2022 wulei <wulei80@h-partners.com> - 5.0.5-2
|
* Tue May 10 2022 wulei <wulei80@h-partners.com> - 5.0.5-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user