update to version 5.0.9

This commit is contained in:
wang--ge 2022-10-14 15:36:06 +08:00
parent cdfb14964f
commit baa176f078
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
amqp-5.0.9.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-amqp
Version: 5.0.5
Version: 5.0.9
Release: 1
Summary: Low-level AMQP client for Python (fork of amqplib).
License: BSD
License: BSD-3-Clause
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
%description
This is a fork of amqplib which was originally written by Barry Pederson.
@ -42,7 +42,7 @@ alternative when librabbitmq is not available.
This library should be API compatible with librabbitmq.
%prep
%autosetup -n amqp-5.0.5
%autosetup -n amqp-%{version}
%build
%py3_build
@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Oct 14 2022 Ge Wang <wangge20@h-partners.com> - 5.0.9-1
- Upgrade to version 5.0.9
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 5.0.5-1
- Upgrade to version 5.0.5