pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-blinker Update py-blinker to 1.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bf0b942392cd
branches: trunk
changeset: 621456:bf0b942392cd
user: kleink <kleink%pkgsrc.org@localhost>
date: Tue Jul 09 16:55:41 2013 +0000
description:
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.
diffstat:
devel/py-blinker/Makefile | 6 +++---
devel/py-blinker/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r 027a35a30ac1 -r bf0b942392cd devel/py-blinker/Makefile
--- a/devel/py-blinker/Makefile Tue Jul 09 16:50:25 2013 +0000
+++ b/devel/py-blinker/Makefile Tue Jul 09 16:55:41 2013 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2013/01/09 19:02:42 kleink Exp $
+# $NetBSD: Makefile,v 1.4 2013/07/09 16:55:41 kleink Exp $
-DISTNAME= blinker-1.2
+DISTNAME= blinker-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://pypi.python.org/packages/source/b/blinker/
MAINTAINER= kleink%NetBSD.org@localhost
-HOMEPAGE= http://discorporate.us/projects/Blinker/
+HOMEPAGE= http://pythonhosted.org/blinker/
COMMENT= Fast, simple object-to-object and broadcast signaling
LICENSE= mit
diff -r 027a35a30ac1 -r bf0b942392cd devel/py-blinker/distinfo
--- a/devel/py-blinker/distinfo Tue Jul 09 16:50:25 2013 +0000
+++ b/devel/py-blinker/distinfo Tue Jul 09 16:55:41 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/01/07 16:41:07 kleink Exp $
+$NetBSD: distinfo,v 1.2 2013/07/09 16:55:41 kleink Exp $
-SHA1 (blinker-1.2.tar.gz) = bf4eb4b4217405340df7b5395a809ab9292aade9
-RMD160 (blinker-1.2.tar.gz) = c8aeade9bf5012bd305a5cf740964af326f023af
-Size (blinker-1.2.tar.gz) = 66221 bytes
+SHA1 (blinker-1.3.tar.gz) = 8b9cce8010f47014c86cf8a6eb16f840123a1dba
+RMD160 (blinker-1.3.tar.gz) = 2859309f5bdd84140e7c3125b0375ae224f3218d
+Size (blinker-1.3.tar.gz) = 91551 bytes
Home |
Main Index |
Thread Index |
Old Index