Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-money for
openSUSE:Factory checked in at 2025-06-03 17:53:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-money (Old)
and /work/SRC/openSUSE:Factory/.python-django-money.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-money"
Tue Jun 3 17:53:43 2025 rev:12 rq:1282152 version:3.5.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-money/python-django-money.changes
2025-04-22 17:30:18.568188610 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-money.new.16005/python-django-money.changes
2025-06-03 17:54:26.555852756 +0200
@@ -1,0 +2,5 @@
+Tue Jun 3 07:19:36 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-money.spec ++++++
--- /var/tmp/diff_new_pack.9tuoEw/_old 2025-06-03 17:54:27.231880792 +0200
+++ /var/tmp/diff_new_pack.9tuoEw/_new 2025-06-03 17:54:27.231880792 +0200
@@ -37,10 +37,12 @@
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module django-reversion}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module py-moneyed >= 2.0}
BuildRequires: %{python_module pytest >= 8.2}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
# /SECTION
%python_subpackages
@@ -53,10 +55,10 @@
sed -i -e '/^addopts/d' pytest.ini
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check