diff --git a/0.7.5.tar.gz b/0.7.5.tar.gz deleted file mode 100644 index f2f4d61..0000000 --- a/0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:936d262102fd04681faa12979bedc57f4dde3191f8d403d8069d4119bc835c5b -size 79084 diff --git a/0.7.6.tar.gz b/0.7.6.tar.gz new file mode 100644 index 0000000..a05979e --- /dev/null +++ b/0.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844d732c3306745cd2ffb2bd79327155a303844e3f9111bd7b578d9dd79ad2f7 +size 79115 diff --git a/python-cleo.changes b/python-cleo.changes index 3a6bc87..b3c84a9 100644 --- a/python-cleo.changes +++ b/python-cleo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 24 10:19:03 UTC 2020 - pgajdos@suse.com + +- version update to 0.7.6 + * Upgraded `clikit` to fix issues in option parsing. + ------------------------------------------------------------------- Mon Mar 23 18:13:43 UTC 2020 - Matej Cepl diff --git a/python-cleo.spec b/python-cleo.spec index c32176a..da83d95 100644 --- a/python-cleo.spec +++ b/python-cleo.spec @@ -18,14 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cleo -Version: 0.7.5 +Version: 0.7.6 Release: 0 Summary: Python module for creating testable command-line interfaces License: MIT Group: Development/Languages/Python URL: https://github.com/sdispater/cleo Source: https://github.com/sdispater/cleo/archive/%{version}.tar.gz -BuildRequires: %{python_module clikit >= 0.2.4} +BuildRequires: %{python_module clikit >= 0.4.0} BuildRequires: %{python_module pastel >= 0.1.0} BuildRequires: %{python_module pylev >= 1.3} BuildRequires: %{python_module pytest-mock} @@ -36,7 +36,7 @@ BuildRequires: fdupes BuildRequires: python-dephell-rpm-macros BuildRequires: python-rpm-macros BuildRequires: python3-dephell -Requires: python-clikit >= 0.2.4 +Requires: python-clikit >= 0.4.0 Requires: python-pastel >= 0.1.0 Requires: python-pylev >= 1.3 Requires: python-typing