diff --git a/0.8.0.tar.gz b/0.8.0.tar.gz deleted file mode 100644 index faa426a..0000000 --- a/0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c291b0f5125c5efc76013855d52b1f013080aded7b035eab95a20fdeb24085a -size 96211 diff --git a/python-cleo-0.8.1.tar.gz b/python-cleo-0.8.1.tar.gz new file mode 100644 index 0000000..72d794c --- /dev/null +++ b/python-cleo-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff6fe33d9e440dba4d9b0947e65ebebf95671d18d89b67bed1e1a09d2266bc1 +size 96220 diff --git a/python-cleo.changes b/python-cleo.changes index ee7637d..c4c0abf 100644 --- a/python-cleo.changes +++ b/python-cleo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 26 21:42:52 UTC 2020 - Benjamin Greiner + +- 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 diff --git a/python-cleo.spec b/python-cleo.spec index f8f7016..9bceb62 100644 --- a/python-cleo.spec +++ b/python-cleo.spec @@ -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