Accepting request 703797 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/703797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kafka-python?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2019-05-22 09:14:02 +00:00 committed by Git OBS Bridge
commit 60f6da32b6
4 changed files with 14 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 17 20:34:08 UTC 2019 - Meera Belur <mbelur@suse.com>
- 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 <mcepl@suse.com>

View File

@ -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