Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-swapper for openSUSE:Factory checked in at 2021-05-07 16:45:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-swapper (Old) and /work/SRC/openSUSE:Factory/.python-swapper.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-swapper" Fri May 7 16:45:49 2021 rev:4 rq:891233 version:1.1.2.post1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-swapper/python-swapper.changes 2020-01-24 13:11:53.977450820 +0100 +++ /work/SRC/openSUSE:Factory/.python-swapper.new.2988/python-swapper.changes 2021-05-07 16:46:15.668190956 +0200 @@ -1,0 +2,7 @@ +Wed May 5 17:19:08 UTC 2021 - Ben Greiner <[email protected]> + +- Replace deprecated setup.py call. This additionally avoids + the setuptools generated failure because Django's egg-info + requirements are not fully fulfilled by the python-Django rpm. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-swapper.spec ++++++ --- /var/tmp/diff_new_pack.FD61lu/_old 2021-05-07 16:46:16.052189240 +0200 +++ /var/tmp/diff_new_pack.FD61lu/_new 2021-05-07 16:46:16.056189221 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-swapper # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,7 +50,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +# can't use %%pyunittest: the SLE/Leap targets in d:l:p:django have old python-rpm-macros +%python_exec -m unittest -v tests.test_swapper %files %{python_files} %doc README.md
