- update to 1.3.1:

Incompatible Changes
  * Delete KafkaConnection class (dpkp 769)
  * Rename partition_assignment -> assignment in MemberMetadata for consistency
  * Move selectors34 and socketpair to kafka.vendor (dpkp 785)
  * Change api_version config to tuple; deprecate str with warning (dpkp 761)
  * Rename _DEFAULT_CONFIG -> DEFAULT_CONFIG in KafkaProducer (dpkp 788)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kafka-python?expand=0&rev=6
This commit is contained in:
Dirk Mueller 2016-11-15 08:26:55 +00:00 committed by Git OBS Bridge
parent 04ae9fd2d1
commit 288f6ab399
4 changed files with 15 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 15 08:25:51 UTC 2016 - dmueller@suse.com
- update to 1.3.1:
Incompatible Changes
* Delete KafkaConnection class (dpkp 769)
* Rename partition_assignment -> assignment in MemberMetadata for consistency
* Move selectors34 and socketpair to kafka.vendor (dpkp 785)
* Change api_version config to tuple; deprecate str with warning (dpkp 761)
* Rename _DEFAULT_CONFIG -> DEFAULT_CONFIG in KafkaProducer (dpkp 788)
-------------------------------------------------------------------
Mon Jul 11 12:30:23 UTC 2016 - tbechtold@suse.com

View File

@ -17,7 +17,7 @@
Name: python-kafka-python
Version: 1.0.1
Version: 1.3.1
Release: 0
Summary: Pure Python client for Apache Kafka
License: Apache-2.0