15
0
forked from pool/python-cleo

Accepting request 1009273 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1009273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cleo?expand=0&rev=7
This commit is contained in:
2022-10-17 12:57:27 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 16 deletions

3
cleo-1.0.0a5.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Oct 9 13:05:27 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.0.0a5
* no release notes
* pre-release version required by poetry 1.2
gh#python-poetry/poetry#3618
-------------------------------------------------------------------
Thu Feb 24 07:47:59 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>

View File

@@ -16,30 +16,26 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define pyversion 1.0.0a5
Name: python-cleo
Version: 0.8.1
Version: 1.0.0~a5
Release: 0
Summary: Python module for creating testable command-line interfaces
License: MIT
Group: Development/Languages/Python
URL: https://github.com/sdispater/cleo
Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module clikit >= 0.6.0}
BuildRequires: %{python_module pastel >= 0.2.0}
Source: https://github.com/sdispater/cleo/archive/%{pyversion}.tar.gz#/cleo-%{pyversion}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module crashtest >= 0.3.1}
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 typing}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-clikit >= 0.6.0
Requires: python-pastel >= 0.2.0
Requires: python-crashtest >= 0.3.1
Requires: python-pylev >= 1.3
Requires: python-typing
BuildArch: noarch
%python_subpackages
@@ -47,7 +43,7 @@ BuildArch: noarch
Cleo allows creating testable command-line interfaces.
%prep
%setup -q -n cleo-%{version}
%setup -q -n cleo-%{pyversion}
%build
%pyproject_wheel
@@ -60,9 +56,9 @@ Cleo allows creating testable command-line interfaces.
%pytest
%files %{python_files}
%doc README.rst
%doc README.md
%license LICENSE
%{python_sitelib}/cleo
%{python_sitelib}/cleo-%{version}*info
%{python_sitelib}/cleo-%{pyversion}*info
%changelog