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-05-09 13:07:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sh (Old) and /work/SRC/openSUSE:Factory/.python-sh.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sh" Tue May 9 13:07:07 2023 rev:13 rq:1085255 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sh/python-sh.changes 2023-04-23 22:44:29.473703791 +0200 +++ /work/SRC/openSUSE:Factory/.python-sh.new.1533/python-sh.changes 2023-05-09 13:07:20.137020187 +0200 @@ -1,0 +2,7 @@ +Sat May 6 20:58:14 UTC 2023 - Matej Cepl <[email protected]> + +- Upgrade to 2.0.3: + List of changes is too long to enlist here, CHANGELOG.md is + packaged. + +------------------------------------------------------------------- Old: ---- sh-1.14.3.tar.gz New: ---- sh-2.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sh.spec ++++++ --- /var/tmp/diff_new_pack.e57XQy/_old 2023-05-09 13:07:20.641023187 +0200 +++ /var/tmp/diff_new_pack.e57XQy/_new 2023-05-09 13:07:20.649023235 +0200 @@ -18,13 +18,16 @@ %{?sle15_python_module_pythons} Name: python-sh -Version: 1.14.3 +Version: 2.0.3 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 setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} +BuildRequires: %{python_module testsuite} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -42,13 +45,13 @@ sh is not a collection of system commands implemented in Python. %prep -%setup -q -n sh-%{version} +%autosetup -p1 -n sh-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -57,8 +60,8 @@ %files %{python_files} %license LICENSE.txt %doc CHANGELOG.md README.rst -%{python_sitelib}/sh.py* -%pycache_only %{python_sitelib}/__pycache__/sh.*py* -%{python_sitelib}/sh-%{version}-*.egg-info +%{python_sitelib}/sh.py +%pycache_only %{python_sitelib}/__pycache__/sh.*pyc +%{python_sitelib}/sh-%{version}*-info %changelog ++++++ sh-1.14.3.tar.gz -> sh-2.0.3.tar.gz ++++++ ++++ 10904 lines of diff (skipped)
