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:           Tue Mar 15 06:03:24 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-click/Makefile
cvs rdiff -u -r1.18 -r1.19 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.19 pkgsrc/devel/py-click/Makefile:1.20
--- pkgsrc/devel/py-click/Makefile:1.19 Thu Feb  3 23:43:24 2022
+++ pkgsrc/devel/py-click/Makefile      Tue Mar 15 06:03:24 2022
@@ -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/}

Index: pkgsrc/devel/py-click/distinfo
diff -u pkgsrc/devel/py-click/distinfo:1.18 pkgsrc/devel/py-click/distinfo:1.19
--- pkgsrc/devel/py-click/distinfo:1.18 Mon Jan 31 09:52:04 2022
+++ pkgsrc/devel/py-click/distinfo      Tue Mar 15 06:03:24 2022
@@ -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