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: Sun Nov 2 19:50:13 UTC 2025
Modified Files:
pkgsrc/devel/py-confuse: Makefile distinfo
Removed Files:
pkgsrc/devel/py-confuse/patches: patch-confuse_util.py
Log Message:
py-confuse: update to 2.1.0.
What's Changed
docs: Add readthedocs configuration file by @Jmennius in #159
docs: Mention Choice's Enum support in published docs, publish init docs by @Jmennius in #161
Align tox and package metadata with GH actions (add Python 3.9-3.12) by @Jmennius in #163
Bump Python to 3.9 and clean-up Python 2 leftovers by @wisp3rwind in #170
Address deprecation of pkgutil.get_loader by @wisp3rwind in #171
Remove template_with_relatives by @semohr in #172
Added typehints to the as_* helpers. by @semohr in #173
Added a minimal release workflow. by @semohr in #174
Modernize package setup by @snejus in #178
Explicitly support Python 3.13, 3.14 and synchronise docs and docs config by @snejus in #179
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-confuse/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-confuse/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-confuse/patches/patch-confuse_util.py
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.9 pkgsrc/devel/py-confuse/Makefile:1.10
--- pkgsrc/devel/py-confuse/Makefile:1.9 Mon Oct 13 12:28:04 2025
+++ pkgsrc/devel/py-confuse/Makefile Sun Nov 2 19:50:13 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2025/10/13 12:28:04 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/11/02 19:50:13 wiz Exp $
-DISTNAME= confuse-2.0.1
+DISTNAME= confuse-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/confuse/}
@@ -11,16 +10,13 @@ HOMEPAGE= https://github.com/beetbox/con
COMMENT= Painless YAML configuration
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2:../../devel/py-poetry-core
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 310
-post-install:
- ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/confuse/util.py.orig
-
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
Index: pkgsrc/devel/py-confuse/distinfo
diff -u pkgsrc/devel/py-confuse/distinfo:1.3 pkgsrc/devel/py-confuse/distinfo:1.4
--- pkgsrc/devel/py-confuse/distinfo:1.3 Mon Oct 13 12:28:04 2025
+++ pkgsrc/devel/py-confuse/distinfo Sun Nov 2 19:50:13 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/10/13 12:28:04 wiz Exp $
+$NetBSD: distinfo,v 1.4 2025/11/02 19:50:13 wiz Exp $
-BLAKE2s (confuse-2.0.1.tar.gz) = 38b1f313da61efce3ab670f192220148bf717b339c800261b3531defde96e27f
-SHA512 (confuse-2.0.1.tar.gz) = fe9e17d3b321079290fa2c7db64cd5664db11f1277fe608cf5a1419254b83eee9bc169e34631a429ab1bf47779ea709156b8310a97e65fae32a20802b379fa76
-Size (confuse-2.0.1.tar.gz) = 50872 bytes
-SHA1 (patch-confuse_util.py) = a94e38588c21511b127f27e2817fa083454e3b78
+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
Home |
Main Index |
Thread Index |
Old Index