pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-foolscap Updated py-foolscap to 0.12.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de1caa3bd3dd
branches:  trunk
changeset: 352016:de1caa3bd3dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 04 09:28:18 2016 +0000

description:
Updated py-foolscap to 0.12.3.

* Release 0.12.3 (01-Sep-2016)

** Improvements

The `tor.socks_port()` handler was replaced by `tor.socks_endpoint()`, which
takes an Endpoint object (just like `tor.control_endpoint()` does). This
enables applications to speak SOCKS to the Tor daemon over e.g. a Unix-domain
socket. The `tor.socks_port()` API was removed, so applications using it must
upgrade. #265

The `allocate_tcp_port()` utility function would occasionally return ports
that were in use by other applications, when those applications bound their
own port to the loopback interface (127.0.0.1). allocate_tcp_port should no
longer do this.

diffstat:

 net/py-foolscap/Makefile |   4 ++--
 net/py-foolscap/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b9def01414c8 -r de1caa3bd3dd net/py-foolscap/Makefile
--- a/net/py-foolscap/Makefile  Sun Sep 04 09:27:30 2016 +0000
+++ b/net/py-foolscap/Makefile  Sun Sep 04 09:28:18 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/09/01 16:54:32 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/09/04 09:28:18 wiz Exp $
 
-DISTNAME=      foolscap-0.12.2
+DISTNAME=      foolscap-0.12.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/foolscap/}
diff -r b9def01414c8 -r de1caa3bd3dd net/py-foolscap/distinfo
--- a/net/py-foolscap/distinfo  Sun Sep 04 09:27:30 2016 +0000
+++ b/net/py-foolscap/distinfo  Sun Sep 04 09:28:18 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/09/01 16:54:32 wiz Exp $
+$NetBSD: distinfo,v 1.14 2016/09/04 09:28:18 wiz Exp $
 
-SHA1 (foolscap-0.12.2.tar.gz) = 9a2cd49df608ad7e4df58ab66370ce6a118ecfb7
-RMD160 (foolscap-0.12.2.tar.gz) = 38bedb4218510a2fc54cee311651808f18716f5f
-SHA512 (foolscap-0.12.2.tar.gz) = fbc66d62fb3828975011c6b6ee9e7caa2d9377859ca214436412b475b20323d5b072c50b7617a0fa603f3c854c06f1871ac830b4228b99feded04e8256c88596
-Size (foolscap-0.12.2.tar.gz) = 505663 bytes
+SHA1 (foolscap-0.12.3.tar.gz) = da0e0b85f4b6dc8f89eb332234ac9886d58da587
+RMD160 (foolscap-0.12.3.tar.gz) = 3ec412a5d98b18a7468ffecbe58b91a00cf033c8
+SHA512 (foolscap-0.12.3.tar.gz) = 0f732bbd18e29cb8e9df054dfccb3e488925be23be6e6e9abbd29540e14623862609d519954b5eb413a40bfaae0f8ef4664849ab1bf614734f5dde520fa990c2
+Size (foolscap-0.12.3.tar.gz) = 506092 bytes



Home | Main Index | Thread Index | Old Index