Revisions of python-click

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1109509 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
- update to 8.1.7:
  * Fix issue with regex flags in shell completion.
  * Bash version detection issues a warning instead of an
    error.
  * Fix issue with completion script for Fish shell.

- Update to version 4.1
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1074172 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 18)
- Remove not needed requirement python-setuptools
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 966639 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 16)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 925757 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
- update to 8.0.3:
  * Fix issue with ``Path(resolve_path=True)`` type creating invalid
    paths. :issue:`2088`
  * Importing ``readline`` does not cause the ``confirm()`` prompt to
    disappear when pressing backspace. :issue:`2092`
  * Any default values injected by ``invoke()`` are cast to the
    corresponding parameter's type. :issue:`2089, 2090`
  * ``is_bool_flag`` is not set to ``True`` if ``is_flag`` is ``False``.
  * Bash version detection is locale independent. :issue:`1940`
  * Empty ``default`` value is not shown for ``multiple=True``.
  * Fix shell completion for arguments that start with a forward slash
    such as absolute file paths. :issue:`1929`
  * ``Path`` type with ``resolve_path=True`` resolves relative symlinks
    to be relative to the containing directory. :issue:`1921`
  * Completion does not skip Python's resource cleanup when exiting,
    avoiding some unexpected warning output. :issue:`1738, 2017`
  * Fix type annotation for ``type`` argument in ``prompt`` function.
  * Fix overline and italic styles, which were incorrectly added when
    adding underline. :pr:`2058`
  * An option with ``count=True`` will not show "[x>=0]" in help text.
  * Default values are not cast to the parameter type twice during
    processing.
  * Options with ``multiple`` and ``flag_value`` use the flag value
    instead of leaving an internal placeholder.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 811100 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
- update to 7.1.2:
   Revert applying shell quoting to commands for ``echo_with_pager``
   and ``edit``. This was intended to allows spaces in commands, but
   caused issues if the string was actually a command and arguments, or
   on Windows. Instead, the string must be quoted manually as it should
   appear on the command line. :issue:`1514`
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 740898 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 9)
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 662313 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
- update to version 7.0:
  * Drop support for Python 2.6 and 3.3.
  * Wrap ``click.Choice``'s missing message.
  * Add native ZSH autocompletion support.
  * Document that ANSI color info isn't parsed from bytearrays in
    Python 2.
  * Document byte-stripping behavior of ``CliRunner``.
  * Usage errors now hint at the ``--help`` option.
  * Implement streaming pager.
  * Extract bar formatting to its own method.
  * Add ``DateTime`` type for converting input in given date time
    formats.
  * ``secho``'s first argument can now be ``None``, like in ``echo``.
   
  * Fixes a ``ZeroDivisionError`` in ``ProgressBar.make_step``, when the
    arg passed to the first call of ``ProgressBar.update`` is 0.
   
  * Show progressbar only if total execution time is visible.
  * Added the ability to hide commands and options from help.
  * Document that options can be ``required=True``.
  * Non-standalone calls to ``Context.exit`` return the exit code,
    rather than calling ``sys.exit``.
  * ``click.getchar()`` returns Unicode in Python 3 on Windows,
    consistent with other platforms.
  * Added ``FloatRange`` type.
  * Added support for bash completion of ``type=click.Choice`` for
  ``Options`` and ``Arguments``.
  * Only allow one positional arg for ``Argument`` parameter
    declaration.
  * Add ``case_sensitive=False`` as an option to Choice.
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 485697 from Jan Matejek's avatar Jan Matejek (matejcik) (revision 5)
- better test runner that works with pypy (forwarded request 485696 from matejcik)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 441867 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 3)
Automatic submission by obs-autosubmit
Displaying revisions 1 - 20 of 22
openSUSE Build Service is sponsored by