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 2024-03-04 21:24:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-mailman3 (Old) and /work/SRC/openSUSE:Factory/.python-django-mailman3.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-mailman3" Mon Mar 4 21:24:42 2024 rev:14 rq:1154171 version:1.3.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-mailman3/python-django-mailman3.changes 2023-11-06 21:13:53.186399113 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-mailman3.new.1770/python-django-mailman3.changes 2024-03-04 21:24:43.797511501 +0100 @@ -1,0 +2,5 @@ +Thu Feb 29 21:07:54 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Build PEP517 wheel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-mailman3.spec ++++++ --- /var/tmp/diff_new_pack.MKRCUZ/_old 2024-03-04 21:24:44.461535595 +0100 +++ /var/tmp/diff_new_pack.MKRCUZ/_new 2024-03-04 21:24:44.465535740 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-django-mailman3 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %global django_min_version 3.2 %global django_max_version 4.3 %global mailmanclient_min_version 3.3.3 @@ -33,20 +34,22 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: (python-Django >= %{django_min_version} with python-Django < %{django_max_version}) Requires: python-django-allauth >= %{django_allauth_min_version} Requires: python-django-gravatar2 >= %{django_gravatar2_min_version} Requires: python-mailmanclient >= %{mailmanclient_min_version} Requires: python-pytz +Requires: (python-Django >= %{django_min_version} with python-Django < %{django_max_version}) BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Django >= %{django_min_version}} BuildRequires: %{python_module django-allauth >= %{django_allauth_min_version}} BuildRequires: %{python_module django-gravatar2 >= %{django_gravatar2_min_version}} BuildRequires: %{python_module mailmanclient >= %{mailmanclient_min_version}} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-django} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} +BuildRequires: %{python_module wheel} # /SECTION %python_subpackages @@ -57,10 +60,10 @@ %autosetup -p1 -n django-mailman3-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -70,6 +73,6 @@ %files %{python_files} %doc README.rst %license COPYING.txt -%{python_sitelib}/%{modname}-%{version}*-info +%{python_sitelib}/%{modname}-%{version}.dist-info %{python_sitelib}/%{modname}