Accepting request 647601 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/647601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kafka-python?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2018-11-12 08:42:05 +00:00 committed by Git OBS Bridge
commit 2d99dd563d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 8 18:29:27 UTC 2018 - esampson@suse.com
- exclude ./tests directory when building RPM since it causes file conflicts with python-tinyDB
-------------------------------------------------------------------
Mon Mar 27 08:39:42 UTC 2017 - tbechtold@suse.com

View File

@ -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 @@ is also supported for message sets.
%defattr(-,root,root,-)
%doc README.rst LICENSE
%{python_sitelib}/*
%exclude %{python_sitelib}/tests/
%changelog