Hello community,

here is the log from the commit of package python-cleo for openSUSE:Factory 
checked in at 2020-11-02 09:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cleo (Old)
 and      /work/SRC/openSUSE:Factory/.python-cleo.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cleo"

Mon Nov  2 09:39:08 2020 rev:5 rq:844830 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cleo/python-cleo.changes  2020-03-31 
17:17:46.355723898 +0200
+++ /work/SRC/openSUSE:Factory/.python-cleo.new.3463/python-cleo.changes        
2020-11-02 09:39:26.933555547 +0100
@@ -1,0 +2,7 @@
+Mon Oct 26 21:42:52 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Update to 0.8.1
+  * Upgraded clikit to version ^0.6.0
+- Kill dephell dependency
+
+-------------------------------------------------------------------

Old:
----
  0.8.0.tar.gz

New:
----
  python-cleo-0.8.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-cleo.spec ++++++
--- /var/tmp/diff_new_pack.49ry13/_old  2020-11-02 09:39:27.465556057 +0100
+++ /var/tmp/diff_new_pack.49ry13/_new  2020-11-02 09:39:27.469556061 +0100
@@ -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 @@
 
 %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 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/cleo
+%{python_sitelib}/cleo-%{version}*info
 
 %changelog


Reply via email to