15
0
forked from pool/python-cleo

Accepting request 787723 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/787723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cleo?expand=0&rev=3
This commit is contained in:
2020-03-26 22:31:50 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 8 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,14 @@
-------------------------------------------------------------------
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>
- Add macro %dephell_genspec to generate setup.py
-------------------------------------------------------------------
Tue Sep 17 11:15:12 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cleo
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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}
@@ -33,9 +33,10 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing}
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
@@ -47,7 +48,7 @@ Cleo allows creating testable command-line interfaces.
%prep
%setup -q -n cleo-%{version}
dephell deps convert --from pyproject.toml --to setup.py
%dephell_gensetup
%build
%python_build