Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-webtest for openSUSE:Factory checked in at 2024-09-01 19:21:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-webtest (Old) and /work/SRC/openSUSE:Factory/.python-django-webtest.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-webtest" Sun Sep 1 19:21:26 2024 rev:9 rq:1197788 version:1.9.12 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-webtest/python-django-webtest.changes 2023-10-02 20:09:42.837811917 +0200 +++ /work/SRC/openSUSE:Factory/.python-django-webtest.new.2698/python-django-webtest.changes 2024-09-01 19:21:41.980685560 +0200 @@ -1,0 +2,9 @@ +Fri Aug 30 10:26:30 UTC 2024 - Markéta Machová <mmach...@suse.com> + +- update to 1.9.12 + * Add support for Django 5 + * No longer compatible with assertFormError + * pytest fixture now unpatch Django settings after fixture run +- Add %{?sle15_python_module_pythons} + +------------------------------------------------------------------- Old: ---- django-webtest-1.9.11.tar.gz New: ---- django_webtest-1.9.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-webtest.spec ++++++ --- /var/tmp/diff_new_pack.bKC26w/_old 2024-09-01 19:21:42.752717168 +0200 +++ /var/tmp/diff_new_pack.bKC26w/_new 2024-09-01 19:21:42.756717332 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-django-webtest # -# 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 @@ -16,15 +16,15 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-django-webtest -Version: 1.9.11 +Version: 1.9.12 Release: 0 Summary: Django integration for WebTest License: MIT Group: Development/Languages/Python URL: https://github.com/django-webtest/django-webtest -Source: https://files.pythonhosted.org/packages/source/d/django-webtest/django-webtest-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/d/django-webtest/django_webtest-%{version}.tar.gz BuildRequires: %{python_module Django} BuildRequires: %{python_module WebTest >= 1.3.3} BuildRequires: %{python_module pytest-django} @@ -40,7 +40,7 @@ Instant integration of Ian Bicking's WebTest with django's testing framework. %prep -%setup -q -n django-webtest-%{version} +%setup -q -n django_webtest-%{version} %build %python_build