Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-mailer for openSUSE:Factory checked in at 2025-04-22 17:29:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-mailer (Old) and /work/SRC/openSUSE:Factory/.python-django-mailer.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-mailer" Tue Apr 22 17:29:36 2025 rev:8 rq:1271580 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-mailer/python-django-mailer.changes 2024-06-06 12:35:11.546101926 +0200 +++ /work/SRC/openSUSE:Factory/.python-django-mailer.new.30101/python-django-mailer.changes 2025-04-22 17:30:19.336220871 +0200 @@ -1,0 +2,5 @@ +Tue Apr 22 08:29:32 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Skip failing test with Django 5.2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-mailer.spec ++++++ --- /var/tmp/diff_new_pack.UtyeFO/_old 2025-04-22 17:30:19.836241875 +0200 +++ /var/tmp/diff_new_pack.UtyeFO/_new 2025-04-22 17:30:19.836241875 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-django-mailer # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,7 +56,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -v +# test_send_html fails with Django 5.2 https://github.com/pinax/django-mailer/issues/182 +%pytest -k "not test_send_html" %files %{python_files} %doc AUTHORS CHANGES.rst README.rst