Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-QDarkStyle for
openSUSE:Factory checked in at 2025-06-30 13:06:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-QDarkStyle (Old)
and /work/SRC/openSUSE:Factory/.python-QDarkStyle.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-QDarkStyle"
Mon Jun 30 13:06:23 2025 rev:11 rq:1289116 version:3.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-QDarkStyle/python-QDarkStyle.changes
2025-06-03 17:58:02.896823252 +0200
+++
/work/SRC/openSUSE:Factory/.python-QDarkStyle.new.7067/python-QDarkStyle.changes
2025-06-30 13:07:32.284520147 +0200
@@ -1,0 +2,5 @@
+Mon Jun 30 04:08:40 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-QDarkStyle.spec ++++++
--- /var/tmp/diff_new_pack.raWI7r/_old 2025-06-30 13:07:32.988549317 +0200
+++ /var/tmp/diff_new_pack.raWI7r/_new 2025-06-30 13:07:32.988549317 +0200
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package python-QDarkStyle
#
-# 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
@@ -31,15 +31,16 @@
Release: 0
Summary: A dark stylesheet for Python and Qt applications
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/ColinDuquesnoy/QDarkStyleSheet
Source:
https://github.com/ColinDuquesnoy/QDarkStyleSheet/archive/v%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-QtPy >= 2
Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module QDarkStyle = %{version}}
@@ -63,12 +64,12 @@
%build
%if !%{with test}
-%python_build
+%pyproject_wheel
%endif
%install
%if !%{with test}
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/qdarkstyle
%python_clone -a %{buildroot}%{_bindir}/qdarkstyle.example
%python_clone -a %{buildroot}%{_bindir}/qdarkstyle.utils
@@ -101,6 +102,6 @@
%python_alternative %{_bindir}/qdarkstyle.example
%python_alternative %{_bindir}/qdarkstyle.utils
%{python_sitelib}/qdarkstyle
-%{python_sitelib}/QDarkStyle-%{version}*-info
+%{python_sitelib}/[Qq][Dd]ark[Ss]tyle-%{version}.dist-info
%endif