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:
commit
efa9f9e5cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e59ad42dec8c7d54e3fbba0c1f8b54c44d92a3392d88242962d0c29803f2f6f8
|
||||
size 246143
|
3
kafka-python-2.0.2.tar.gz
Normal file
3
kafka-python-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04dfe7fea2b63726cd6f3e79a2d86e709d608d74406638c5da33a01d45a9d7e3
|
||||
size 265053
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user