Hello community, here is the log from the commit of package python-crashtest for openSUSE:Factory checked in at 2020-10-29 09:48:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-crashtest (Old) and /work/SRC/openSUSE:Factory/.python-crashtest.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-crashtest" Thu Oct 29 09:48:59 2020 rev:3 rq:844276 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-crashtest/python-crashtest.changes 2020-10-25 18:08:38.255459850 +0100 +++ /work/SRC/openSUSE:Factory/.python-crashtest.new.3463/python-crashtest.changes 2020-10-29 09:49:10.552211934 +0100 @@ -1,0 +2,5 @@ +Mon Oct 26 21:50:13 UTC 2020 - Benjamin Greiner <c...@bnavigator.de> + +- Kill dephell dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-crashtest.spec ++++++ --- /var/tmp/diff_new_pack.pgJOaf/_old 2020-10-29 09:49:11.480212726 +0100 +++ /var/tmp/diff_new_pack.pgJOaf/_new 2020-10-29 09:49:11.480212726 +0100 @@ -26,26 +26,25 @@ Group: Development/Languages/Python URL: https://pypi.org/project/crashtest Source: https://github.com/sdispater/crashtest/archive/%{version}.tar.gz#/crashtest-%{version}.tar.gz +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-dephell-rpm-macros BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description -Manage Python errors with ease. +A Python library that makes exceptions handling and inspection easier %prep %setup -q -n crashtest-%{version} -%dephell_gensetup %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -54,6 +53,7 @@ %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/crashtest +%{python_sitelib}/crashtest-%{version}*-info %changelog