Compare commits
10 Commits
fcd692f286
...
9db0865563
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9db0865563 | ||
|
|
3f8e9e399d | ||
|
|
0a8a11e841 | ||
|
|
5e3df0528e | ||
|
|
cf32fcd5fe | ||
|
|
2aacdad6d2 | ||
|
|
15f8d07b77 | ||
|
|
5c0f896844 | ||
|
|
cc6f642967 | ||
|
|
5e01d14f60 |
Binary file not shown.
BIN
kombu-5.3.5.tar.gz
Normal file
BIN
kombu-5.3.5.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.3.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Messaging library for Python.
|
Summary: Messaging library for Python.
|
||||||
License: BSD
|
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/55/61/0b91085837d446570ea12f63f79463e5a74b449956b1ca9d1946a6f584c2/kombu-5.3.5.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-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -98,5 +98,21 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 22 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 5.3.5-1
|
||||||
|
- Update package to version 5.3.5
|
||||||
|
Fix crash when using global_keyprefix with a sentinel connection
|
||||||
|
|
||||||
|
* Fri Jun 30 2023 zixuanchen <chenzixuan@kylinos.cn> - 5.3.1-1
|
||||||
|
- Update to 5.3.1
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- Upgrade version for openstack yoga
|
||||||
|
|
||||||
|
* Wed May 11 2022 houyingchao <houyingchao@h-partners.com> - 5.0.2-2
|
||||||
|
- License compliance rectification
|
||||||
|
|
||||||
* Mon Dec 28 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Mon Dec 28 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user