From 99688a3d4c5349fe9625074744381eec34b2a96f0bc8a32338410c06833a45d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 May 2019 20:47:20 +0000 Subject: [PATCH] Accepting request 703796 from home:mbelur:branches:devel:languages:python - Update to version 1.4.6 * please read the release notes *https://github.com/dpkp/kafka-python/releases OBS-URL: https://build.opensuse.org/request/show/703796 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kafka-python?expand=0&rev=15 --- kafka-python-1.3.3.tar.gz | 3 --- kafka-python-1.4.6.tar.gz | 3 +++ python-kafka-python.changes | 7 +++++++ python-kafka-python.spec | 6 ++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 kafka-python-1.3.3.tar.gz create mode 100644 kafka-python-1.4.6.tar.gz diff --git a/kafka-python-1.3.3.tar.gz b/kafka-python-1.3.3.tar.gz deleted file mode 100644 index 98741f7..0000000 --- a/kafka-python-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:467d4a3e09bfaf8fbbbbc458616afc8ff99d71e61642ce1dec39f738878a2d44 -size 216344 diff --git a/kafka-python-1.4.6.tar.gz b/kafka-python-1.4.6.tar.gz new file mode 100644 index 0000000..6b2ab50 --- /dev/null +++ b/kafka-python-1.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f83d8e0af2e64d25f94314d4bef6785b34e3b0df0effe9eebf76b98de66eeb +size 282562 diff --git a/python-kafka-python.changes b/python-kafka-python.changes index 613aaa7..4bcb8d7 100644 --- a/python-kafka-python.changes +++ b/python-kafka-python.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Tue Dec 4 12:49:43 UTC 2018 - Matej Cepl diff --git a/python-kafka-python.spec b/python-kafka-python.spec index bcf33a6..b6067cc 100644 --- a/python-kafka-python.spec +++ b/python-kafka-python.spec @@ -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 @@ 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: fdupes BuildRequires: python-rpm-macros Requires: python-six BuildArch: noarch @@ -46,6 +47,7 @@ is also supported for message sets. %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE