pkgsrc/devel/py-click/PLIST
adam 43cf14e6a1 py-click: updated to 8.1.1
Version 8.1.1
-------------
-   Fix an issue with decorator typing that caused type checking to
    report that a command was not callable. :issue:`2227`


Version 8.1.0
-------------
-   Drop support for Python 3.6. :pr:`2129`
-   Remove previously deprecated code. :pr:`2130`

    -   ``Group.resultcallback`` is renamed to ``result_callback``.
    -   ``autocompletion`` parameter to ``Command`` is renamed to
        ``shell_complete``.
    -   ``get_terminal_size`` is removed, use
        ``shutil.get_terminal_size`` instead.
    -   ``get_os_args`` is removed, use ``sys.argv[1:]`` instead.

-   Rely on :pep:`538` and :pep:`540` to handle selecting UTF-8 encoding
    instead of ASCII. Click's locale encoding detection is removed.
    :issue:`2198`
-   Single options boolean flags with ``show_default=True`` only show
    the default if it is ``True``. :issue:`1971`
-   The ``command`` and ``group`` decorators can be applied with or
    without parentheses. :issue:`1359`
-   The ``Path`` type can check whether the target is executable.
    :issue:`1961`
-   ``Command.show_default`` overrides ``Context.show_default``, instead
    of the other way around. :issue:`1963`
-   Parameter decorators and ``@group`` handles ``cls=None`` the same as
    not passing ``cls``. ``@option`` handles ``help=None`` the same as
    not passing ``help``.
-   A flag option with ``required=True`` requires that the flag is
    passed instead of choosing the implicit default value. :issue:`1978`
-   Indentation in help text passed to ``Option`` and ``Command`` is
    cleaned the same as using the ``@option`` and ``@command``
    decorators does. A command's ``epilog`` and ``short_help`` are also
    processed. :issue:`1985`
-   Store unprocessed ``Command.help``, ``epilog`` and ``short_help``
    strings. Processing is only done when formatting help text for
    output. :issue:`2149`
-   Allow empty str input for ``prompt()`` when
    ``confirmation_prompt=True`` and ``default=""``. :issue:`2157`
-   Windows glob pattern expansion doesn't fail if a value is an invalid
    pattern. :issue:`2195`
-   It's possible to pass a list of ``params`` to ``@command``. Any
    params defined with decorators are appended to the passed params.
    :issue:`2131`.
-   ``@command`` decorator is annotated as returning the correct type if
    a ``cls`` argument is used. :issue:`2211`
-   A ``Group`` with ``invoke_without_command=True`` and ``chain=False``
    will invoke its result callback with the group function's return
    value. :issue:`2124`
-   ``to_info_dict`` will not fail if a ``ParamType`` doesn't define a
    ``name``. :issue:`2168`
-   Shell completion prioritizes option values with option prefixes over
    new options. :issue:`2040`
-   Options that get an environment variable value using
    ``autoenvvar_prefix`` treat an empty value as ``None``, consistent
    with a direct ``envvar``. :issue:`2146`
2022-03-31 07:25:58 +00:00

55 lines
1.8 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2022/03/31 07:25:58 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/click/__init__.py
${PYSITELIB}/click/__init__.pyc
${PYSITELIB}/click/__init__.pyo
${PYSITELIB}/click/_compat.py
${PYSITELIB}/click/_compat.pyc
${PYSITELIB}/click/_compat.pyo
${PYSITELIB}/click/_termui_impl.py
${PYSITELIB}/click/_termui_impl.pyc
${PYSITELIB}/click/_termui_impl.pyo
${PYSITELIB}/click/_textwrap.py
${PYSITELIB}/click/_textwrap.pyc
${PYSITELIB}/click/_textwrap.pyo
${PYSITELIB}/click/_winconsole.py
${PYSITELIB}/click/_winconsole.pyc
${PYSITELIB}/click/_winconsole.pyo
${PYSITELIB}/click/core.py
${PYSITELIB}/click/core.pyc
${PYSITELIB}/click/core.pyo
${PYSITELIB}/click/decorators.py
${PYSITELIB}/click/decorators.pyc
${PYSITELIB}/click/decorators.pyo
${PYSITELIB}/click/exceptions.py
${PYSITELIB}/click/exceptions.pyc
${PYSITELIB}/click/exceptions.pyo
${PYSITELIB}/click/formatting.py
${PYSITELIB}/click/formatting.pyc
${PYSITELIB}/click/formatting.pyo
${PYSITELIB}/click/globals.py
${PYSITELIB}/click/globals.pyc
${PYSITELIB}/click/globals.pyo
${PYSITELIB}/click/parser.py
${PYSITELIB}/click/parser.pyc
${PYSITELIB}/click/parser.pyo
${PYSITELIB}/click/py.typed
${PYSITELIB}/click/shell_completion.py
${PYSITELIB}/click/shell_completion.pyc
${PYSITELIB}/click/shell_completion.pyo
${PYSITELIB}/click/termui.py
${PYSITELIB}/click/termui.pyc
${PYSITELIB}/click/termui.pyo
${PYSITELIB}/click/testing.py
${PYSITELIB}/click/testing.pyc
${PYSITELIB}/click/testing.pyo
${PYSITELIB}/click/types.py
${PYSITELIB}/click/types.pyc
${PYSITELIB}/click/types.pyo
${PYSITELIB}/click/utils.py
${PYSITELIB}/click/utils.pyc
${PYSITELIB}/click/utils.pyo