Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-mathfilters for
openSUSE:Factory checked in at 2025-06-03 17:53:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-mathfilters (Old)
and /work/SRC/openSUSE:Factory/.python-django-mathfilters.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-mathfilters"
Tue Jun 3 17:53:04 2025 rev:3 rq:1282127 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-mathfilters/python-django-mathfilters.changes
2022-01-07 12:48:02.399914567 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-mathfilters.new.16005/python-django-mathfilters.changes
2025-06-03 17:53:57.734657459 +0200
@@ -1,0 +2,6 @@
+Tue Jun 3 06:58:13 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-mathfilters.spec ++++++
--- /var/tmp/diff_new_pack.XBLSY4/_old 2025-06-03 17:53:58.190676372 +0200
+++ /var/tmp/diff_new_pack.XBLSY4/_new 2025-06-03 17:53:58.194676537 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-mathfilters
#
-# Copyright (c) 2022 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
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python36 1
Name: python-django-mathfilters
Version: 1.0.0
@@ -26,7 +25,9 @@
URL: https://github.com/dbrgn/django-mathfilters
Source:
https://files.pythonhosted.org/packages/source/d/django-mathfilters/django-mathfilters-%{version}.tar.gz
BuildRequires: %{python_module Django}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django
@@ -42,10 +43,10 @@
sed -i 's/from .templatetags/from mathfilters.templatetags/' tests.py
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -54,5 +55,6 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/mathfilters
+%{python_sitelib}/django_mathfilters-%{version}.dist-info