pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-click py-click: updated to 8.0.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/febe14ff7fd9
branches:  trunk
changeset: 375512:febe14ff7fd9
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 15 06:03:24 2022 +0000

description:
py-click: updated to 8.0.4

Version 8.0.4
-------------
-   ``open_file`` recognizes ``Path("-")`` as a standard stream, the
    same as the string ``"-"``.
-   The ``option`` and ``argument`` decorators preserve the type
    annotation of the decorated function.
-   A callable default value can customize its help text by overriding
    ``__str__`` instead of always showing ``(dynamic)``.
-   Fix a typo in the Bash completion script that affected file and
    directory completion. If this script was generated by a previous
    version, it should be regenerated.
-   Fix typing for ``echo`` and ``secho`` file argument.

diffstat:

 devel/py-click/Makefile |  4 ++--
 devel/py-click/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r a800164868d8 -r febe14ff7fd9 devel/py-click/Makefile
--- a/devel/py-click/Makefile   Tue Mar 15 06:01:19 2022 +0000
+++ b/devel/py-click/Makefile   Tue Mar 15 06:03:24 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/02/03 23:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/03/15 06:03:24 adam Exp $
 
-DISTNAME=      click-8.0.3
+DISTNAME=      click-8.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/click/}
diff -r a800164868d8 -r febe14ff7fd9 devel/py-click/distinfo
--- a/devel/py-click/distinfo   Tue Mar 15 06:01:19 2022 +0000
+++ b/devel/py-click/distinfo   Tue Mar 15 06:03:24 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/01/31 09:52:04 wiz Exp $
+$NetBSD: distinfo,v 1.19 2022/03/15 06:03:24 adam Exp $
 
-BLAKE2s (click-8.0.3.tar.gz) = 7915e6a16eb209cc7ba39f64f346487ad83b0b39db077335f716e336eb127de1
-SHA512 (click-8.0.3.tar.gz) = f6dcda8014503bc3e5b3599a5ce870b6d927a67e62c3dc88cc7b193db9bede1f1242905e56128b51df12e61fb0c15909d028a7bcb466655a8e01357c121aacda
-Size (click-8.0.3.tar.gz) = 329034 bytes
+BLAKE2s (click-8.0.4.tar.gz) = e7a9ac6a859a8bce56bdeada31a505267c07abe4d01aff3d597486162c50cc7e
+SHA512 (click-8.0.4.tar.gz) = 839cbcd0444ff0511cc2ee9096c6385b94bbf6f62f6f0e9d2c96604ca196ba01a25131578ac49093e0b4cc2f25294fa5fffadf82fc9b129441d27c79fb437375
+Size (click-8.0.4.tar.gz) = 329520 bytes



Home | Main Index | Thread Index | Old Index