forked from pool/python-blinker
6b2a8ebe34
update to version 1.3 OBS-URL: https://build.opensuse.org/request/show/287243 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=11
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Feb 22 17:44:07 UTC 2015 - benoit.monin@gmx.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 02:59:55 UTC 2012 - highwaystar.ru@gmail.com
|
|
|
|
- python3 package added
|
|
- spec improved (files section)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 22 13:16:29 UTC 2012 - saschpe@suse.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 12:39:41 UTC 2011 - saschpe@suse.de
|
|
|
|
- Initial version
|
|
|