commit python-kafka-python for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package python-kafka-python for 
openSUSE:Factory checked in at 2020-11-10 13:46:39

Comparing /work/SRC/openSUSE:Factory/python-kafka-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-kafka-python.new.11331 (New)


Package is "python-kafka-python"

Tue Nov 10 13:46:39 2020 rev:8 rq:847416 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-kafka-python/python-kafka-python.changes  
2020-04-16 23:04:29.907741277 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-kafka-python.new.11331/python-kafka-python.changes
   2020-11-10 13:53:32.538839903 +0100
@@ -1,0 +2,8 @@
+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)
+
+---

Old:

  kafka-python-2.0.1.tar.gz

New:

  kafka-python-2.0.2.tar.gz



Other differences:
--
++ python-kafka-python.spec ++
--- /var/tmp/diff_new_pack.odHHJf/_old  2020-11-10 13:53:33.058838921 +0100
+++ /var/tmp/diff_new_pack.odHHJf/_new  2020-11-10 13:53:33.058838921 +0100
@@ -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

++ kafka-python-2.0.1.tar.gz -> kafka-python-2.0.2.tar.gz ++
 3853 lines of diff (skipped)




commit python-kafka-python for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package python-kafka-python for 
openSUSE:Factory checked in at 2020-04-16 23:04:28

Comparing /work/SRC/openSUSE:Factory/python-kafka-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-kafka-python.new.2738 (New)


Package is "python-kafka-python"

Thu Apr 16 23:04:28 2020 rev:7 rq:794519 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-kafka-python/python-kafka-python.changes  
2019-05-22 11:14:04.862555350 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-kafka-python.new.2738/python-kafka-python.changes
2020-04-16 23:04:29.907741277 +0200
@@ -1,0 +2,49 @@
+Thu Apr 16 08:22:52 UTC 2020 - pgaj...@suse.com
+
+- version update to 2.0.1
+  # 2.0.1 (Feb 19, 2020)
+  Admin Client
+  * KAFKA-8962: Use least_loaded_node() for AdminClient.describe_topics() 
(jeffwidman / PR #2000)
+  * Fix AdminClient topic error parsing in MetadataResponse (jtribble / PR 
#1997)
+  # 2.0.0 (Feb 10, 2020)
+  This release includes breaking changes for any application code that has not
+  migrated from older Simple-style classes to newer Kafka-style classes.
+  Deprecation
+  * Remove deprecated SimpleClient, Producer, Consumer, Unittest (jeffwidman / 
PR #1196)
+  Admin Client
+  * Use the controller for topic metadata requests (TylerLubeck / PR #1995)
+  * Implement list_topics, describe_topics, and describe_cluster (TylerLubeck 
/ PR #1993)
+  * Implement __eq__ and __hash__ for ACL objects (TylerLubeck / PR #1955)
+  * Fixes KafkaAdminClient returning `IncompatibleBrokerVersion` when passing 
an `api_version` (ian28223 / PR #1953)
+  * Admin protocol updates (TylerLubeck / PR #1948)
+  * Fix describe config for multi-broker clusters (jlandersen  / PR #1869)
+  Miscellaneous Bugfixes / Improvements
+  * Enable SCRAM-SHA-256 and SCRAM-SHA-512 for sasl (swenzel / PR #1918)
+  * Fix slots usage and use more slots (carsonip / PR #1987)
+  * Optionally return OffsetAndMetadata from consumer.committed(tp) (dpkp / PR 
#1979)
+  * Reset conn configs on exception in conn.check_version() (dpkp / PR #1977)
+  * Do not block on sender thread join after timeout in producer.close() (dpkp 
/ PR #1974)
+  * Implement methods to convert a Struct object to a pythonic object 
(TylerLubeck / PR #1951)
+  Test Infrastructure / Documentation / Maintenance
+  * Update 2.4.0 resource files for sasl integration (dpkp)
+  * Add kafka 2.4.0 to CI testing (vvuibert / PR #1972)
+  * convert test_admin_integration to pytest (ulrikjohansson / PR #1923)
+  * xfail test_describe_configs_topic_resource_returns_configs (dpkp / Issue 
#1929)
+  * Add crc32c to README and docs (dpkp)
+  * Improve docs for reconnect_backoff_max_ms (dpkp / PR #1976)
+  * Fix simple typo: managementment -> management (timgates42 / PR #1966)
+  * Fix typos (carsonip / PR #1938)
+  * Fix doc import paths (jeffwidman / PR #1933)
+  * Update docstring to match conn.py's (dabcoder / PR #1921)
+  * Do not log topic-specific errors in full metadata fetch (dpkp / PR #1980)
+  * Raise AssertionError if consumer closed in poll() (dpkp / PR #1978)
+  * Log retriable coordinator NodeNotReady, TooManyInFlightRequests as debug 
not error (dpkp / PR #1975)
+  * Remove unused import (jeffwidman)
+  * Remove some dead code (jeffwidman)
+  * Fix a benchmark to Use print() function in both Python 2 and Python 3 
(cclauss / PR #1983)
+  * Fix a test to use ==/!= to compare str, bytes, and int literals (cclauss / 
PR #1984)
+  * Fix benchmarks to use pyperf (carsonip / PR #1986)
+  * Remove unused/empty .gitsubmodules file (jeffwidman / PR #1928)
+  * Remove deprecated `ConnectionError` (jeffwidman / PR #1816)
+
+---

Old:

  kafka-python-1.4.6.tar.gz

New:

  kafka-python-2.0.1.tar.gz



Other differences:
--
++ python-kafka-python.spec ++
--- /var/tmp/diff_new_pack.lfBmbb/_old  2020-04-16 23:04:30.459741769 +0200
+++ /var/tmp/diff_new_pack.lfBmbb/_new  2020-04-16 23:04:30.463741772 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-kafka-python
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-kafka-python
-Version:1.4.6
+Version:2.0.1
 Release:0
 Summary:Pure Python client for Apache Kafka
 License:Apache-2.0

++ kafka-python-1.4.6.tar.gz -> kafka-python-2.0.1.tar.gz ++
 13296 lines of diff (skipped)




commit python-kafka-python for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-kafka-python for 
openSUSE:Factory checked in at 2019-05-22 11:14:02

Comparing /work/SRC/openSUSE:Factory/python-kafka-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-kafka-python.new.5148 (New)


Package is "python-kafka-python"

Wed May 22 11:14:02 2019 rev:6 rq:703797 version:1.4.6

Changes:

--- /work/SRC/openSUSE:Factory/python-kafka-python/python-kafka-python.changes  
2018-12-24 11:38:55.109583801 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-kafka-python.new.5148/python-kafka-python.changes
2019-05-22 11:14:04.862555350 +0200
@@ -1,0 +2,7 @@
+Fri May 17 20:34:08 UTC 2019 - Meera Belur 
+
+- Update to version 1.4.6
+  * please read the release notes 
+ *https://github.com/dpkp/kafka-python/releases 
+
+---

Old:

  kafka-python-1.3.3.tar.gz

New:

  kafka-python-1.4.6.tar.gz



Other differences:
--
++ python-kafka-python.spec ++
--- /var/tmp/diff_new_pack.LVsBbX/_old  2019-05-22 11:14:05.394555253 +0200
+++ /var/tmp/diff_new_pack.LVsBbX/_new  2019-05-22 11:14:05.394555253 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-kafka-python
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-kafka-python
-Version:1.3.3
+Version:1.4.6
 Release:0
 Summary:Pure Python client for Apache Kafka
 License:Apache-2.0
@@ -27,6 +27,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/k/kafka-python/kafka-python-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-six
 BuildArch:  noarch
@@ -46,6 +47,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %license LICENSE

++ kafka-python-1.3.3.tar.gz -> kafka-python-1.4.6.tar.gz ++
 18387 lines of diff (skipped)




commit python-kafka-python for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-kafka-python for 
openSUSE:Factory checked in at 2018-12-24 11:38:53

Comparing /work/SRC/openSUSE:Factory/python-kafka-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-kafka-python.new.28833 (New)


Package is "python-kafka-python"

Mon Dec 24 11:38:53 2018 rev:5 rq:659461 version:1.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-kafka-python/python-kafka-python.changes  
2018-11-12 09:42:08.169128024 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-kafka-python.new.28833/python-kafka-python.changes
   2018-12-24 11:38:55.109583801 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:49:43 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-kafka-python.spec ++
--- /var/tmp/diff_new_pack.u5OUfw/_old  2018-12-24 11:38:55.521583435 +0100
+++ /var/tmp/diff_new_pack.u5OUfw/_new  2018-12-24 11:38:55.521583435 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,16 +23,13 @@
 Summary:Pure Python client for Apache Kafka
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/mumrah/kafka-python
-Source: 
https://pypi.io/packages/source/k/kafka-python/kafka-python-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+URL:https://github.com/mumrah/kafka-python
+Source: 
https://files.pythonhosted.org/packages/source/k/kafka-python/kafka-python-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  python-rpm-macros
 Requires:   python-six
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -50,9 +47,9 @@
 %install
 %python_install
 
-%files %python_files
-%defattr(-,root,root,-)
-%doc README.rst LICENSE
+%files %{python_files}
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 %exclude %{python_sitelib}/tests/
 




commit python-kafka-python for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package python-kafka-python for 
openSUSE:Factory checked in at 2018-11-12 09:42:05

Comparing /work/SRC/openSUSE:Factory/python-kafka-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-kafka-python.new (New)


Package is "python-kafka-python"

Mon Nov 12 09:42:05 2018 rev:4 rq:647601 version:1.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-kafka-python/python-kafka-python.changes  
2017-04-12 18:19:58.834019252 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-kafka-python.new/python-kafka-python.changes 
2018-11-12 09:42:08.169128024 +0100
@@ -1,0 +2,6 @@
+Thu Nov  8 18:29:27 UTC 2018 - esamp...@suse.com
+
+- exclude ./tests directory when building RPM since it causes file conflicts 
with python-tinyDB
+
+
+---



Other differences:
--
++ python-kafka-python.spec ++
--- /var/tmp/diff_new_pack.ez2gjX/_old  2018-11-12 09:42:08.793127132 +0100
+++ /var/tmp/diff_new_pack.ez2gjX/_new  2018-11-12 09:42:08.793127132 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-kafka-python
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -54,5 +54,6 @@
 %defattr(-,root,root,-)
 %doc README.rst LICENSE
 %{python_sitelib}/*
+%exclude %{python_sitelib}/tests/
 
 %changelog




commit python-kafka-python for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package python-kafka-python for 
openSUSE:Factory checked in at 2017-04-12 17:32:51

Comparing /work/SRC/openSUSE:Factory/python-kafka-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-kafka-python.new (New)


Package is "python-kafka-python"

Wed Apr 12 17:32:51 2017 rev:3 rq:482873 version:1.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-kafka-python/python-kafka-python.changes  
2016-11-15 18:02:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-kafka-python.new/python-kafka-python.changes 
2017-04-12 18:19:58.834019252 +0200
@@ -1,0 +2,127 @@
+Mon Mar 27 08:39:42 UTC 2017 - tbecht...@suse.com
+
+- update to 1.3.3:
+  Core / Protocol
+  * Derive all api classes from Request / Response base classes (dpkp 1030)
+  * Prefer python-lz4 if available (dpkp 1024)
+  * Fix kwarg handing in kafka.protocol.struct.Struct (dpkp 1025)
+  * Fixed couple of "leaks" when gc is disabled (Mephius 979)
+  * Added `max_bytes` option and FetchRequest_v3 usage. (Drizzt1991 962)
+  * CreateTopicsRequest / Response v1 (dpkp 1012)
+  * Add MetadataRequest_v2 and MetadataResponse_v2 structures for KIP-78 
(Drizzt1991 974)
+  * KIP-88 / KAFKA-3853: OffsetFetch v2 structs (jeffwidman 971)
+  * DRY-up the MetadataRequest_v1 struct (jeffwidman 966)
+  * Add JoinGroup v1 structs (jeffwidman 965)
+  * DRY-up the OffsetCommitResponse Structs (jeffwidman 970)
+  * DRY-up the OffsetFetch structs (jeffwidman 964)
+  * time --> timestamp to match Java API (jeffwidman 969)
+  * Add support for offsetRequestV1 messages (jlafaye 951)
+  * Add FetchRequest/Response_v3 structs (jeffwidman 943)
+  * Add CreateTopics / DeleteTopics Structs (jeffwidman 944)
+  Test Infrastructure
+  * Add python3.6 to travis test suite, drop python3.3 (exponea 992)
+  * Update to 0.10.1.1 for integration testing (dpkp 953)
+  * Update vendored berkerpeksag/selectors34 to ff61b82 (Mephius 979)
+  * Remove dead code (jeffwidman 967)
+  * Update pytest fixtures to new yield syntax (jeffwidman 919)
+  Consumer
+  * Avoid re-encoding message for crc check (dpkp 1027)
+  * Optionally skip auto-commit during consumer.close (dpkp 1031)
+  * Return copy of consumer subscription set (dpkp 1029)
+  * Short-circuit group coordinator requests when NodeNotReady (dpkp 995)
+  * Avoid unknown coordinator after client poll (dpkp 1023)
+  * No longer configure a default consumer group (dpkp 1016)
+  * Dont refresh metadata on failed group coordinator request unless needed 
(dpkp 1006)
+  * Fail-fast on timeout constraint violations during KafkaConsumer creation 
(harelba 986)
+  * Default max_poll_records to Java default of 500 (jeffwidman 947)
+  * For 0.8.2, only attempt connection to coordinator if least_loaded_node 
succeeds (dpkp)
+  Producer
+  * change default timeout of KafkaProducer.close() to threading.TIMEOUT_MAX 
on py3 (mmyjona 991)
+  Client
+  * Add optional kwarg to ready/is_ready to disable metadata-priority logic 
(dpkp 1017)
+  * When closing a broker connection without error, fail in-flight-requests 
with Cancelled (dpkp 1010)
+  * Catch socket errors during ssl handshake (dpkp 1007)
+  * Drop old brokers when rebuilding broker metadata (dpkp 1005)
+  * Drop bad disconnect test -- just use the mocked-socket test (dpkp 982)
+  * Add support for Python built without ssl (minagawa-sho 954)
+  * Do not re-close a disconnected connection (dpkp)
+  * Drop unused last_failure time from BrokerConnection (dpkp)
+  * Use connection state functions where possible (dpkp)
+  * Pass error to BrokerConnection.close() (dpkp)
+  Bugfixes
+  * Free lz4 decompression context to avoid leak (dpkp 1024)
+  * Fix sasl reconnect bug: auth future must be reset on close (dpkp 1003)
+  * Fix raise exception from SubscriptionState.assign_from_subscribed (qntln 
960)
+  * Fix blackout calculation: mark last_attempt time during connection close 
(dpkp 1008)
+  * Fix buffer pool reallocation after raising timeout (dpkp 999)
+  Logging / Error Messages
+  * Add client info logging re bootstrap; log connection attempts to balance 
with close (dpkp)
+  * Minor additional logging for consumer coordinator (dpkp)
+  * Add more debug-level connection logging (dpkp)
+  * Do not need str(self) when formatting to %s (dpkp)
+  * Add new broker response errors (dpkp)
+  * Small style fixes in kafka.errors (dpkp)
+  * Include the node id in BrokerConnection logging (dpkp 1009)
+  * Replace %s with %r in producer debug log message (chekunkov 973)
+  Documentation
+  * Sphinx documentation updates (jeffwidman 1019)
+  * Add sphinx formatting to hyperlink methods (jeffwidman 898)
+  * Fix BrokerConnection api_version docs default (jeffwidman 909)
+  * PEP-8: Spacing & removed unused imports (jeffwidman 899)
+  * Move BrokerConnection docstring to class (jeffwidman 968)
+  * Move 

commit python-kafka-python for openSUSE:Factory

2016-11-15 Thread h_root
Hello community,

here is the log from the commit of package python-kafka-python for 
openSUSE:Factory checked in at 2016-11-15 18:02:01

Comparing /work/SRC/openSUSE:Factory/python-kafka-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-kafka-python.new (New)


Package is "python-kafka-python"

Changes:

--- /work/SRC/openSUSE:Factory/python-kafka-python/python-kafka-python.changes  
2016-07-14 09:48:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-kafka-python.new/python-kafka-python.changes 
2016-11-15 18:02:01.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 15 08:25:51 UTC 2016 - dmuel...@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)
+
+---

Old:

  kafka-python-1.0.1.tar.gz

New:

  kafka-python-1.3.1.tar.gz



Other differences:
--
++ python-kafka-python.spec ++
--- /var/tmp/diff_new_pack.DpYzFE/_old  2016-11-15 18:02:02.0 +0100
+++ /var/tmp/diff_new_pack.DpYzFE/_new  2016-11-15 18:02:02.0 +0100
@@ -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

++ kafka-python-1.0.1.tar.gz -> kafka-python-1.3.1.tar.gz ++
 17678 lines of diff (skipped)