forked from pool/python-cleo
Accepting request 787721 from home:pgajdos:python
- version update to 0.7.6 * Upgraded `clikit` to fix issues in option parsing. OBS-URL: https://build.opensuse.org/request/show/787721 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cleo?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
dcc3aba40a
commit
3cff205f76
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user