pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-plumbum py-plumbum: updated to 1.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da51e6c229d4
branches:  trunk
changeset: 387277:da51e6c229d4
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 25 19:21:06 2022 +0000

description:
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

diffstat:

 devel/py-plumbum/Makefile |  7 +++----
 devel/py-plumbum/PLIST    |  5 ++++-
 devel/py-plumbum/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r f66b2dda4fe6 -r da51e6c229d4 devel/py-plumbum/Makefile
--- a/devel/py-plumbum/Makefile Tue Oct 25 19:17:38 2022 +0000
+++ b/devel/py-plumbum/Makefile Tue Oct 25 19:21:06 2022 +0000
@@ -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 @@
 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
 
diff -r f66b2dda4fe6 -r da51e6c229d4 devel/py-plumbum/PLIST
--- a/devel/py-plumbum/PLIST    Tue Oct 25 19:17:38 2022 +0000
+++ b/devel/py-plumbum/PLIST    Tue Oct 25 19:21:06 2022 +0000
@@ -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/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
diff -r f66b2dda4fe6 -r da51e6c229d4 devel/py-plumbum/distinfo
--- a/devel/py-plumbum/distinfo Tue Oct 25 19:17:38 2022 +0000
+++ b/devel/py-plumbum/distinfo Tue Oct 25 19:21:06 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index