15
0
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:
Tomáš Chvátal
2020-03-24 10:25:52 +00:00
committed by Git OBS Bridge
parent dcc3aba40a
commit 3cff205f76
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:936d262102fd04681faa12979bedc57f4dde3191f8d403d8069d4119bc835c5b
size 79084

3
0.7.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:844d732c3306745cd2ffb2bd79327155a303844e3f9111bd7b578d9dd79ad2f7
size 79115

View File

@@ -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 <mcepl@suse.com>

View File

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