Hello community, here is the log from the commit of package python-rich for openSUSE:Factory checked in at 2020-10-29 14:51:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rich (Old) and /work/SRC/openSUSE:Factory/.python-rich.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rich" Thu Oct 29 14:51:51 2020 rev:9 rq:844275 version:9.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes 2020-10-26 16:21:58.955208725 +0100 +++ /work/SRC/openSUSE:Factory/.python-rich.new.3463/python-rich.changes 2020-10-29 14:51:53.121218519 +0100 @@ -1,0 +2,5 @@ +Tue Oct 27 00:12:00 UTC 2020 - Benjamin Greiner <[email protected]> + +- Kill dephell dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rich.spec ++++++ --- /var/tmp/diff_new_pack.XrvSaZ/_old 2020-10-29 14:51:54.149219538 +0100 +++ /var/tmp/diff_new_pack.XrvSaZ/_new 2020-10-29 14:51:54.153219542 +0100 @@ -27,8 +27,8 @@ Group: Development/Languages/Python URL: https://github.com/willmcgugan/rich Source: https://github.com/willmcgugan/rich/archive/v%{version}.tar.gz#/rich-%{version}.tar.gz -BuildRequires: %{python_module setuptools} -BuildRequires: python-dephell-rpm-macros +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module colorama >= 0.4.0} @@ -56,11 +56,10 @@ %setup -q -n rich-%{version} %build -%dephell_gensetup -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -69,6 +68,7 @@ %files %{python_files} %license LICENSE %doc CHANGELOG.md README.md -%{python_sitelib}/* +%{python_sitelib}/rich +%{python_sitelib}/rich-%{version}*-info %changelog
