Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-confluent-kafka for
openSUSE:Factory checked in at 2023-05-08 17:24:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-confluent-kafka (Old)
and /work/SRC/openSUSE:Factory/.python-confluent-kafka.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-confluent-kafka"
Mon May 8 17:24:08 2023 rev:6 rq:1085344 version:2.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-confluent-kafka/python-confluent-kafka.changes
2022-10-04 20:37:50.784926585 +0200
+++
/work/SRC/openSUSE:Factory/.python-confluent-kafka.new.1533/python-confluent-kafka.changes
2023-05-08 17:24:10.796658334 +0200
@@ -1,0 +2,40 @@
+Sun May 7 18:56:11 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 2.1.1:
+ * Added a new ConsumerGroupState UNKNOWN. The typo state UNKOWN
+ is deprecated and will be removed in the next major version.
+ * Fix some Admin API documentation stating -1 for infinite
+ timeout incorrectly.
+ * Request timeout can't be infinite.
+ * Added `set_sasl_credentials`. This new method (on the
+ Producer, Consumer, and AdminClient) allows modifying the
+ stored SASL PLAIN/SCRAM credentials that will be used for
+ subsequent (new) connections to a broker
+ * Added support for Default num_partitions in CreateTopics
+ Admin API.
+ * Added support for password protected private key in
+ CachedSchemaRegistryClient.
+ * Add reference support in Schema Registry client.
+ * Added support for schema references.
+ * KIP-320: add offset leader epoch methods to the
+ TopicPartition and Message classes
+ * KIP-222 Add Consumer Group operations to Admin API.
+ * KIP-518 Allow listing consumer groups per state.
+ * KIP-396 Partially implemented: support for
+ AlterConsumerGroupOffsets.
+ * Added metadata to `TopicPartition` type and `commit()`
+ * Added `consumer.memberid()` for getting member id assigned to
+ * the consumer in a consumer group
+ * Implemented `nb_bool` method for the Producer, so that the
+ default (which uses len) will not be used.
+ This avoids situations where producers with
+ no enqueued items would evaluate to False
+ * Deprecated `AvroProducer` and `AvroConsumer`. Use
+ `AvroSerializer` and `AvroDeserializer` instead.
+ * Deprecated `list_groups`. Use `list_consumer_groups` and
+ `describe_consumer_groups` instead.
+ * Improved Consumer Example to show atleast once semantics.
+ * Improved Serialization and Deserialization Examples.
+ * Documentation Improvements.
+
+-------------------------------------------------------------------
Old:
----
confluent-kafka-1.9.2.tar.gz
New:
----
confluent-kafka-2.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-confluent-kafka.spec ++++++
--- /var/tmp/diff_new_pack.BibKoz/_old 2023-05-08 17:24:11.296661290 +0200
+++ /var/tmp/diff_new_pack.BibKoz/_new 2023-05-08 17:24:11.300661314 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-confluent-kafka
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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-confluent-kafka
-Version: 1.9.2
+Version: 2.1.1
Release: 0
Summary: Confluent's Apache Kafka client for Python
License: Apache-2.0
@@ -28,7 +28,7 @@
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-BuildRequires: librdkafka-devel
+BuildRequires: librdkafka-devel >= 2.1.0
BuildRequires: python-rpm-macros
%ifpython2
Requires: python2-avro
++++++ confluent-kafka-1.9.2.tar.gz -> confluent-kafka-2.1.1.tar.gz ++++++
++++ 6215 lines of diff (skipped)