14
0
forked from pool/python-click

Accepting request 428026 from home:TheBlackCat:branches:devel:languages:python

update to version 6.6

OBS-URL: https://build.opensuse.org/request/show/428026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=6
This commit is contained in:
Todd R
2016-09-15 23:50:22 +00:00
committed by Git OBS Bridge
parent b080bc6482
commit f34fd813fb
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Sep 15 22:54:59 UTC 2016 - toddrme2178@gmail.com
- update to version 6.6:
* Fix bug in `click.Path` where it would crash when passed a
`-`. See #551.
- update to version 6.4:
* Fix bug in bash completion where click would discard one or more
trailing arguments. See #471.
- update to version 6.3:
* Fix argument checks for interpreter invoke with `-m` and `-c` on
Windows.
* Fixed a bug that cased locale detection to error out on Python 3.
-------------------------------------------------------------------
Thu Dec 3 13:21:05 UTC 2015 - ronisbr@gmail.com