pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-txtorcon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 28 06:31:57 UTC 2019

Modified Files:
        pkgsrc/net/py-txtorcon: Makefile PLIST distinfo

Log Message:
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`


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-txtorcon/Makefile \
    pkgsrc/net/py-txtorcon/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-txtorcon/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-txtorcon/Makefile
diff -u pkgsrc/net/py-txtorcon/Makefile:1.1 pkgsrc/net/py-txtorcon/Makefile:1.2
--- pkgsrc/net/py-txtorcon/Makefile:1.1 Tue Oct 23 03:17:22 2018
+++ pkgsrc/net/py-txtorcon/Makefile     Thu Feb 28 06:31:57 2019
@@ -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/}
Index: pkgsrc/net/py-txtorcon/distinfo
diff -u pkgsrc/net/py-txtorcon/distinfo:1.1 pkgsrc/net/py-txtorcon/distinfo:1.2
--- pkgsrc/net/py-txtorcon/distinfo:1.1 Tue Oct 23 03:17:22 2018
+++ pkgsrc/net/py-txtorcon/distinfo     Thu Feb 28 06:31:57 2019
@@ -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

Index: pkgsrc/net/py-txtorcon/PLIST
diff -u pkgsrc/net/py-txtorcon/PLIST:1.2 pkgsrc/net/py-txtorcon/PLIST:1.3
--- pkgsrc/net/py-txtorcon/PLIST:1.2    Thu Dec 27 15:58:35 2018
+++ pkgsrc/net/py-txtorcon/PLIST        Thu Feb 28 06:31:57 2019
@@ -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



Home | Main Index | Thread Index | Old Index