From 371fab1f10430b9cd75d19f316993bd538277e37f126d8a44df8740a9e3e11fc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 10 Nov 2020 08:04:33 +0000 Subject: [PATCH] - update to 2.0.2: * KIP-54: Implement sticky partition assignment strategy (aynroot / PR #2057) * Fix consumer deadlock when heartbeat thread request timeout (huangcuiyang / PR #2064) * Python 3.8 support (Photonios / PR #2088) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kafka-python?expand=0&rev=19 --- kafka-python-2.0.1.tar.gz | 3 --- kafka-python-2.0.2.tar.gz | 3 +++ python-kafka-python.changes | 8 ++++++++ python-kafka-python.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kafka-python-2.0.1.tar.gz create mode 100644 kafka-python-2.0.2.tar.gz diff --git a/kafka-python-2.0.1.tar.gz b/kafka-python-2.0.1.tar.gz deleted file mode 100644 index 8ca1dd3..0000000 --- a/kafka-python-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e59ad42dec8c7d54e3fbba0c1f8b54c44d92a3392d88242962d0c29803f2f6f8 -size 246143 diff --git a/kafka-python-2.0.2.tar.gz b/kafka-python-2.0.2.tar.gz new file mode 100644 index 0000000..ffe6882 --- /dev/null +++ b/kafka-python-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04dfe7fea2b63726cd6f3e79a2d86e709d608d74406638c5da33a01d45a9d7e3 +size 265053 diff --git a/python-kafka-python.changes b/python-kafka-python.changes index d96f1bb..b9e6091 100644 --- a/python-kafka-python.changes +++ b/python-kafka-python.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 10 08:03:56 UTC 2020 - Dirk Mueller + +- update to 2.0.2: + * KIP-54: Implement sticky partition assignment strategy (aynroot / PR #2057) + * Fix consumer deadlock when heartbeat thread request timeout (huangcuiyang / PR #2064) + * Python 3.8 support (Photonios / PR #2088) + ------------------------------------------------------------------- Thu Apr 16 08:22:52 UTC 2020 - pgajdos@suse.com diff --git a/python-kafka-python.spec b/python-kafka-python.spec index bbea728..9b7cb9c 100644 --- a/python-kafka-python.spec +++ b/python-kafka-python.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kafka-python -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: Pure Python client for Apache Kafka License: Apache-2.0