pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-confuse
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 27 14:46:24 UTC 2026
Modified Files:
pkgsrc/devel/py-confuse: Makefile distinfo
Log Message:
py-confuse: update to 2.2.1.
Require typing_extensions on older Python versions (and use typing on
newer versions). #189
Narrow Path template shorthand handling to concrete pathlib.Path values
for more accurate type checking.
Fix confuse.Path which now points to confuse.templates.Path instead of
pathlib.Path.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-confuse/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-confuse/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-confuse/Makefile
diff -u pkgsrc/devel/py-confuse/Makefile:1.12 pkgsrc/devel/py-confuse/Makefile:1.13
--- pkgsrc/devel/py-confuse/Makefile:1.12 Sun Jun 28 15:41:13 2026
+++ pkgsrc/devel/py-confuse/Makefile Mon Jul 27 14:46:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2026/06/28 15:41:13 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2026/07/27 14:46:24 wiz Exp $
-DISTNAME= confuse-2.2.0
+DISTNAME= confuse-2.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/confuse/}
Index: pkgsrc/devel/py-confuse/distinfo
diff -u pkgsrc/devel/py-confuse/distinfo:1.5 pkgsrc/devel/py-confuse/distinfo:1.6
--- pkgsrc/devel/py-confuse/distinfo:1.5 Sun Feb 1 17:55:53 2026
+++ pkgsrc/devel/py-confuse/distinfo Mon Jul 27 14:46:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2026/02/01 17:55:53 wiz Exp $
+$NetBSD: distinfo,v 1.6 2026/07/27 14:46:24 wiz Exp $
-BLAKE2s (confuse-2.2.0.tar.gz) = 29b5126a754e3c95551a60a63c7672ffa6fc44c3e131d7937727bac7ff96e74f
-SHA512 (confuse-2.2.0.tar.gz) = 1602d37ad38f6afb05919faec5db1fd80a7df56d90f7630060d81e023f32472c1876d4c883799f0326d0700ab93a03884b2642a803990d8b25f2fcd6a392b63b
-Size (confuse-2.2.0.tar.gz) = 52496 bytes
+BLAKE2s (confuse-2.2.1.tar.gz) = 4f4460cf29c58051c50f51effd0efdb7fc065d53cb4811f29267193c566a054d
+SHA512 (confuse-2.2.1.tar.gz) = 87de310a373c1615ded76a16a584c1967f71e430789b6cb5bf6a1b97f97eac1c1cf0b9f83a25874314866d3764e2e98c1078448f1f2d19fbdd3cfb66d140070b
+Size (confuse-2.2.1.tar.gz) = 52837 bytes
Home |
Main Index |
Thread Index |
Old Index