Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-mailman3 for openSUSE:Factory checked in at 2022-05-10 15:12:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-mailman3 (Old) and /work/SRC/openSUSE:Factory/.python-django-mailman3.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-mailman3" Tue May 10 15:12:04 2022 rev:8 rq:975951 version:1.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-mailman3/python-django-mailman3.changes 2021-12-28 12:27:19.380515990 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-mailman3.new.1538/python-django-mailman3.changes 2022-05-10 15:12:16.891596596 +0200 @@ -1,0 +2,10 @@ +Mon May 9 20:55:06 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Clean up the SPEC file. + +------------------------------------------------------------------- +Mon May 9 15:56:27 UTC 2022 - pgaj...@suse.com + +- python-mock is not required for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-mailman3.spec ++++++ --- /var/tmp/diff_new_pack.erL0hm/_old 2022-05-10 15:12:17.491597353 +0200 +++ /var/tmp/diff_new_pack.erL0hm/_new 2022-05-10 15:12:17.499597363 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-django-mailman3 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,6 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} # mailman is built only for primary python3 flavor %define pythons python3 +%define modname django_mailman3 Name: python-django-mailman3 Version: 1.3.7 Release: 0 @@ -42,7 +43,6 @@ BuildRequires: %{python_module django-allauth} BuildRequires: %{python_module django-gravatar2 >= 1.0.6} BuildRequires: %{python_module mailmanclient} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytz} # /SECTION %if 0%{python3_version_nodots} == 38 @@ -67,11 +67,12 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH='.' $python -m django test -v2 --settings=django_mailman3.tests.settings_test +%python_expand PYTHONPATH='%{buildroot}%{$python_sitelib}' $python -m django test -v2 --settings=django_mailman3.tests.settings_test %files %{python_files} %doc README.rst %license COPYING.txt -%{python_sitelib}/* +%{python_sitelib}/%{modname}-%{version}*-info +%{python_sitelib}/%{modname} %changelog