Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-localflavor for
openSUSE:Factory checked in at 2025-06-03 17:53:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-localflavor (Old)
and /work/SRC/openSUSE:Factory/.python-django-localflavor.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-localflavor"
Tue Jun 3 17:53:02 2025 rev:6 rq:1282126 version:4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-localflavor/python-django-localflavor.changes
2024-11-12 19:22:48.186939879 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-localflavor.new.16005/python-django-localflavor.changes
2025-06-03 17:53:56.946624777 +0200
@@ -1,0 +2,5 @@
+Tue Jun 3 06:48:27 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-localflavor.spec ++++++
--- /var/tmp/diff_new_pack.nL4aEj/_old 2025-06-03 17:53:57.614652482 +0200
+++ /var/tmp/diff_new_pack.nL4aEj/_new 2025-06-03 17:53:57.614652482 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-localflavor
#
-# 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
@@ -26,7 +26,9 @@
Source:
https://github.com/django/django-localflavor/archive/%{version}.tar.gz#/django-localflavor-%{version}.tar.gz
# PATCH-FIX-UPSTREAM
https://github.com/django/django-localflavor/commit/a0bb1b5b56be1d3f1a4ebb886621961b458ab74e
Fix # 502 -- Update Python and Django versions
Patch0: dj5.patch
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django >= 2.2
@@ -47,10 +49,10 @@
%autosetup -p1 -n django-localflavor-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check