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 2026-07-24 22:07:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sh (Old) and /work/SRC/openSUSE:Factory/.python-sh.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sh" Fri Jul 24 22:07:10 2026 rev:20 rq:1367679 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sh/python-sh.changes 2025-02-26 17:14:25.144903767 +0100 +++ /work/SRC/openSUSE:Factory/.python-sh.new.2004/python-sh.changes 2026-07-24 22:08:04.487433246 +0200 @@ -1,0 +2,21 @@ +Fri Jul 24 11:42:35 UTC 2026 - Nico Krapp <[email protected]> + +- Update to 2.3.0 + * Fix sdist builds from littering files + * Add all special keyword args to .pyi stub file +- Update to 2.2.6 + * Include missing sdist files +- Update to 2.2.5 + * Single page doc for LLM context window + * Formal support for Python 3.13 and 3.14 + * Allow boolean arguments to override baked arguments + * Added .pyi typing stub + * Improvements to str representation of Command + * Bugfix where rare ProcessLookupError can be thrown + * Various spelling corrections +- Update to 2.2.4 + * Bugfix regression where correct gid was not set on the launched process +- Update to 2.2.3 (fixes CVE-2026-54552, bsc#1272424) + * Bugfix where supplemental groups were not dropped when using _uid + +------------------------------------------------------------------- Old: ---- sh-2.2.2.tar.gz New: ---- sh-2.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sh.spec ++++++ --- /var/tmp/diff_new_pack.44xhnq/_old 2026-07-24 22:08:05.287461177 +0200 +++ /var/tmp/diff_new_pack.44xhnq/_new 2026-07-24 22:08:05.287461177 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sh # -# Copyright (c) 2025 SUSE LLC +# 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 @@ -18,14 +18,14 @@ %{?sle15_python_module_pythons} Name: python-sh -Version: 2.2.2 +Version: 2.3.0 Release: 0 Summary: Python subprocess interface License: MIT URL: https://github.com/amoffat/sh Source: https://files.pythonhosted.org/packages/source/s/sh/sh-%{version}.tar.gz +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -62,6 +62,7 @@ donttest="test_stringio_output" donttest+=" or test_environment" donttest+=" or test_no_interfere1" +donttest+=" or test_no_interfere2" donttest+=" or test_set_in_parent_function" donttest+=" or test_basic" donttest+=" or test_multiline_defaults" @@ -70,7 +71,7 @@ %files %{python_files} %license LICENSE.txt %doc CHANGELOG.md README.rst -%{python_sitelib}/sh.py -%pycache_only %{python_sitelib}/__pycache__/sh.*pyc +%{python_sitelib}/sh +%pycache_only %{python_sitelib}/sh/__pycache__ %{python_sitelib}/sh-%{version}*-info ++++++ sh-2.2.2.tar.gz -> sh-2.3.0.tar.gz ++++++ ++++ 14058 lines of diff (skipped)
