Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mergedeep for
openSUSE:Factory checked in at 2025-06-02 22:00:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mergedeep (Old)
and /work/SRC/openSUSE:Factory/.python-mergedeep.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mergedeep"
Mon Jun 2 22:00:31 2025 rev:4 rq:1281828 version:1.3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mergedeep/python-mergedeep.changes
2023-07-10 16:40:55.182907260 +0200
+++
/work/SRC/openSUSE:Factory/.python-mergedeep.new.16005/python-mergedeep.changes
2025-06-02 22:00:52.962022741 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 08:55:56 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mergedeep.spec ++++++
--- /var/tmp/diff_new_pack.JjePG4/_old 2025-06-02 22:00:53.350038834 +0200
+++ /var/tmp/diff_new_pack.JjePG4/_new 2025-06-02 22:00:53.350038834 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-mergedeep
#
-# Copyright (c) 2021 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
@@ -24,7 +24,9 @@
License: MIT
URL: https://github.com/clarketm/mergedeep
Source:
https://files.pythonhosted.org/packages/source/m/mergedeep/mergedeep-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -37,10 +39,10 @@
%setup -q -n mergedeep-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}