diff --git a/blinker-1.3.tar.gz b/blinker-1.3.tar.gz deleted file mode 100644 index 90a497d..0000000 --- a/blinker-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6811010809262261e41ab7b92f3f6d23f35cf816fbec2bc05077992eebec6e2f -size 91551 diff --git a/blinker-1.4.tar.gz b/blinker-1.4.tar.gz new file mode 100644 index 0000000..ce7efdd --- /dev/null +++ b/blinker-1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6 +size 111476 diff --git a/python-blinker.changes b/python-blinker.changes index 641a7f7..7c93e69 100644 --- a/python-blinker.changes +++ b/python-blinker.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Mar 11 08:27:10 UTC 2016 - freitag@opensuse.org + +- use setup.py option to record file list for rpm package + +------------------------------------------------------------------- +Sun Jan 3 20:55:02 UTC 2016 - freitag@opensuse.org + +- Fixed doc section in file list + +------------------------------------------------------------------- +Sun Jan 3 20:35:36 UTC 2016 - freitag@opensuse.org + +- 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 + ------------------------------------------------------------------- Sun Feb 22 17:44:07 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-blinker.spec b/python-blinker.spec index 80add61..352a6e1 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -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