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:           Wed May 21 05:37:32 UTC 2025

Modified Files:
        pkgsrc/devel/py-click: Makefile distinfo

Log Message:
py-click: updated to 8.2.1

Version 8.2.1

- Fix flag value handling for flag options with a provided type.
- Fix shell completion for nested groups.
- Flush ``sys.stderr`` at the end of ``CliRunner.invoke``.
- Fix EOF handling for stdin input in CliRunner.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-click/Makefile
cvs rdiff -u -r1.28 -r1.29 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.31 pkgsrc/devel/py-click/Makefile:1.32
--- pkgsrc/devel/py-click/Makefile:1.31 Sun May 11 10:42:20 2025
+++ pkgsrc/devel/py-click/Makefile      Wed May 21 05:37:31 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2025/05/11 10:42:20 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2025/05/21 05:37:31 adam Exp $
 
-DISTNAME=      click-8.2.0
+DISTNAME=      click-8.2.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.28 pkgsrc/devel/py-click/distinfo:1.29
--- pkgsrc/devel/py-click/distinfo:1.28 Sun May 11 10:42:20 2025
+++ pkgsrc/devel/py-click/distinfo      Wed May 21 05:37:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/05/11 10:42:20 wiz Exp $
+$NetBSD: distinfo,v 1.29 2025/05/21 05:37:31 adam Exp $
 
-BLAKE2s (click-8.2.0.tar.gz) = 307604662e72f47adbbf19f8fb412a8394d61a1d87ce1a09bd8d07b9382139c3
-SHA512 (click-8.2.0.tar.gz) = 04285f116af65a0f084a00871038514829476ecf8b8d35d407a03eda4c24fc6462b90129b6316bd9a880d22e86656fb97338d7f054143b38612218d4f3930d15
-Size (click-8.2.0.tar.gz) = 235857 bytes
+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



Home | Main Index | Thread Index | Old Index