diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-confluent-kafka.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /confluent-kafka-2.0.2.tar.gz +/confluent-kafka-2.1.0.tar.gz diff --git a/python-confluent-kafka.spec b/python-confluent-kafka.spec index 8db77d6..5cd39ce 100644 --- a/python-confluent-kafka.spec +++ b/python-confluent-kafka.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-confluent-kafka -Version: 2.0.2 +Version: 2.1.0 Release: 1 Summary: Confluent's Python client for Apache Kafka License: Apache Software License URL: https://github.com/confluentinc/confluent-kafka-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/25/ac/72ec4894e6466a9af5b10f7b1a503ce331c90fe2aa0250c3e938611625c2/confluent-kafka-2.0.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b2/62/268f5e21c9ce9a54ae92b47e2df821a32229bbfa13fd6d34cd97a9507b36/confluent-kafka-2.1.0.tar.gz Requires: python3-futures Requires: python3-enum34 @@ -57,7 +57,7 @@ Provides: python3-confluent-kafka-doc %prep -%autosetup -n confluent-kafka-2.0.2 +%autosetup -n confluent-kafka-2.1.0 %build %py3_build @@ -97,5 +97,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1 - Package Spec generated @@ -1 +1 @@ -eedd7005ec12f7a7e676b9ffb07c6e53 confluent-kafka-2.0.2.tar.gz +3ed6c80a824c6d8398874ef8f8594717 confluent-kafka-2.1.0.tar.gz |