Go to file
Dominique Leuenberger 7b5bf8df5e Accepting request 662313 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/662313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click?expand=0&rev=8
2019-01-08 11:16:43 +00:00
.gitattributes Accepting request 247420 from home:lowks 2014-09-03 15:58:51 +00:00
.gitignore Accepting request 247420 from home:lowks 2014-09-03 15:58:51 +00:00
Click-7.0.tar.gz Accepting request 661486 from home:marec2000:branches:devel:languages:python 2019-01-01 15:11:51 +00:00
python-click.changes - Drop patch merged upstream python-click-test_compat.py.patch 2019-01-01 15:23:08 +00:00
python-click.spec - Drop patch merged upstream python-click-test_compat.py.patch 2019-01-01 15:23:08 +00:00