upgrade to 5.2.3
This commit is contained in:
parent
cc6f642967
commit
5c0f896844
Binary file not shown.
BIN
kombu-5.2.3.tar.gz
Normal file
BIN
kombu-5.2.3.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-kombu
|
Name: python-kombu
|
||||||
Version: 5.0.2
|
Version: 5.2.3
|
||||||
Release: 2
|
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/3b/3a/f880f867bb2690aee3454aa31143d441fee79c5c5ce4d9537114675447b3/kombu-5.0.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/85/29/3ea618bc385323dc1bfc0399bc6f91b5172bd140747f116c975be620e2ad/kombu-5.2.3.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.0.2
|
%autosetup -n kombu-5.2.3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -98,6 +98,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 5.2.3-1
|
||||||
|
- Upgrade version for openstack yoga
|
||||||
|
|
||||||
* Wed May 11 2022 houyingchao <houyingchao@h-partners.com> - 5.0.2-2
|
* Wed May 11 2022 houyingchao <houyingchao@h-partners.com> - 5.0.2-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user