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: Sat Aug 2 09:33:58 UTC 2025
Modified Files:
pkgsrc/devel/py-click: Makefile distinfo
Log Message:
py-click: updated to 8.2.2
Version 8.2.2
- Fix reconciliation of `default`, `flag_value` and `type` parameters for
flag options, as well as parsing and normalization of environment variables.
:issue:`2952` :pr:`2956`
- Fix typing issue in ``BadParameter`` and ``MissingParameter`` exceptions for the
parameter ``param_hint`` that did not allow for a sequence of string where the
underlying functino ``_join_param_hints`` allows for it. :issue:`2777` :pr:`2990`
- Use the value of ``Enum`` choices to render their default value in help
screen. Refs :issue:`2911` :pr:`3004`
- Fix completion for the Z shell (``zsh``) for completion items containing
colons. :issue:`2703` :pr:`2846`
- Don't include envvar in error hint when not configured. :issue:`2971` :pr:`2972`
- Fix a rare race in ``click.testing.StreamMixer``'s finalization that manifested
as a ``ValueError`` on close in a multi-threaded test session.
:issue:`2993` :pr:`2991`
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-click/Makefile
cvs rdiff -u -r1.29 -r1.30 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.32 pkgsrc/devel/py-click/Makefile:1.33
--- pkgsrc/devel/py-click/Makefile:1.32 Wed May 21 05:37:31 2025
+++ pkgsrc/devel/py-click/Makefile Sat Aug 2 09:33:58 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2025/05/21 05:37:31 adam Exp $
+# $NetBSD: Makefile,v 1.33 2025/08/02 09:33:58 adam Exp $
-DISTNAME= click-8.2.1
+DISTNAME= click-8.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/click/}
@@ -14,5 +14,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 39
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-click/distinfo
diff -u pkgsrc/devel/py-click/distinfo:1.29 pkgsrc/devel/py-click/distinfo:1.30
--- pkgsrc/devel/py-click/distinfo:1.29 Wed May 21 05:37:31 2025
+++ pkgsrc/devel/py-click/distinfo Sat Aug 2 09:33:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2025/05/21 05:37:31 adam Exp $
+$NetBSD: distinfo,v 1.30 2025/08/02 09:33:58 adam Exp $
-BLAKE2s (click-8.2.1.tar.gz) = c5c6bf1c4169ff29c099cde782bfba171050732c2dab5a30e1e8ac5efd001a48
-SHA512 (click-8.2.1.tar.gz) = c60395f07622103e5d0592a5a212665bde0b7de88d9bf47a3e11750eb0e3fa52cde5ff57830ed3c1617ffbfc2f91adae64d4e9dc268ab1a3ce09155650f7c063
-Size (click-8.2.1.tar.gz) = 286342 bytes
+BLAKE2s (click-8.2.2.tar.gz) = b61853bbf528b12d7260135cd5a3a6ecccfa41213e383f911bb5c5a9dbf5194f
+SHA512 (click-8.2.2.tar.gz) = 501ea08ade30f1df000cd47d4483afef45d4bce684b2a9fb001918d1ac408043a68be1c455b12c038924d50c64dc9f415c1d789c01aadb5b6a6621e3937242d3
+Size (click-8.2.2.tar.gz) = 263977 bytes
Home |
Main Index |
Thread Index |
Old Index