pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-txtorcon py-txtorcon: update to 19.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/529b8f6ee4c0
branches:  trunk
changeset: 320099:529b8f6ee4c0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 28 06:31:57 2019 +0000

description:
py-txtorcon: update to 19.0.0.

v19.0.0
-------

January 15, 2019

 * add :func:`TorControlProtocol.when_disconnected` (will replace `.on_disconnect`)
 * add `detach=` kwarg to :func:`Tor.create_onion_service`
 * add `purpose=` kwarg to :func:`TorState.build_circuit`

diffstat:

 net/py-txtorcon/Makefile |   4 ++--
 net/py-txtorcon/PLIST    |  12 ++++++------
 net/py-txtorcon/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (49 lines):

diff -r 2b1d1575115f -r 529b8f6ee4c0 net/py-txtorcon/Makefile
--- a/net/py-txtorcon/Makefile  Thu Feb 28 06:22:37 2019 +0000
+++ b/net/py-txtorcon/Makefile  Thu Feb 28 06:31:57 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/10/23 03:17:22 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/28 06:31:57 wiz Exp $
 
-DISTNAME=      txtorcon-18.3.0
+DISTNAME=      txtorcon-19.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=meejah/}
diff -r 2b1d1575115f -r 529b8f6ee4c0 net/py-txtorcon/PLIST
--- a/net/py-txtorcon/PLIST     Thu Feb 28 06:22:37 2019 +0000
+++ b/net/py-txtorcon/PLIST     Thu Feb 28 06:31:57 2019 +0000
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2018/12/27 15:58:35 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/02/28 06:31:57 wiz Exp $
 ${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.pyo
 ${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.pyc
 ${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.py
-${PYSITELIB}/txtorcon-18.2.0-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/txtorcon-18.2.0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/txtorcon-18.2.0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/txtorcon-18.2.0-py${PYVERSSUFFIX}.egg-info/requires.txt
-${PYSITELIB}/txtorcon-18.2.0-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
 ${PYSITELIB}/txtorcon/__init__.py
 ${PYSITELIB}/txtorcon/__init__.pyo
 ${PYSITELIB}/txtorcon/__init__.pyc
diff -r 2b1d1575115f -r 529b8f6ee4c0 net/py-txtorcon/distinfo
--- a/net/py-txtorcon/distinfo  Thu Feb 28 06:22:37 2019 +0000
+++ b/net/py-txtorcon/distinfo  Thu Feb 28 06:31:57 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/10/23 03:17:22 riastradh Exp $
+$NetBSD: distinfo,v 1.2 2019/02/28 06:31:57 wiz Exp $
 
-SHA1 (txtorcon-18.3.0.tar.gz) = 58b409aa442202675fd9619f82aeae2086356d0e
-RMD160 (txtorcon-18.3.0.tar.gz) = fcda362f665b2c889bc5d73c7d8c6269566016de
-SHA512 (txtorcon-18.3.0.tar.gz) = 937423c05059b8c8847f12275b4b22cc4982cd32710fa50a0893b180a55716547f6ae37f38c46cbe62513b0463360900a1202fc3e5189cf023abcd637cb5022e
-Size (txtorcon-18.3.0.tar.gz) = 385335 bytes
+SHA1 (txtorcon-19.0.0.tar.gz) = a4cdef41e60e065ee226a095d6775c5d11aba871
+RMD160 (txtorcon-19.0.0.tar.gz) = 6b1fafc75efc2f3e3f43feb9371a78cc56b4225f
+SHA512 (txtorcon-19.0.0.tar.gz) = 5eda79379b2a0adf20a4a1515519ba651e759014073a8cc78587d5d796ce2a60ccf87e49239991a48922365fb43449519659ce18679c0dad4a109f44dd6be64c
+Size (txtorcon-19.0.0.tar.gz) = 387177 bytes



Home | Main Index | Thread Index | Old Index