pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-configargparse
Module Name: pkgsrc
Committed By: adam
Date: Sun Sep 6 17:13:15 UTC 2026
Modified Files:
pkgsrc/devel/py-configargparse: Makefile distinfo
Log Message:
py-configargparse: updated to 1.7.6
1.7.6
config file and environment variable values can no longer trigger writing out a config file
config file values containing newlines are now rejected when writing out a config file, rather than written out as separate keys
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-configargparse/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-configargparse/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-configargparse/Makefile
diff -u pkgsrc/devel/py-configargparse/Makefile:1.26 pkgsrc/devel/py-configargparse/Makefile:1.27
--- pkgsrc/devel/py-configargparse/Makefile:1.26 Wed Mar 11 06:37:52 2026
+++ pkgsrc/devel/py-configargparse/Makefile Sun Sep 6 17:13:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2026/03/11 06:37:52 adam Exp $
+# $NetBSD: Makefile,v 1.27 2026/09/06 17:13:15 adam Exp $
-DISTNAME= configargparse-1.7.5
+DISTNAME= configargparse-1.7.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/ConfigArgParse/}
@@ -11,9 +11,11 @@ COMMENT= Argparse-like with config files
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=0:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-subtests>=0:../../devel/py-test-subtests
+TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-configargparse/distinfo
diff -u pkgsrc/devel/py-configargparse/distinfo:1.23 pkgsrc/devel/py-configargparse/distinfo:1.24
--- pkgsrc/devel/py-configargparse/distinfo:1.23 Wed Mar 11 06:37:52 2026
+++ pkgsrc/devel/py-configargparse/distinfo Sun Sep 6 17:13:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2026/03/11 06:37:52 adam Exp $
+$NetBSD: distinfo,v 1.24 2026/09/06 17:13:15 adam Exp $
-BLAKE2s (configargparse-1.7.5.tar.gz) = 5d57a89c3f71414a834366c5a2be2d85d36c11cd33617b71b8b549065ea71d45
-SHA512 (configargparse-1.7.5.tar.gz) = 7b6541d0e38ef54ecd3c87d4bd986d041db54b069112d01b24bcb5741d729f73826722e8b0c6bb4959c6066a8b5c6b57a4234b78526879ef8472edfd63eb5de6
-Size (configargparse-1.7.5.tar.gz) = 53548 bytes
+BLAKE2s (configargparse-1.7.6.tar.gz) = 7528fc3d0ca18c6241a8a715526976706a8f46c0cf79894018a0efeeaf38bd6f
+SHA512 (configargparse-1.7.6.tar.gz) = a70b3276f531a09e5bc15f3acbc778ef2c65bfc495861f0505a453bd246c03ad1f29a68439cd60d3b72f018a2ea7cc51e5637b410fa3755757f21439e6500d6c
+Size (configargparse-1.7.6.tar.gz) = 72688 bytes
Home |
Main Index |
Thread Index |
Old Index