Accepting request 847416 from devel:languages:python

- 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/request/show/847416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kafka-python?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-11-10 12:46:39 +00:00 committed by Git OBS Bridge
commit efa9f9e5cf
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e59ad42dec8c7d54e3fbba0c1f8b54c44d92a3392d88242962d0c29803f2f6f8
size 246143

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04dfe7fea2b63726cd6f3e79a2d86e709d608d74406638c5da33a01d45a9d7e3
size 265053

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 10 08:03:56 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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

View File

@ -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