14
0
forked from pool/python-click

Accepting request 479999 from home:stroeder:branches:devel:languages:python

update to 6.7 (aligned with python3-click)

OBS-URL: https://build.opensuse.org/request/show/479999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=10
This commit is contained in:
Jan Matejek
2017-03-16 14:21:44 +00:00
committed by Git OBS Bridge
parent 19155af042
commit ac173ab706
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 16 12:41:06 UTC 2017 - michael@stroeder.com
- update to version 6.7:
* Make `click.progressbar` work with `codecs.open` files. See #637.
* Fix bug in bash completion with nested subcommands. See #639.
* Fix test runner not saving caller env correctly. See #644.
* Fix handling of SIGPIPE. See #626
* Deal with broken Windows environments such as Google App
Engine's. See #711.
-------------------------------------------------------------------
Thu Nov 17 13:49:50 UTC 2016 - rjschwei@suse.com