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:   wiz
Date:           Sun Sep 21 15:34:54 UTC 2025

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

Log Message:
py-click: update to 8.3.0.

Version 8.3.0
--------------

Released 2025-09-15

-   **Improved flag option handling**: Reworked the relationship between ``flag_value``
    and ``default`` parameters for better consistency:

    * The ``default`` parameter value is now preserved as-is and passed directly
      to CLI functions (no more unexpected transformations)
    * Exception: flag options with ``default=True`` maintain backward compatibility
      by defaulting to their ``flag_value``
    * The ``default`` parameter can now be any type (``bool``, ``None``, etc.)
    * Fixes inconsistencies reported in: :issue:`1992` :issue:`2514` :issue:`2610`
      :issue:`3024` :pr:`3030`
-   Allow ``default`` to be set on ``Argument`` for ``nargs = -1``. :issue:`2164`
    :pr:`3030`
-   Show correct auto complete value for ``nargs`` option in combination with flag
    option :issue:`2813`
-   Show correct auto complete value for nargs option in combination with flag option :issue:`2813`
-   Fix handling of quoted and escaped parameters in Fish autocompletion. :issue:`2995` :pr:`3013`
-   Lazily import ``shutil``. :pr:`3023`
-   Properly forward exception information to resources registered with
    ``click.core.Context.with_resource()``. :issue:`2447` :pr:`3058`
-   Fix regression related to EOF handling in CliRunner. :issue:`2939`:pr:`2940`


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-click/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-click/PLIST
cvs rdiff -u -r1.30 -r1.31 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.33 pkgsrc/devel/py-click/Makefile:1.34
--- pkgsrc/devel/py-click/Makefile:1.33 Sat Aug  2 09:33:58 2025
+++ pkgsrc/devel/py-click/Makefile      Sun Sep 21 15:34:54 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2025/08/02 09:33:58 adam Exp $
+# $NetBSD: Makefile,v 1.34 2025/09/21 15:34:54 wiz Exp $
 
-DISTNAME=      click-8.2.2
+DISTNAME=      click-8.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/click/}

Index: pkgsrc/devel/py-click/PLIST
diff -u pkgsrc/devel/py-click/PLIST:1.7 pkgsrc/devel/py-click/PLIST:1.8
--- pkgsrc/devel/py-click/PLIST:1.7     Sun Feb 23 18:32:02 2025
+++ pkgsrc/devel/py-click/PLIST Sun Sep 21 15:34:54 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/02/23 18:32:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/09/21 15:34:54 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -15,6 +15,9 @@ ${PYSITELIB}/click/_termui_impl.pyo
 ${PYSITELIB}/click/_textwrap.py
 ${PYSITELIB}/click/_textwrap.pyc
 ${PYSITELIB}/click/_textwrap.pyo
+${PYSITELIB}/click/_utils.py
+${PYSITELIB}/click/_utils.pyc
+${PYSITELIB}/click/_utils.pyo
 ${PYSITELIB}/click/_winconsole.py
 ${PYSITELIB}/click/_winconsole.pyc
 ${PYSITELIB}/click/_winconsole.pyo

Index: pkgsrc/devel/py-click/distinfo
diff -u pkgsrc/devel/py-click/distinfo:1.30 pkgsrc/devel/py-click/distinfo:1.31
--- pkgsrc/devel/py-click/distinfo:1.30 Sat Aug  2 09:33:58 2025
+++ pkgsrc/devel/py-click/distinfo      Sun Sep 21 15:34:54 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2025/08/02 09:33:58 adam Exp $
+$NetBSD: distinfo,v 1.31 2025/09/21 15:34:54 wiz Exp $
 
-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
+BLAKE2s (click-8.3.0.tar.gz) = 2427acc9757fbfc3254c55bd9b6e8799f8842961b7e60fd830fb5425e5b9a23b
+SHA512 (click-8.3.0.tar.gz) = 26e1253c265924736a6e8be8d4a7c96645b8f7638a22646fad9d935ee45abd0492bbe74b5c8f98a84836a7a06ea9d0dfd6380e260cf4bcb96d0704c9288e8611
+Size (click-8.3.0.tar.gz) = 276943 bytes



Home | Main Index | Thread Index | Old Index