diff --git a/kombu-5.2.4.tar.gz b/kombu-5.2.4.tar.gz deleted file mode 100644 index b306a1a..0000000 Binary files a/kombu-5.2.4.tar.gz and /dev/null differ diff --git a/kombu-5.3.1.tar.gz b/kombu-5.3.1.tar.gz new file mode 100644 index 0000000..9c78338 Binary files /dev/null and b/kombu-5.3.1.tar.gz differ diff --git a/python-kombu.spec b/python-kombu.spec index 54e49c0..f7531c0 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-kombu -Version: 5.2.4 +Version: 5.3.1 Release: 1 Summary: Messaging library for Python. License: BSD-3-Clause URL: https://github.com/celery/kombu -Source0: https://files.pythonhosted.org/packages/e1/9e/3811be7d86ac3be6d1a1f5098f95b1d8e2519c12c537719c7e13c8a12800/kombu-5.2.4.tar.gz +Source0: https://files.pythonhosted.org/packages/c8/69/b703f8ec8d0406be22534dad885cac847fe092b793c4893034e3308feb9b/kombu-5.3.1.tar.gz BuildArch: noarch 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. %prep -%autosetup -n kombu-5.2.4 +%autosetup -n kombu-%{version} %build %py3_build @@ -98,6 +98,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 30 2023 zixuanchen - 5.3.1-1 +- Update to 5.3.1 + * Mon Aug 8 2022 wenzhiwei - 5.2.4-1 - Update to 5.2.4