diff --git a/click-7.1.1.tar.gz b/click-7.1.1.tar.gz deleted file mode 100644 index df14e4f..0000000 --- a/click-7.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a18b4ea89d8820c5d0c7da8a64b2c324b4dabb695804dbfea19b9be9d88c0cc -size 297243 diff --git a/click-7.1.2.tar.gz b/click-7.1.2.tar.gz new file mode 100644 index 0000000..de82d06 --- /dev/null +++ b/click-7.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a +size 297279 diff --git a/python-click.changes b/python-click.changes index 3fa07d0..744fe12 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 3 11:15:12 UTC 2020 - Dirk Mueller + +- 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` + ------------------------------------------------------------------- Tue Mar 31 11:57:08 UTC 2020 - Marketa Calabkova diff --git a/python-click.spec b/python-click.spec index 6e3afab..26a1ed4 100644 --- a/python-click.spec +++ b/python-click.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-click -Version: 7.1.1 +Version: 7.1.2 Release: 0 Summary: A wrapper around optparse for command line utilities License: BSD-3-Clause