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: Thu Jun 25 05:11:16 UTC 2026
Modified Files:
pkgsrc/devel/py-click: Makefile distinfo
Log Message:
py-click: updated to 8.4.2
8.4.2
Fix Fish shell completion broken in 8.4.0 by {pr}3126. Newlines and tabs in option help text are now escaped, keeping the original completion format while still supporting multi-line help.
{issue}3502 {issue}3043 {pr}3504 {pr}3508
Deprecated commands and options with empty or missing help text no longer render a stray leading space before the (DEPRECATED) label. {pr}3509
A {class}Group with invoke_without_command=True marks its subcommand as optional in the usage help, showing [COMMAND] instead of COMMAND. {issue}3059 {pr}3507
echo_via_pager flushes after each write, so passing a generator streams output to the pager incrementally instead of staying hidden until the pipe buffer fills. {issue}3242 {issue}2542 {pr}3534
echo_via_pager and get_pager_file no longer close a borrowed stdout stream when no external pager runs, completing the partial I/O operation on closed file fix from {pr}3482. {issue}3449 {pr}3533
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-click/Makefile
cvs rdiff -u -r1.36 -r1.37 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.40 pkgsrc/devel/py-click/Makefile:1.41
--- pkgsrc/devel/py-click/Makefile:1.40 Fri May 22 12:59:07 2026
+++ pkgsrc/devel/py-click/Makefile Thu Jun 25 05:11:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2026/05/22 12:59:07 adam Exp $
+# $NetBSD: Makefile,v 1.41 2026/06/25 05:11:16 adam Exp $
-DISTNAME= click-8.4.1
+DISTNAME= click-8.4.2
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.36 pkgsrc/devel/py-click/distinfo:1.37
--- pkgsrc/devel/py-click/distinfo:1.36 Fri May 22 12:59:07 2026
+++ pkgsrc/devel/py-click/distinfo Thu Jun 25 05:11:16 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2026/05/22 12:59:07 adam Exp $
+$NetBSD: distinfo,v 1.37 2026/06/25 05:11:16 adam Exp $
-BLAKE2s (click-8.4.1.tar.gz) = 6019ce027fe1704cf9c359f912181914e82112bbc45b809907a412de1d943531
-SHA512 (click-8.4.1.tar.gz) = f759377dfa249e912dc0aa04cf826fd4f6da7a0459e2a076f3f2fd67c22e784d4c03dcf4b91d1763021e9c4d44a198f78050678023106f838d1fa5c6374ec918
-Size (click-8.4.1.tar.gz) = 353007 bytes
+BLAKE2s (click-8.4.2.tar.gz) = 41cfd829c866321a00a7bc46e41c270dbdf3974de07c1f0becad4a990f297ba3
+SHA512 (click-8.4.2.tar.gz) = 7df2cdd4c86e54c2e2e00c7425e484becb65a20c7dc38f0624c8ebe61aa701bc8cd1bc6de12367ff40e12ec0c16e06190f7a47e2f8c9849d7a431cecf8b42d87
+Size (click-8.4.2.tar.gz) = 338000 bytes
Home |
Main Index |
Thread Index |
Old Index