Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-easy-thumbnails for openSUSE:Factory checked in at 2025-06-03 17:53:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-easy-thumbnails (Old) and /work/SRC/openSUSE:Factory/.python-easy-thumbnails.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-easy-thumbnails" Tue Jun 3 17:53:38 2025 rev:7 rq:1282148 version:2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/python-easy-thumbnails/python-easy-thumbnails.changes 2024-11-13 15:29:18.987856593 +0100 +++ /work/SRC/openSUSE:Factory/.python-easy-thumbnails.new.16005/python-easy-thumbnails.changes 2025-06-03 17:54:22.907701456 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 06:48:34 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-easy-thumbnails.spec ++++++ --- /var/tmp/diff_new_pack.RyX2Fb/_old 2025-06-03 17:54:23.455724185 +0200 +++ /var/tmp/diff_new_pack.RyX2Fb/_new 2025-06-03 17:54:23.455724185 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-easy-thumbnails # -# 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 @@ -25,7 +25,9 @@ Source: https://files.pythonhosted.org/packages/source/e/easy_thumbnails/easy_thumbnails-%{version}.tar.gz # PATCH-FIX-UPSTREAM https://github.com/SmileyChris/easy-thumbnails/pull/650 Add support for Python 3.13 Patch: py313.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -52,10 +54,10 @@ dos2unix README.rst %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check