Received: by mail.netbsd.org (Postfix, from userid 605) id 9455D84F34; Tue, 4 Oct 2022 20:21:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9F7F84DB9 for ; Tue, 4 Oct 2022 20:21:39 +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 Qsk2kHqz3Zi2 for ; Tue, 4 Oct 2022 20:21:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 25B7D84C71 for ; Tue, 4 Oct 2022 20:21:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F1C2FA90; Tue, 4 Oct 2022 20:21:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166491489949790" MIME-Version: 1.0 Date: Tue, 4 Oct 2022 20:21:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-stem To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221004202139.1F1C2FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166491489949790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 4 20:21:39 UTC 2022 Modified Files: pkgsrc/devel/py-stem: Makefile distinfo Log Message: py-stem: updated to 1.8.1 1.8.1 Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-stem/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-stem/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166491489949790 Content-Disposition: inline Content-Length: 1785 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-stem/Makefile diff -u pkgsrc/devel/py-stem/Makefile:1.6 pkgsrc/devel/py-stem/Makefile:1.7 --- pkgsrc/devel/py-stem/Makefile:1.6 Tue Jan 4 20:53:39 2022 +++ pkgsrc/devel/py-stem/Makefile Tue Oct 4 20:21:38 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/01/04 20:53:39 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/10/04 20:21:38 adam Exp $ -DISTNAME= stem-1.8.0 +DISTNAME= stem-1.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel net python MASTER_SITES= ${MASTER_SITE_PYPI:=s/stem/} @@ -32,7 +31,7 @@ REPLACE_PYTHON+= tor-prompt PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: - cd ${WRKSRC} && ./run_tests.py --unit + cd ${WRKSRC} && ${PYTHONBIN} run_tests.py --unit .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" Index: pkgsrc/devel/py-stem/distinfo diff -u pkgsrc/devel/py-stem/distinfo:1.5 pkgsrc/devel/py-stem/distinfo:1.6 --- pkgsrc/devel/py-stem/distinfo:1.5 Tue Oct 26 10:19:06 2021 +++ pkgsrc/devel/py-stem/distinfo Tue Oct 4 20:21:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:19:06 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/10/04 20:21:38 adam Exp $ -BLAKE2s (stem-1.8.0.tar.gz) = 07a1418b271049b9d12babb874c25d33b6029f6a04ed6671580e4b10b3306375 -SHA512 (stem-1.8.0.tar.gz) = aa2033567b79aef960f8321e4c6cbc28105c59d6513ff49a9f12509d8f97b1a2e8a3b04dc28abb07fad59b0f6ba66443b92bbefa0d08b26038bbaf24f7f2846d -Size (stem-1.8.0.tar.gz) = 2853802 bytes +BLAKE2s (stem-1.8.1.tar.gz) = d72e4839342c54ecaab9087e006f4cd241a6f33144cc0b1abb6729be3194aeb3 +SHA512 (stem-1.8.1.tar.gz) = bad2f4f96e37caa3ee2928bb027318c4941ca3f6c0072c5f6e87fe647d2b68400ad352d9c27fa2a35c00f4f327aa9cc00e2907b21a9cbd26fab46ec21e2a038a +Size (stem-1.8.1.tar.gz) = 2859634 bytes --_----------=_166491489949790--