Hello community,
here is the log from the commit of package python-confluent-kafka for
openSUSE:Factory checked in at 2020-10-13 15:45:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-confluent-kafka (Old)
and /work/SRC/openSUSE:Factory/.python-confluent-kafka.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-confluent-kafka"
Tue Oct 13 15:45:24 2020 rev:3 rq:841410 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-confluent-kafka/python-confluent-kafka.changes
2019-11-27 13:51:58.816437914 +0100
+++
/work/SRC/openSUSE:Factory/.python-confluent-kafka.new.3486/python-confluent-kafka.changes
2020-10-13 15:46:05.977461464 +0200
@@ -1,0 +2,12 @@
+Tue Oct 13 07:18:50 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 1.5.0:
+ * Bundles librdkafka v1.5.0 - see release notes for all enhancements and
fixes.
+ * Dockerfile examples
+ * List offsets example
+ * confluent-kafka-python is based on librdkafka v1.5.0, see the librdkafka
+ release notes for a complete list of changes, enhancements, fixes and
+ upgrade considerations.
+- no-license-as-datafile.patch (obsolete, replaced by rm in %install)
+
+-------------------------------------------------------------------
Old:
----
confluent-kafka-1.1.0.tar.gz
no-license-as-datafile.patch
New:
----
confluent-kafka-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-confluent-kafka.spec ++++++
--- /var/tmp/diff_new_pack.iJSvEx/_old 2020-10-13 15:46:06.589461728 +0200
+++ /var/tmp/diff_new_pack.iJSvEx/_new 2020-10-13 15:46:06.589461728 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-confluent-kafka
#
-# 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,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-confluent-kafka
-Version: 1.1.0
+Version: 1.5.0
Release: 0
Summary: Confluent's Apache Kafka client for Python
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/confluentinc/confluent-kafka-python
+URL: https://github.com/confluentinc/confluent-kafka-python
Source:
https://files.pythonhosted.org/packages/source/c/confluent-kafka/confluent-kafka-%{version}.tar.gz
-Patch1: no-license-as-datafile.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -49,7 +48,6 @@
%prep
%setup -q -n confluent-kafka-%{version}
-%patch1
%build
export CFLAGS="%{optflags}"
@@ -57,6 +55,7 @@
%install
%python_install
+rm -v %{buildroot}/%{_prefix}/LICENSE.txt
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%files %{python_files}
++++++ confluent-kafka-1.1.0.tar.gz -> confluent-kafka-1.5.0.tar.gz ++++++
++++ 4896 lines of diff (skipped)