Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ExifRead for openSUSE:Factory checked in at 2025-05-06 16:42:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ExifRead (Old) and /work/SRC/openSUSE:Factory/.python-ExifRead.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ExifRead" Tue May 6 16:42:49 2025 rev:6 rq:1274809 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ExifRead/python-ExifRead.changes 2022-08-02 22:10:43.630038033 +0200 +++ /work/SRC/openSUSE:Factory/.python-ExifRead.new.30101/python-ExifRead.changes 2025-05-06 16:43:05.068367080 +0200 @@ -1,0 +2,5 @@ +Mon May 5 15:28:50 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ExifRead.spec ++++++ --- /var/tmp/diff_new_pack.CwRqWI/_old 2025-05-06 16:43:05.996407087 +0200 +++ /var/tmp/diff_new_pack.CwRqWI/_new 2025-05-06 16:43:05.996407087 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ExifRead # -# 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-%{**}} Name: python-ExifRead Version: 3.0.0 Release: 0 @@ -25,11 +24,13 @@ URL: https://pypi.python.org/pypi/ExifRead/%{version} Source: https://files.pythonhosted.org/packages/source/E/ExifRead/ExifRead-%{version}.tar.gz Source1: https://github.com/ianare/exif-samples/archive/master.tar.gz#/exif-samples-master.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages @@ -40,10 +41,10 @@ %setup -q -n ExifRead-%{version} -a1 %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/EXIF.py %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -63,6 +64,6 @@ %license LICENSE.txt %doc README.rst ChangeLog.rst %{python_sitelib}/exifread/ -%{python_sitelib}/ExifRead-%{version}-py*.egg-info +%{python_sitelib}/[Ee]xif[Rr]ead-%{version}*info %python_alternative %{_bindir}/EXIF.py