Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pass-git-helper for openSUSE:Factory checked in at 2024-03-17 22:13:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pass-git-helper (Old) and /work/SRC/openSUSE:Factory/.python-pass-git-helper.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pass-git-helper" Sun Mar 17 22:13:55 2024 rev:3 rq:1158316 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pass-git-helper/python-pass-git-helper.changes 2023-09-04 22:52:50.334191022 +0200 +++ /work/SRC/openSUSE:Factory/.python-pass-git-helper.new.1905/python-pass-git-helper.changes 2024-03-17 22:13:57.303887634 +0100 @@ -1,0 +2,5 @@ +Fri Mar 15 08:23:55 UTC 2024 - Matej Cepl <mc...@cepl.eu> + +- Testing on SLE-15 is just too much. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pass-git-helper.spec ++++++ --- /var/tmp/diff_new_pack.4NObJz/_old 2024-03-17 22:13:58.147918515 +0100 +++ /var/tmp/diff_new_pack.4NObJz/_new 2024-03-17 22:13:58.147918515 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pass-git-helper # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,11 @@ %define modname pass-git-helper +%if 0%{?suse_version} < 1600 +%bcond_with test +%else +%bcond_without test +%endif Name: python-pass-git-helper Version: 1.4.0 Release: 0 @@ -29,16 +34,18 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros +%if %{with test} # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pyxdg} # /SECTION +%endif BuildRequires: fdupes Requires: python-pyxdg BuildArch: noarch Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %python_subpackages %description @@ -59,7 +66,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +%if %{with test} %pytest +%endif %post %python_install_alternative pass-git-helper