update to 5.2.4

This commit is contained in:
wenzhiwei11 2022-08-08 11:25:29 +08:00
parent 15f8d07b77
commit 2aacdad6d2
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
kombu-5.2.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-kombu Name: python-kombu
Version: 5.2.3 Version: 5.2.4
Release: 1 Release: 1
Summary: Messaging library for Python. Summary: Messaging library for Python.
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/celery/kombu URL: https://github.com/celery/kombu
Source0: https://files.pythonhosted.org/packages/85/29/3ea618bc385323dc1bfc0399bc6f91b5172bd140747f116c975be620e2ad/kombu-5.2.3.tar.gz Source0: https://files.pythonhosted.org/packages/e1/9e/3811be7d86ac3be6d1a1f5098f95b1d8e2519c12c537719c7e13c8a12800/kombu-5.2.4.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-amqp Requires: python3-amqp
@ -58,7 +58,7 @@ The aim of Kombu is to make messaging in Python as easy as possible by providing
AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the RabbitMQ messaging server is the most popular implementation. AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the RabbitMQ messaging server is the most popular implementation.
%prep %prep
%autosetup -n kombu-5.2.3 %autosetup -n kombu-5.2.4
%build %build
%py3_build %py3_build
@ -98,6 +98,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Aug 8 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 5.2.4-1
- Update to 5.2.4
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 5.2.3-1 * Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 5.2.3-1
- Upgrade version for openstack yoga - Upgrade version for openstack yoga