Received: by mail.netbsd.org (Postfix, from userid 605) id 496C984D65; Wed, 3 May 2023 18:47:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A6BE84D3D for ; Wed, 3 May 2023 18:47:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id H0a6EWqBtGY5 for ; Wed, 3 May 2023 18:47:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DC66384CF2 for ; Wed, 3 May 2023 18:47:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6078FA87; Wed, 3 May 2023 18:47:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683139624136770" MIME-Version: 1.0 Date: Wed, 3 May 2023 18:47:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-txtorcon To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230503184704.D6078FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683139624136770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 3 18:47:04 UTC 2023 Modified Files: pkgsrc/net/py-txtorcon: Makefile distinfo Log Message: 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 `, `#354 `_ and `#352 `_) * Fix broken tests revealed by previous fixes (thanks `@exarkun `, `#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 `_) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-txtorcon/Makefile \ pkgsrc/net/py-txtorcon/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683139624136770 Content-Disposition: inline Content-Length: 1980 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-txtorcon/Makefile diff -u pkgsrc/net/py-txtorcon/Makefile:1.5 pkgsrc/net/py-txtorcon/Makefile:1.6 --- pkgsrc/net/py-txtorcon/Makefile:1.5 Wed Oct 19 13:56:32 2022 +++ pkgsrc/net/py-txtorcon/Makefile Wed May 3 18:47:04 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2022/10/19 13:56:32 nia Exp $ +# $NetBSD: Makefile,v 1.6 2023/05/03 18:47:04 wiz Exp $ -DISTNAME= txtorcon-20.0.0 +DISTNAME= txtorcon-23.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=t/txtorcon/} @@ -15,6 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>= DEPENDS+= ${PYPKGPREFIX}-automat-[0-9]*:../../devel/py-automat DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental DEPENDS+= ${PYPKGPREFIX}-twisted>=15.5.0:../../net/py-twisted +TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none Index: pkgsrc/net/py-txtorcon/distinfo diff -u pkgsrc/net/py-txtorcon/distinfo:1.5 pkgsrc/net/py-txtorcon/distinfo:1.6 --- pkgsrc/net/py-txtorcon/distinfo:1.5 Tue Oct 26 11:06:45 2021 +++ pkgsrc/net/py-txtorcon/distinfo Wed May 3 18:47:04 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:06:45 nia Exp $ +$NetBSD: distinfo,v 1.6 2023/05/03 18:47:04 wiz Exp $ -BLAKE2s (txtorcon-20.0.0.tar.gz) = dabc45f7750ffa61bed735bd3df2f0888f65a673280f582e6a18bb6465ead119 -SHA512 (txtorcon-20.0.0.tar.gz) = 4856c86b3eac432b8e2dddec4d4ef3172452d084a5685f90335d366e918e2e80a223a7a31ff78ddb6dff1ddbbfc1e26f6d0ae9fb99bd47d6894cc6dd29365da8 -Size (txtorcon-20.0.0.tar.gz) = 306139 bytes +BLAKE2s (txtorcon-23.0.0.tar.gz) = d9e634c8fe6d6c1b532dbcf245c05fc31efdf181493f956acfaa59b9af97aa6c +SHA512 (txtorcon-23.0.0.tar.gz) = 4d127ca3c066eae20776204529f2e6e0f940f76c91ea7fab976ebc6863907915af5e92563f4a523efe66c0466c32987538b5a2ea42ffbd28a4b06982e76a6cfb +Size (txtorcon-23.0.0.tar.gz) = 310915 bytes --_----------=_1683139624136770--