Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dbus_next for
openSUSE:Factory checked in at 2025-05-26 18:40:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dbus_next (Old)
and /work/SRC/openSUSE:Factory/.python-dbus_next.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dbus_next"
Mon May 26 18:40:55 2025 rev:2 rq:1280245 version:0.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dbus_next/python-dbus_next.changes
2021-09-29 20:21:02.739173899 +0200
+++
/work/SRC/openSUSE:Factory/.python-dbus_next.new.2732/python-dbus_next.changes
2025-05-26 18:42:05.191927889 +0200
@@ -1,0 +2,5 @@
+Mon May 26 11:28:49 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dbus_next.spec ++++++
--- /var/tmp/diff_new_pack.6vASLZ/_old 2025-05-26 18:42:05.687948724 +0200
+++ /var/tmp/diff_new_pack.6vASLZ/_new 2025-05-26 18:42:05.687948724 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-dbus_next
#
-# 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
@@ -16,8 +16,6 @@
#
-%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname python-dbus-next
Name: python-dbus_next
Version: 0.2.3
@@ -27,11 +25,12 @@
URL: https://github.com/altdesktop/python-dbus-next
Source0:
https://github.com/altdesktop/python-dbus-next/archive/v%{version}/%{modname}-%{version}.tar.gz
Source99: python-dbus_next-rpmlintrc
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -55,10 +54,10 @@
%setup -q -n %{modname}-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# Test are only supported inside provided docker container.
https://github.com/altdesktop/python-dbus-next/issues/94#issuecomment-881654674
@@ -66,5 +65,6 @@
%files %{python_files}
%doc CHANGELOG.md README.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/dbus_next
+%{python_sitelib}/dbus_next-%{version}*-info