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:           Tue Nov 11 13:38:56 UTC 2025

Modified Files:
        pkgsrc/devel/py-plumbum: Makefile distinfo

Log Message:
py-plumbum: updated to 1.10.0

1.10.0

* Add Python π, drop Python 3.8
* CLI: Fix flag invoke behavior to respect ``False`` values
* CLI: Allow subapplication registration under multiple subcommand names
* CLI: Better support for future annotations on 3.9
* CLI: Termsize determination fixed on Linux Python 3.14, broken due to wrong struct size
* Drop some unused variables
* Simpler urljoin
* Use SPDX license identifier


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-plumbum/Makefile
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/devel/py-plumbum/Makefile:1.15
--- pkgsrc/devel/py-plumbum/Makefile:1.14       Fri Oct 11 12:28:03 2024
+++ pkgsrc/devel/py-plumbum/Makefile    Tue Nov 11 13:38:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/10/11 12:28:03 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/11/11 13:38:56 adam Exp $
 
-DISTNAME=      plumbum-1.9.0
+DISTNAME=      plumbum-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/plumbum/}
@@ -11,7 +11,7 @@ COMMENT=      Plumbum: shell combinators libr
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.27.0:../../devel/py-hatchling
 TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
 TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov

Index: pkgsrc/devel/py-plumbum/distinfo
diff -u pkgsrc/devel/py-plumbum/distinfo:1.11 pkgsrc/devel/py-plumbum/distinfo:1.12
--- pkgsrc/devel/py-plumbum/distinfo:1.11       Fri Oct 11 12:28:03 2024
+++ pkgsrc/devel/py-plumbum/distinfo    Tue Nov 11 13:38:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/10/11 12:28:03 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/11/11 13:38:56 adam Exp $
 
-BLAKE2s (plumbum-1.9.0.tar.gz) = 94720133f862ccb0794302fc7058ebaa6c780ee41dff7e6edd15abfb5130e34b
-SHA512 (plumbum-1.9.0.tar.gz) = afa0436e19ddea192ac7d33a3cdede6a86c801288d6678c9d9daa110ea049b14bc388fe4eb27e172d66595de282648b966043bed8f4c282350753afdf38e14de
-Size (plumbum-1.9.0.tar.gz) = 319083 bytes
+BLAKE2s (plumbum-1.10.0.tar.gz) = a3bd4e730f70c9427d6fa17140b248918944bf5b626a7079d575935f07ad1d5b
+SHA512 (plumbum-1.10.0.tar.gz) = c290ae9bb4475380ae6cc32d801050642d1ef2806df6b1be9e45ed61f511ac5e3a4da2f45104d55b0eb34b6a73c649bab05b8ea9bb84d666adf8d921f8c503e2
+Size (plumbum-1.10.0.tar.gz) = 320039 bytes



Home | Main Index | Thread Index | Old Index