Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-extra-views for openSUSE:Factory checked in at 2025-06-03 17:52:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-extra-views (Old) and /work/SRC/openSUSE:Factory/.python-django-extra-views.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-extra-views" Tue Jun 3 17:52:55 2025 rev:6 rq:1282120 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-extra-views/python-django-extra-views.changes 2025-04-23 15:19:19.746091147 +0200 +++ /work/SRC/openSUSE:Factory/.python-django-extra-views.new.16005/python-django-extra-views.changes 2025-06-03 17:53:50.462355856 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 06:48:25 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-extra-views.spec ++++++ --- /var/tmp/diff_new_pack.1bKHxR/_old 2025-06-03 17:53:51.170385220 +0200 +++ /var/tmp/diff_new_pack.1bKHxR/_new 2025-06-03 17:53:51.174385386 +0200 @@ -28,7 +28,9 @@ Source: django-extra-views-%{version}.tar.gz # PATCH-FIX-UPSTREAM https://github.com/AndrewIngram/django-extra-views/pull/272 make tests compatible with Django 5.2 Patch: django52.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Django >= 2.2 @@ -46,10 +48,10 @@ %autosetup -p1 -n django-extra-views-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check