Accepting request 1085255 from devel:languages:python
- Upgrade to 2.0.3: List of changes is too long to enlist here, CHANGELOG.md is packaged. OBS-URL: https://build.opensuse.org/request/show/1085255 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sh?expand=0&rev=13
This commit is contained in:
commit
f21f9cddc9
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 6 20:58:14 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Upgrade to 2.0.3:
|
||||
List of changes is too long to enlist here, CHANGELOG.md is
|
||||
packaged.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:34:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -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 @@ function:
|
||||
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 @@ sh is not a collection of system commands implemented in Python.
|
||||
%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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4045b6c732d9ce75d571c79f5ac2234edd9ae4f5fa9d59b09705082bdca18c7
|
||||
size 62851
|
BIN
sh-2.0.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
sh-2.0.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user