pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-click
Module Name: pkgsrc
Committed By: adam
Date: Sun Nov 16 07:58:04 UTC 2025
Modified Files:
pkgsrc/devel/py-click: Makefile distinfo
Log Message:
py-click: updated to 8.3.1
Version 8.3.1
- Don't discard pager arguments by correctly using ``subprocess.Popen``. :issue:`3039`
:pr:`3055`
- Replace ``Sentinel.UNSET`` default values by ``None`` as they're passed through
the ``Context.invoke()`` method. :issue:`3066` :issue:`3065` :pr:`3068`
- Fix conversion of ``Sentinel.UNSET`` happening too early, which caused incorrect
behavior for multiple parameters using the same name. :issue:`3071` :pr:`3079`
- Hide ``Sentinel.UNSET`` values as ``None`` when looking up for other parameters
through the context inside parameter callbacks. :issue:`3136` :pr:`3137`
- Fix rendering when ``prompt`` and ``confirm`` parameter ``prompt_suffix`` is
empty. :issue:`3019` :pr:`3021`
- When ``Sentinel.UNSET`` is found during parsing, it will skip calls to
``type_cast_value``. :issue:`3069` :pr:`3090`
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-click/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-click/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-click/Makefile
diff -u pkgsrc/devel/py-click/Makefile:1.35 pkgsrc/devel/py-click/Makefile:1.36
--- pkgsrc/devel/py-click/Makefile:1.35 Thu Oct 9 08:01:57 2025
+++ pkgsrc/devel/py-click/Makefile Sun Nov 16 07:58:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2025/10/09 08:01:57 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2025/11/16 07:58:04 adam Exp $
-DISTNAME= click-8.3.0
+DISTNAME= click-8.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/click/}
Index: pkgsrc/devel/py-click/distinfo
diff -u pkgsrc/devel/py-click/distinfo:1.31 pkgsrc/devel/py-click/distinfo:1.32
--- pkgsrc/devel/py-click/distinfo:1.31 Sun Sep 21 15:34:54 2025
+++ pkgsrc/devel/py-click/distinfo Sun Nov 16 07:58:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/09/21 15:34:54 wiz Exp $
+$NetBSD: distinfo,v 1.32 2025/11/16 07:58:04 adam Exp $
-BLAKE2s (click-8.3.0.tar.gz) = 2427acc9757fbfc3254c55bd9b6e8799f8842961b7e60fd830fb5425e5b9a23b
-SHA512 (click-8.3.0.tar.gz) = 26e1253c265924736a6e8be8d4a7c96645b8f7638a22646fad9d935ee45abd0492bbe74b5c8f98a84836a7a06ea9d0dfd6380e260cf4bcb96d0704c9288e8611
-Size (click-8.3.0.tar.gz) = 276943 bytes
+BLAKE2s (click-8.3.1.tar.gz) = e9d4733b06899a4353914d04bc0267cddaa4d588a189145bf681332a892d1cb7
+SHA512 (click-8.3.1.tar.gz) = 78bb5588f1f57f1ce00389bf3cd01630fb68bd75d4deaa9fa9cb6f420e571ea8216aefa37703154e4e99d141925c705a93212d6a23e8751a132a010f4379762e
+Size (click-8.3.1.tar.gz) = 295065 bytes
Home |
Main Index |
Thread Index |
Old Index