Received: by mail.netbsd.org (Postfix, from userid 605) id 3F21D84E55; Tue, 25 Oct 2022 19:21:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F4A384E54 for ; Tue, 25 Oct 2022 19:21:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RCIMqQouoGzI for ; Tue, 25 Oct 2022 19:21:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BBCF484D13 for ; Tue, 25 Oct 2022 19:21:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5D5EFA90; Tue, 25 Oct 2022 19:21:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666725666171800" MIME-Version: 1.0 Date: Tue, 25 Oct 2022 19:21:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-plumbum To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221025192106.B5D5EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666725666171800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 25 19:21:06 UTC 2022 Modified Files: pkgsrc/devel/py-plumbum: Makefile PLIST distinfo Log Message: py-plumbum: updated to 1.8.0 1.8.0 ----- * Drop Python 2.7 and 3.5 support, add 3.11 support * Lots of extended checks and fixes for problems exposed. * Color: support ``NO_COLOR``/``FORCE_COLOR`` * Commands: New ``iter_lines`` ``buffer_size`` parameter * Commands: cache remote commands * SSH: Support reverse tunnels and dynamically allocated ports * CLI: add ``Set(..., all_markers={"*", "all"})`` and fix support for other separators * CLI: support future annotations * Color: fix the ABC * Exceptions: fix for exception pickling * Fix for StdinDataRedirection and modifiers To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-plumbum/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-plumbum/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-plumbum/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666725666171800 Content-Disposition: inline Content-Length: 3075 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-plumbum/Makefile diff -u pkgsrc/devel/py-plumbum/Makefile:1.8 pkgsrc/devel/py-plumbum/Makefile:1.9 --- pkgsrc/devel/py-plumbum/Makefile:1.8 Sun May 1 09:13:41 2022 +++ pkgsrc/devel/py-plumbum/Makefile Tue Oct 25 19:21:06 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/05/01 09:13:41 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/10/25 19:21:06 adam Exp $ -DISTNAME= plumbum-1.7.2 +DISTNAME= plumbum-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/plumbum/} @@ -14,8 +13,8 @@ LICENSE= mit BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov -TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout Index: pkgsrc/devel/py-plumbum/PLIST diff -u pkgsrc/devel/py-plumbum/PLIST:1.3 pkgsrc/devel/py-plumbum/PLIST:1.4 --- pkgsrc/devel/py-plumbum/PLIST:1.3 Fri Oct 15 12:20:27 2021 +++ pkgsrc/devel/py-plumbum/PLIST Tue Oct 25 19:21:06 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/10/15 12:20:27 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/10/25 19:21:06 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -41,6 +41,9 @@ ${PYSITELIB}/plumbum/cli/terminal.pyo ${PYSITELIB}/plumbum/cli/termsize.py ${PYSITELIB}/plumbum/cli/termsize.pyc ${PYSITELIB}/plumbum/cli/termsize.pyo +${PYSITELIB}/plumbum/cmd.py +${PYSITELIB}/plumbum/cmd.pyc +${PYSITELIB}/plumbum/cmd.pyo ${PYSITELIB}/plumbum/colorlib/__init__.py ${PYSITELIB}/plumbum/colorlib/__init__.pyc ${PYSITELIB}/plumbum/colorlib/__init__.pyo Index: pkgsrc/devel/py-plumbum/distinfo diff -u pkgsrc/devel/py-plumbum/distinfo:1.6 pkgsrc/devel/py-plumbum/distinfo:1.7 --- pkgsrc/devel/py-plumbum/distinfo:1.6 Tue Jan 4 13:59:17 2022 +++ pkgsrc/devel/py-plumbum/distinfo Tue Oct 25 19:21:06 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/01/04 13:59:17 adam Exp $ +$NetBSD: distinfo,v 1.7 2022/10/25 19:21:06 adam Exp $ -BLAKE2s (plumbum-1.7.2.tar.gz) = 5c553cc7ffe1c4658b1bacedeca6f62af412579769bce0aff5fd53975d941e9f -SHA512 (plumbum-1.7.2.tar.gz) = 77e75988255ca78fa5c253c6d076d63f8f9250a2b153ef23e40f35315e255ea09403d854a19bb265fd658bb9e5f0f705dc7530ecacc40b4b48e33acdf50dddf9 -Size (plumbum-1.7.2.tar.gz) = 323051 bytes +BLAKE2s (plumbum-1.8.0.tar.gz) = 404ce23e2e96a7b1e6971f98f58d79dc4d5b1a0adfbc704e9df7ea4ba0425451 +SHA512 (plumbum-1.8.0.tar.gz) = 47874c42081d385fad85b9073fbeb711112b8fa847fc79035be1277a1fdabcfb06e7822a4dbba271d86502b9b297a70742f30b1158c363b668a47e783c9990cd +Size (plumbum-1.8.0.tar.gz) = 325060 bytes --_----------=_1666725666171800--