Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-shellingham for openSUSE:Factory checked in at 2022-10-17 14:57:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-shellingham (Old) and /work/SRC/openSUSE:Factory/.python-shellingham.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-shellingham" Mon Oct 17 14:57:24 2022 rev:4 rq:1009262 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-shellingham/python-shellingham.changes 2020-03-19 19:53:52.076276767 +0100 +++ /work/SRC/openSUSE:Factory/.python-shellingham.new.2275/python-shellingham.changes 2022-10-17 14:57:26.894063725 +0200 @@ -1,0 +2,7 @@ +Sun Oct 9 13:15:29 UTC 2022 - Ben Greiner <[email protected]> + +- Update to 1.5.0 + * Drop support for Python version older than 3.4. #50 + * Support detecting NuShell. #56 + +------------------------------------------------------------------- Old: ---- shellingham-1.3.2.tar.gz New: ---- shellingham-1.5.0-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-shellingham.spec ++++++ --- /var/tmp/diff_new_pack.t30yvc/_old 2022-10-17 14:57:28.070065984 +0200 +++ /var/tmp/diff_new_pack.t30yvc/_new 2022-10-17 14:57:28.070065984 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-shellingham # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,15 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-shellingham -Version: 1.3.2 +Version: 1.5.0 Release: 0 Summary: Library to detect surrounding shell License: ISC Group: Development/Languages/Python URL: https://github.com/sarugaku/shellingham -Source: https://github.com/sarugaku/shellingham/archive/%{version}.tar.gz#//shellingham-%{version}.tar.gz +Source: https://github.com/sarugaku/shellingham/archive/refs/tags/%{version}.tar.gz#/shellingham-%{version}-gh.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -40,15 +40,6 @@ %setup -q -n shellingham-%{version} %build -if [ -f setup.py ]; then - echo 'remove setup.py creation in %%build' - exit 1 -fi -# https://github.com/sarugaku/shellingham/blob/master/setup.py -cat << EOF > setup.py -from setuptools import setup -setup() -EOF %python_build %install @@ -61,6 +52,7 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/shellingham +%{python_sitelib}/shellingham-%{version}*-info %changelog
