Accepting request 1009150 from home:bnavigator:branches:devel:languages:python
- Update to 1.5.0 * Drop support for Python version older than 3.4. #50 * Support detecting NuShell. #56 OBS-URL: https://build.opensuse.org/request/show/1009150 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shellingham?expand=0&rev=7
This commit is contained in:
parent
bfe8196901
commit
19b6397591
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 9 13:15:29 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 1.5.0
|
||||||
|
* Drop support for Python version older than 3.4. #50
|
||||||
|
* Support detecting NuShell. #56
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 18 12:00:31 UTC 2020 - pgajdos@suse.com
|
Wed Mar 18 12:00:31 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-shellingham
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,15 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-shellingham
|
Name: python-shellingham
|
||||||
Version: 1.3.2
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to detect surrounding shell
|
Summary: Library to detect surrounding shell
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/sarugaku/shellingham
|
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-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -40,15 +40,6 @@ Python library to detect surrounding shell.
|
|||||||
%setup -q -n shellingham-%{version}
|
%setup -q -n shellingham-%{version}
|
||||||
|
|
||||||
%build
|
%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
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -61,6 +52,7 @@ EOF
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/shellingham
|
||||||
|
%{python_sitelib}/shellingham-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6eb3c6f213e19f317378d83289db85add2ed2976fc4998ba99f706de2b9f5c63
|
|
||||||
size 13074
|
|
BIN
shellingham-1.5.0-gh.tar.gz
(Stored with Git LFS)
Normal file
BIN
shellingham-1.5.0-gh.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user