Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dqsegdb2 for openSUSE:Factory
checked in at 2025-06-18 17:58:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dqsegdb2 (Old)
and /work/SRC/openSUSE:Factory/.python-dqsegdb2.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dqsegdb2"
Wed Jun 18 17:58:47 2025 rev:6 rq:1286677 version:1.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dqsegdb2/python-dqsegdb2.changes
2023-09-21 22:24:11.843367056 +0200
+++
/work/SRC/openSUSE:Factory/.python-dqsegdb2.new.19631/python-dqsegdb2.changes
2025-06-18 17:59:12.443716260 +0200
@@ -1,0 +2,5 @@
+Wed Jun 18 04:41:37 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Use pyproject macros to build and install.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dqsegdb2.spec ++++++
--- /var/tmp/diff_new_pack.qbfeWl/_old 2025-06-18 17:59:13.979778092 +0200
+++ /var/tmp/diff_new_pack.qbfeWl/_new 2025-06-18 17:59:13.991778575 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-dqsegdb2
#
-# Copyright (c) 2023 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
@@ -29,8 +29,10 @@
URL: https://github.com/duncanmmacleod/dqsegdb2
Source:
https://files.pythonhosted.org/packages/source/d/dqsegdb2/dqsegdb2-%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-igwn-auth-utils
@@ -53,10 +55,10 @@
%setup -q -n dqsegdb2-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -67,5 +69,5 @@
%doc README.md
%license LICENSE
%{python_sitelib}/%{modname}/
-%{python_sitelib}/%{modname}-%{version}-py%{python_version}.egg-info/
+%{python_sitelib}/%{modname}-%{version}.dist-info/