Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-derpconf for openSUSE:Factory
checked in at 2025-06-05 20:34:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-derpconf (Old)
and /work/SRC/openSUSE:Factory/.python-derpconf.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-derpconf"
Thu Jun 5 20:34:38 2025 rev:4 rq:1282969 version:0.8.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-derpconf/python-derpconf.changes
2024-01-15 22:19:11.198750593 +0100
+++
/work/SRC/openSUSE:Factory/.python-derpconf.new.19631/python-derpconf.changes
2025-06-05 20:37:18.616705500 +0200
@@ -1,0 +2,5 @@
+Thu Jun 5 06:01:36 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-derpconf.spec ++++++
--- /var/tmp/diff_new_pack.bp6ZVS/_old 2025-06-05 20:37:19.052723629 +0200
+++ /var/tmp/diff_new_pack.bp6ZVS/_new 2025-06-05 20:37:19.052723629 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-derpconf
#
-# 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
@@ -26,8 +26,10 @@
Source:
https://github.com/globocom/derpconf/archive/refs/tags/%{version}.tar.gz
# https://github.com/globocom/derpconf/issues/26
Patch0: python-derpconf-no-six.patch
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyVows}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -41,10 +43,10 @@
%build
sed -i '1{/^#!/ d}' derpconf/*.py
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check