Wed May 3 18:47:04 2023 UTC ()
py-txtorcon: update to 23.0.0.

v23.0.0
-------

February 15, 2023

 * Drop python2 support
 * Fix a bug with `CONTROLLER_WAIT` events

v22.0.0
-------

March 16, 2022

 * Use GitHub Action for CI (instead of Travis)
 * fix coveralls uploading of coverage

v21.1.0
-------

August 16, 2021

 * Fix some incorrect unit-test skipping logic (thanks `@exarkun
 <https://github.com/exarkun>`, `#354
 <https://github.com/meejah/txtorcon/issues/354>`_ and `#352
 <https://github.com/meejah/txtorcon/issues/352>`_)
 * Fix broken tests revealed by previous fixes (thanks `@exarkun
 <https://github.com/exarkun>`, `#356
 <https://github.com/meejah/txtorcon/issues/356>`_

v21.0.0
-------

August 7, 2021

 * Use GitHub Actions instead of Travis for CI
 * fix Python 3.x+ bug with `TorInfo` and `__class__` access (`#350
 <https://github.com/meejah/txtorcon/issues/350>`_)


(wiz)
diff -r1.5 -r1.6 pkgsrc/net/py-txtorcon/Makefile
diff -r1.5 -r1.6 pkgsrc/net/py-txtorcon/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/net/py-txtorcon/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-txtorcon/Makefile 2022/10/19 13:56:32 1.5
+++ pkgsrc/net/py-txtorcon/Makefile 2023/05/03 18:47:04 1.6
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.5 2022/10/19 13:56:32 nia Exp $ 1# $NetBSD: Makefile,v 1.6 2023/05/03 18:47:04 wiz Exp $
2 2
3DISTNAME= txtorcon-20.0.0 3DISTNAME= txtorcon-23.0.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= net python 5CATEGORIES= net python
7MASTER_SITES= ${MASTER_SITE_PYPI:=t/txtorcon/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/txtorcon/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://txtorcon.readthedocs.io/ 9HOMEPAGE= https://txtorcon.readthedocs.io/
11COMMENT= Twisted Python library for controlling tor daemon 10COMMENT= Twisted Python library for controlling tor daemon
12LICENSE= mit 11LICENSE= mit
13 12
14DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface 13DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface
15DEPENDS+= ${PYPKGPREFIX}-automat-[0-9]*:../../devel/py-automat 14DEPENDS+= ${PYPKGPREFIX}-automat-[0-9]*:../../devel/py-automat
16DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental 15DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental
17DEPENDS+= ${PYPKGPREFIX}-twisted>=15.5.0:../../net/py-twisted 16DEPENDS+= ${PYPKGPREFIX}-twisted>=15.5.0:../../net/py-twisted
 17TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
18TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 18TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
19 19
20USE_LANGUAGES= # none 20USE_LANGUAGES= # none
21 21
22CHECK_INTERPRETER_SKIP+= share/txtorcon/examples/* 22CHECK_INTERPRETER_SKIP+= share/txtorcon/examples/*
23 23
24PYTHON_VERSIONS_INCOMPATIBLE= 27 24PYTHON_VERSIONS_INCOMPATIBLE= 27
25 25
26do-test: 26do-test:
27 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} 27 cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
28 28
29.include "../../lang/python/egg.mk" 29.include "../../lang/python/egg.mk"
30PYTHON_VERSIONED_DEPENDENCIES+= cryptography 30PYTHON_VERSIONED_DEPENDENCIES+= cryptography

cvs diff -r1.5 -r1.6 pkgsrc/net/py-txtorcon/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-txtorcon/distinfo 2021/10/26 11:06:45 1.5
+++ pkgsrc/net/py-txtorcon/distinfo 2023/05/03 18:47:04 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2021/10/26 11:06:45 nia Exp $ 1$NetBSD: distinfo,v 1.6 2023/05/03 18:47:04 wiz Exp $
2 2
3BLAKE2s (txtorcon-20.0.0.tar.gz) = dabc45f7750ffa61bed735bd3df2f0888f65a673280f582e6a18bb6465ead119 3BLAKE2s (txtorcon-23.0.0.tar.gz) = d9e634c8fe6d6c1b532dbcf245c05fc31efdf181493f956acfaa59b9af97aa6c
4SHA512 (txtorcon-20.0.0.tar.gz) = 4856c86b3eac432b8e2dddec4d4ef3172452d084a5685f90335d366e918e2e80a223a7a31ff78ddb6dff1ddbbfc1e26f6d0ae9fb99bd47d6894cc6dd29365da8 4SHA512 (txtorcon-23.0.0.tar.gz) = 4d127ca3c066eae20776204529f2e6e0f940f76c91ea7fab976ebc6863907915af5e92563f4a523efe66c0466c32987538b5a2ea42ffbd28a4b06982e76a6cfb
5Size (txtorcon-20.0.0.tar.gz) = 306139 bytes 5Size (txtorcon-23.0.0.tar.gz) = 310915 bytes