14
0
forked from pool/python-click

- 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`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=29
This commit is contained in:
2020-06-03 11:15:50 +00:00
committed by Git OBS Bridge
parent ed746d4ad7
commit c6c4936c46
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jun 3 11:15:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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 <mcalabkova@suse.com>