15
0

Accepting request 369885 from home:kfreitag:branches:devel:languages:python

- use setup.py option to record file list for rpm package 

- Fixed doc section in file list 

- update to version 1.4:
  * Verified Python 3.4 support (no changes needed)
  * Additional bookkeeping cleanup for non-ANY connections at disconnect
    time.
  * Added Signal._cleanup_bookeeping() to prune stale bookkeeping on
    demand

OBS-URL: https://build.opensuse.org/request/show/369885
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=13
This commit is contained in:
2016-03-14 15:25:16 +00:00
committed by Git OBS Bridge
parent 6b2a8ebe34
commit 883e671705
4 changed files with 28 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-blinker
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
Name: python-blinker
Version: 1.3
Version: 1.4
Release: 0
Url: http://discorporate.us/projects/Blinker/
Summary: Fast, simple object-to-object and broadcast signaling
@@ -48,15 +48,13 @@ sent by any sender.
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%check
nosetests
%files
%files -f INSTALLED_FILES
%defattr(-,root,root,-)
%doc AUTHORS CHANGES LICENSE README docs/html
%{python_sitelib}/blinker/
%{python_sitelib}/blinker-%{version}-py%{py_ver}.egg-info
%doc AUTHORS CHANGES LICENSE README.md docs/html
%changelog