Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-openqa_client for
openSUSE:Factory checked in at 2026-04-15 16:05:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openqa_client (Old)
and /work/SRC/openSUSE:Factory/.python-openqa_client.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openqa_client"
Wed Apr 15 16:05:47 2026 rev:7 rq:1347069 version:4.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openqa_client/python-openqa_client.changes
2025-09-22 16:40:31.139527097 +0200
+++
/work/SRC/openSUSE:Factory/.python-openqa_client.new.21863/python-openqa_client.changes
2026-04-15 16:14:23.959242364 +0200
@@ -1,0 +2,7 @@
+Wed Apr 15 06:23:16 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros to build and install.
+- List files under python_sitelib explicitly.
+- Only Require typing_extensions for Python < 3.8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openqa_client.spec ++++++
--- /var/tmp/diff_new_pack.j8sCzT/_old 2026-04-15 16:14:24.591268347 +0200
+++ /var/tmp/diff_new_pack.j8sCzT/_new 2026-04-15 16:14:24.591268347 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-openqa_client
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,28 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-openqa_client
Version: 4.3.1
Release: 0
Summary: Python openQA client library
License: GPL-2.0-or-later
-Group: Development/Languages/Python
URL: https://github.com/os-autoinst/openQA-python-client
Source:
https://github.com/os-autoinst/openQA-python-client/archive/refs/tags/%{version}.tar.gz#/python-openqa_client-%{version}.tar.gz
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module freezegun}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing_extensions}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
Requires: python-requests
+%if 0%{python_version_nodots} < 38
Requires: python-typing_extensions
+%endif
BuildArch: noarch
%python_subpackages
@@ -47,10 +48,10 @@
%setup -q -n openQA-python-client-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -59,6 +60,6 @@
%files %{python_files}
%doc README.md
%license COPYING
-%{python_sitelib}/*
-%pycache_only %{python_sitelib}/*/__pycache__/*
+%{python_sitelib}/openqa_client
+%{python_sitelib}/openqa_client-%{version}.dist-info