diff --git a/click-6.6.tar.gz b/click-6.6.tar.gz deleted file mode 100644 index f8142b3..0000000 --- a/click-6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9 -size 283420 diff --git a/click-6.7.tar.gz b/click-6.7.tar.gz new file mode 100644 index 0000000..54c2250 --- /dev/null +++ b/click-6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b +size 279019 diff --git a/python-click.changes b/python-click.changes index cdcba1d..fe45ccc 100644 --- a/python-click.changes +++ b/python-click.changes @@ -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 diff --git a/python-click.spec b/python-click.spec index b5f9929..3c3f571 100644 --- a/python-click.spec +++ b/python-click.spec @@ -17,7 +17,7 @@ Name: python-click -Version: 6.6 +Version: 6.7 Release: 0 Summary: A simple wrapper around optparse for powerful command line utilities License: BSD-3-Clause