2016-09-15 15:52:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 15 13:51:06 UTC 2016 - rjschwei@suse.com
|
|
|
|
|
|
|
|
- Include in SLES 12 (FATE#321371, bsc#998103)
|
|
|
|
|
2015-02-23 15:06:52 +01:00
|
|
|
-------------------------------------------------------------------
|
2016-03-14 16:25:16 +01:00
|
|
|
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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-02-23 15:06:52 +01:00
|
|
|
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.
|
|
|
|
|
2012-08-16 10:04:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 15 02:59:55 UTC 2012 - highwaystar.ru@gmail.com
|
|
|
|
|
|
|
|
- python3 package added
|
|
|
|
- spec improved (files section)
|
|
|
|
|
2012-06-22 15:17:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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!)
|
|
|
|
|
2011-09-23 14:42:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 23 12:39:41 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|