Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sh for openSUSE:Factory checked in at 2023-04-23 22:43:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sh (Old) and /work/SRC/openSUSE:Factory/.python-sh.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sh" Sun Apr 23 22:43:40 2023 rev:12 rq:1082122 version:1.14.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sh/python-sh.changes 2022-07-26 19:42:05.253471191 +0200 +++ /work/SRC/openSUSE:Factory/.python-sh.new.1533/python-sh.changes 2023-04-23 22:44:29.473703791 +0200 @@ -1,0 +2,15 @@ +Fri Apr 21 12:34:00 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Wed Apr 19 01:02:26 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Switch to single spec version build for PSP + +------------------------------------------------------------------- +Thu Apr 13 22:44:49 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Make calling of %{sle15modernpython} optional. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sh.spec ++++++ --- /var/tmp/diff_new_pack.x4V1A8/_old 2023-04-23 22:44:29.937706412 +0200 +++ /var/tmp/diff_new_pack.x4V1A8/_new 2023-04-23 22:44:29.941706434 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sh # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-sh Version: 1.14.3 Release: 0 @@ -25,8 +25,10 @@ URL: https://github.com/amoffat/sh Source: https://files.pythonhosted.org/packages/source/s/sh/sh-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch +%{?sle15_python_module_pythons} %python_subpackages %description @@ -47,9 +49,10 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec test.py +%pyunittest -v test %files %{python_files} %license LICENSE.txt