15
0
forked from pool/python-cleo

Accepting request 844163 from home:bnavigator:branches:devel:languages:python

- Update to 0.8.1
  * Upgraded clikit to version ^0.6.0
- Kill dephell dependency

OBS-URL: https://build.opensuse.org/request/show/844163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cleo?expand=0&rev=12
This commit is contained in:
2020-10-29 09:48:59 +00:00
committed by Git OBS Bridge
parent 5c5fc036c4
commit 596b3fa3a5
4 changed files with 22 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c291b0f5125c5efc76013855d52b1f013080aded7b035eab95a20fdeb24085a
size 96211

3
python-cleo-0.8.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 26 21:42:52 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to 0.8.1
* Upgraded clikit to version ^0.6.0
- Kill dephell dependency
-------------------------------------------------------------------
Tue Mar 31 11:45:54 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -18,26 +18,25 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cleo
Version: 0.8.0
Version: 0.8.1
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.4.0}
BuildRequires: %{python_module pastel >= 0.1.0}
Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module clikit >= 0.6.0}
BuildRequires: %{python_module pastel >= 0.2.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module pylev >= 1.3}
BuildRequires: %{python_module pytest-mock}
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.4.0
Requires: python-pastel >= 0.1.0
Requires: python-clikit >= 0.6.0
Requires: python-pastel >= 0.2.0
Requires: python-pylev >= 1.3
Requires: python-typing
BuildArch: noarch
@@ -48,13 +47,12 @@ Cleo allows creating testable command-line interfaces.
%prep
%setup -q -n cleo-%{version}
%dephell_gensetup
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -63,6 +61,7 @@ Cleo allows creating testable command-line interfaces.
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/cleo
%{python_sitelib}/cleo-%{version}*info
%changelog