Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-trio for openSUSE:Factory checked in at 2022-11-23 09:47:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-trio (Old) and /work/SRC/openSUSE:Factory/.python-trio.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-trio" Wed Nov 23 09:47:44 2022 rev:12 rq:1037176 version:0.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-trio/python-trio.changes 2022-09-26 18:47:48.312009070 +0200 +++ /work/SRC/openSUSE:Factory/.python-trio.new.1597/python-trio.changes 2022-11-23 09:47:59.283004403 +0100 @@ -1,0 +2,5 @@ +Mon Nov 21 16:04:21 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Fix rpmlint error python-tests-in-package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-trio.spec ++++++ --- /var/tmp/diff_new_pack.9OE1QE/_old 2022-11-23 09:48:01.159014192 +0100 +++ /var/tmp/diff_new_pack.9OE1QE/_new 2022-11-23 09:48:01.163014213 +0100 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-trio Version: 0.21.0 @@ -70,7 +69,7 @@ %install %python_install -%{python_expand rm -r %{buildroot}%{$python_sitelib}/trio/tests/ +%{python_expand rm -r %{buildroot}%{$python_sitelib}/trio/{,_core/}tests/ %fdupes %{buildroot}%{$python_sitelib} }