pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-plumbum
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 29 08:42:28 UTC 2024
Modified Files:
pkgsrc/devel/py-plumbum: Makefile distinfo
Log Message:
py-plumbum: updated to 1.8.3
1.8.3
* Fix StdinDataRedirection's formulate() method
* Missing non-zero return code from TEE'd pipe
* Fix stalling in Pipeline command
* Use high-speed method for C locale too
* Update index.rst - fix broken link for sh project
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-plumbum/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-plumbum/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-plumbum/Makefile
diff -u pkgsrc/devel/py-plumbum/Makefile:1.12 pkgsrc/devel/py-plumbum/Makefile:1.13
--- pkgsrc/devel/py-plumbum/Makefile:1.12 Sat Oct 28 19:57:05 2023
+++ pkgsrc/devel/py-plumbum/Makefile Mon Apr 29 08:42:28 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2023/10/28 19:57:05 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/04/29 08:42:28 adam Exp $
-DISTNAME= plumbum-1.8.2
+DISTNAME= plumbum-1.8.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/plumbum/}
@@ -15,7 +14,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
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-mock-[0-9]*:../../devel/py-test-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
@@ -24,8 +22,5 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-plumbum/distinfo
diff -u pkgsrc/devel/py-plumbum/distinfo:1.9 pkgsrc/devel/py-plumbum/distinfo:1.10
--- pkgsrc/devel/py-plumbum/distinfo:1.9 Sat Jun 10 18:58:21 2023
+++ pkgsrc/devel/py-plumbum/distinfo Mon Apr 29 08:42:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/06/10 18:58:21 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/04/29 08:42:28 adam Exp $
-BLAKE2s (plumbum-1.8.2.tar.gz) = 9c517c7f4a552396e032c4bbed6066147827c5aa7648c9dce17bdf449e567723
-SHA512 (plumbum-1.8.2.tar.gz) = 636d10ea1c727cb24d4692537f3c0005077f86c3d9d2ae244f86ef5dd9621f8b51e0b5efffaa7acf66d6ba5552fddd641d4a1796c7fd760ac0a27d029f685c20
-Size (plumbum-1.8.2.tar.gz) = 317675 bytes
+BLAKE2s (plumbum-1.8.3.tar.gz) = c3e7b46e7ffa00fb28d064e00a683835c8cfc8ea6581821a38655836573c16da
+SHA512 (plumbum-1.8.3.tar.gz) = e59dd98939739636c3f1541e24f3c5a4b0c9bbe54b77d378875a57f167ca1916adbca6b33c7779d37e5daebd949c9a9d77bfffc404e55d319027658b5a504088
+Size (plumbum-1.8.3.tar.gz) = 318895 bytes
Home |
Main Index |
Thread Index |
Old Index