Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-argparse-manpage for
openSUSE:Factory checked in at 2026-02-11 18:53:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argparse-manpage (Old)
and /work/SRC/openSUSE:Factory/.python-argparse-manpage.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argparse-manpage"
Wed Feb 11 18:53:31 2026 rev:21 rq:1331091 version:4.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-argparse-manpage/python-argparse-manpage.changes
2025-09-30 17:34:32.021461235 +0200
+++
/work/SRC/openSUSE:Factory/.python-argparse-manpage.new.1670/python-argparse-manpage.changes
2026-02-11 18:53:33.133248354 +0100
@@ -1,0 +2,6 @@
+Thu Feb 5 04:23:22 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Do not test examples, they are difficult to install in isolated
+ environments.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-argparse-manpage.spec ++++++
--- /var/tmp/diff_new_pack.p7Bi6N/_old 2026-02-11 18:53:33.933282048 +0100
+++ /var/tmp/diff_new_pack.p7Bi6N/_new 2026-02-11 18:53:33.937282216 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-argparse-manpage
#
-# 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
@@ -31,7 +31,6 @@
Source:
https://github.com/praiskup/argparse-manpage/archive/v%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools-wheel}
BuildRequires: %{python_module setuptools}
BuildRequires: ca-certificates
BuildRequires: fdupes
@@ -71,9 +70,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-export PIP_NO_INDEX=1
-export PIP_FIND_LINKS=$(ls -1 %{_prefix}/lib/python3.*/wheels | head -n 1)
-%pytest -k 'not test_old_example_file_name'
+# Can't install examples in an isolated environment
+%pytest -k 'not (test_old_example_file_name or TestAllExamples)'
%pre
%python_libalternatives_reset_alternative argparse-manpage