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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8a18b4ea89d8820c5d0c7da8a64b2c324b4dabb695804dbfea19b9be9d88c0cc
|
|
||||||
size 297243
|
|
3
click-7.1.2.tar.gz
Normal file
3
click-7.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a
|
||||||
|
size 297279
|
@@ -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>
|
Tue Mar 31 11:57:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-click
|
Name: python-click
|
||||||
Version: 7.1.1
|
Version: 7.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A wrapper around optparse for command line utilities
|
Summary: A wrapper around optparse for command line utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Reference in New Issue
Block a user