pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-confuse




To: pkgsrc-changes%NetBSD.org@localhost

Subject: CVS commit: pkgsrc/devel/py-confuse

From: "Thomas Klausner" <wiz%netbsd.org@localhost>

Date: Sun, 1 Feb 2026 17:55:53 +0000


Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  1 17:55:53 UTC 2026

Modified Files:
        pkgsrc/devel/py-confuse: Makefile PLIST distinfo

Log Message:
py-confuse: update to 2.2.0.

What's Changed

    Drop support for Python 3.9.
    Ship inline type information via a py.typed marker for type checkers.
    Tighten and extend type hints across the public API, templates, and sources.
    Add strict mypy configuration and align tests/examples with the new typing.
    Include docs and tests directory in source distributions.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-confuse/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-confuse/PLIST \
    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.10 pkgsrc/devel/py-confuse/Makefile:1.11
--- pkgsrc/devel/py-confuse/Makefile:1.10       Sun Nov  2 19:50:13 2025
+++ pkgsrc/devel/py-confuse/Makefile    Sun Feb  1 17:55:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/11/02 19:50:13 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2026/02/01 17:55:53 wiz Exp $
 
-DISTNAME=      confuse-2.1.0
+DISTNAME=      confuse-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/confuse/}
@@ -12,13 +12,11 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-confuse/PLIST
diff -u pkgsrc/devel/py-confuse/PLIST:1.4 pkgsrc/devel/py-confuse/PLIST:1.5
--- pkgsrc/devel/py-confuse/PLIST:1.4   Sun Feb 23 18:44:47 2025
+++ pkgsrc/devel/py-confuse/PLIST       Sun Feb  1 17:55:53 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/02/23 18:44:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/02/01 17:55:53 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -12,6 +12,7 @@ ${PYSITELIB}/confuse/core.pyo
 ${PYSITELIB}/confuse/exceptions.py
 ${PYSITELIB}/confuse/exceptions.pyc
 ${PYSITELIB}/confuse/exceptions.pyo
+${PYSITELIB}/confuse/py.typed
 ${PYSITELIB}/confuse/sources.py
 ${PYSITELIB}/confuse/sources.pyc
 ${PYSITELIB}/confuse/sources.pyo
Index: pkgsrc/devel/py-confuse/distinfo
diff -u pkgsrc/devel/py-confuse/distinfo:1.4 pkgsrc/devel/py-confuse/distinfo:1.5
--- pkgsrc/devel/py-confuse/distinfo:1.4        Sun Nov  2 19:50:13 2025
+++ pkgsrc/devel/py-confuse/distinfo    Sun Feb  1 17:55:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/11/02 19:50:13 wiz Exp $
+$NetBSD: distinfo,v 1.5 2026/02/01 17:55:53 wiz Exp $
 
-BLAKE2s (confuse-2.1.0.tar.gz) = f1f5d004dde5256659322c8a768ef674d51ecd18686da049f39401bf2d63009f
-SHA512 (confuse-2.1.0.tar.gz) = aeaad241a378bfd94c61696393a3d33ae70d88cc03c46ab32518a917abfb9de65e1f6bc9df39cff098ff825d863b652bb4b38ed1359ab21729876f305c80ac11
-Size (confuse-2.1.0.tar.gz) = 22748 bytes
+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





Prev by Date: CVS commit: pkgsrc/doc

Next by Date: CVS commit: pkgsrc/doc

Previous by Thread: CVS commit: pkgsrc/doc

Next by Thread: CVS commit: pkgsrc/doc

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index