Changelog for
python-blinker-1.4-1.3.noarch.rpm :
Sun May 7 14:00:00 2017 benoit.moninAATTgmx.fr
- convert the package to singlespec
- call fdupes to fix duplicated files
- remove unneeded buildrequires: unzip
- remove unneded doc file that trigger rpmlint
- put the documentation in a separate sub-package
Thu Sep 15 14:00:00 2016 rjschweiAATTsuse.com
- Include in SLES 12 (FATE#321371, bsc#998103)
Fri Mar 11 13:00:00 2016 freitagAATTopensuse.org
- use setup.py option to record file list for rpm package
Sun Jan 3 13:00:00 2016 freitagAATTopensuse.org
- Fixed doc section in file list
Sun Jan 3 13:00:00 2016 freitagAATTopensuse.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 13:00:00 2015 benoit.moninAATTgmx.fr
- update to version 1.3:
* The global signal stash behind blinker.signal() is now backed
by a regular name-to-Signal dictionary
* blinker.Namespace is now built on a regular dict
* Signal.connect(\'text-sender\') uses an alterate hashing strategy
to avoid sharp edges in text identity.
Wed Aug 15 14:00:00 2012 highwaystar.ruAATTgmail.com
- python3 package added
- spec improved (files section)
Fri Jun 22 14:00:00 2012 saschpeAATTsuse.de
- Update to version 1.2:
+ Added Signal.receiver_connected and
Signal.receiver_disconnected per-Signal signals.
+ Deprecated the global \'receiver_connected\' signal.
+ Verified Python 3.2 support (no changes needed!)
Fri Sep 23 14:00:00 2011 saschpeAATTsuse.de
- Initial version