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-11-22 16:10:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-mailman3 (Old) and /work/SRC/openSUSE:Factory/.python-django-mailman3.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-mailman3" Tue Nov 22 16:10:44 2022 rev:11 rq:1037264 version:1.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-mailman3/python-django-mailman3.changes 2022-10-12 18:25:08.661732355 +0200 +++ /work/SRC/openSUSE:Factory/.python-django-mailman3.new.1597/python-django-mailman3.changes 2022-11-22 16:10:51.166233892 +0100 @@ -1,0 +2,17 @@ +Mon Nov 21 08:57:22 UTC 2022 - Andreas Schneider <a...@cryptomilk.org> + +- Fix running the tests on openSUSE Leap 15.4 + +------------------------------------------------------------------- +Thu Nov 17 16:40:01 UTC 2022 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 1.3.8 + * Add support for Django 4.0 and 4.1 (Fixes #55) + * Add support for Python 3.10 (See !153) + * Fix the Fedora socialaccount provider. (Fixes #50) + * Add pagination only when there are more than one pages. (Fixes #58) + * Use Pytest as the test runner. +- Removed dj40.patch +- Removed dj41.patch + +------------------------------------------------------------------- Old: ---- dj40.patch dj41.patch django-mailman3-1.3.7.tar.gz New: ---- django-mailman3-1.3.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-mailman3.spec ++++++ --- /var/tmp/diff_new_pack.TZSdHm/_old 2022-11-22 16:10:52.074238499 +0100 +++ /var/tmp/diff_new_pack.TZSdHm/_new 2022-11-22 16:10:52.086238560 +0100 @@ -20,16 +20,12 @@ %define skip_python2 1 %define modname django_mailman3 Name: python-django-mailman3 -Version: 1.3.7 +Version: 1.3.8 Release: 0 Summary: Django library to help interaction with Mailman License: GPL-3.0-only URL: https://gitlab.com/mailman/django-mailman3 Source: https://files.pythonhosted.org/packages/source/d/django-mailman3/django-mailman3-%{version}.tar.gz -# PATCH-FEATURE-UPSTREAM dj40.patch https://gitlab.com/mailman/django-mailman3/-/merge_requests/150 -Patch0: dj40.patch -# PATCH-FEATURE-UPSTREAM dj41.patch https://gitlab.com/mailman/django-mailman3/-/merge_requests/170 -Patch1: dj41.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -44,6 +40,8 @@ BuildRequires: %{python_module django-allauth} BuildRequires: %{python_module django-gravatar2 >= 1.0.6} BuildRequires: %{python_module mailmanclient} +BuildRequires: %{python_module pytest-django} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} # /SECTION %python_subpackages @@ -52,9 +50,7 @@ Django library to help interaction with Mailman. %prep -%setup -q -n django-mailman3-%{version} -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 -n django-mailman3-%{version} %build %python_build @@ -64,7 +60,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH='%{buildroot}%{$python_sitelib}' $python -m django test -v2 --settings=django_mailman3.tests.settings_test +export PYTHONPATH="$(pwd)" +%pytest %files %{python_files} %doc README.rst ++++++ django-mailman3-1.3.7.tar.gz -> django-mailman3-1.3.8.tar.gz ++++++ ++++ 9069 lines of diff (skipped)