Changelog for
python-blinker-1.3-1.6.noarch.rpm :
* Sun Feb 22 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 2012 highwaystar.ruAATTgmail.com- python3 package added- spec improved (files section)
* Fri Jun 22 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 2011 saschpeAATTsuse.de- Initial version