Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-widget-tweaks for 
openSUSE:Factory checked in at 2026-04-07 16:33:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-widget-tweaks (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-widget-tweaks.new.21863 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-widget-tweaks"

Tue Apr  7 16:33:42 2026 rev:3 rq:1344805 version:1.5.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-widget-tweaks/python-django-widget-tweaks.changes
  2025-06-03 17:54:20.539603244 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-widget-tweaks.new.21863/python-django-widget-tweaks.changes
       2026-04-07 16:49:23.033718585 +0200
@@ -1,0 +2,12 @@
+Mon Apr  6 21:13:25 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.5.1:
+  * Drop support for Django 4.1
+  * Drop support for Python 3.8
+  * Add Django 5.0 support
+  * Add Django 5.1 support
+  * Add Python 3.12 support
+  * Add Python 3.13 support
+  * Add PyPy 3.11 support
+
+-------------------------------------------------------------------

Old:
----
  django-widget-tweaks-1.4.8.tar.gz
  runtests.py

New:
----
  django_widget_tweaks-1.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-widget-tweaks.spec ++++++
--- /var/tmp/diff_new_pack.Jb8cw0/_old  2026-04-07 16:49:23.709746541 +0200
+++ /var/tmp/diff_new_pack.Jb8cw0/_new  2026-04-07 16:49:23.709746541 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-widget-tweaks
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
 
 
 Name:           python-django-widget-tweaks
-Version:        1.4.8
+Version:        1.5.1
 Release:        0
 Summary:        Django form field rendering in templates
 License:        MIT
 URL:            https://github.com/jazzband/django-widget-tweaks
-Source:         
https://files.pythonhosted.org/packages/source/d/django-widget-tweaks/django-widget-tweaks-%{version}.tar.gz
-Source1:        
https://raw.githubusercontent.com/jazzband/django-widget-tweaks/master/runtests.py
-BuildRequires:  %{python_module Django}
+Source:         
https://files.pythonhosted.org/packages/source/d/django-widget-tweaks/django_widget_tweaks-%{version}.tar.gz
+BuildRequires:  %{python_module Django >= 4.2}
 BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-Django
+Requires:       python-Django >= 4.2
 BuildArch:      noarch
 %python_subpackages
 
@@ -38,8 +38,7 @@
 Tweak the form field rendering in templates, not in python-level form 
definitions.
 
 %prep
-%setup -q -n django-widget-tweaks-%{version}
-cp %{SOURCE1} .
+%setup -q -n django_widget_tweaks-%{version}
 
 %build
 %pyproject_wheel
@@ -49,7 +48,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec runtests.py
+%python_exec -m django test -v2 --settings=tests.settings
 
 %files %{python_files}
 %doc CHANGES.rst README.rst

Reply via email to