pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-blinker
Module Name: pkgsrc
Committed By: kleink
Date: Tue Jul 9 16:55:42 UTC 2013
Modified Files:
pkgsrc/devel/py-blinker: Makefile distinfo
Log Message:
Update py-blinker to 1.3.
Version 1.3
-----------
Released July 3, 2013
- The global signal stash behind blinker.signal() is now backed by a
regular name-to-Signal dictionary. Previously, weak references were
held in the mapping and ephermal usage in code like
``signal('foo').connect(...)`` could have surprising program behavior
depending on import order of modules.
- blinker.Namespace is now built on a regular dict. Use
blinker.WeakNamespace for the older, weak-referencing behavior.
- Signal.connect('text-sender') uses an alterate hashing strategy to
avoid sharp edges in text identity.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-blinker/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-blinker/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index