14
0

Accepting request 631149 from home:alarrosa:branches:devel:languages:python

- Update to 0.1.4
  * Allow loading pkeys from ~/.ssh

OBS-URL: https://build.opensuse.org/request/show/631149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sshtunnel?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2018-08-23 19:02:50 +00:00
committed by Git OBS Bridge
parent 1ea7450311
commit 0a9797f3dc
4 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf3f13c87e736d0ea5c6a85ffb8fd1f5c9b9596b4955381ff66bb2daa90d7483
size 42254

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 23 14:27:09 UTC 2018 - alarrosa@suse.com
- Update to 0.1.4
* Allow loading pkeys from ~/.ssh
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 9 11:21:33 UTC 2018 - tchvatal@suse.com Wed May 9 11:21:33 UTC 2018 - tchvatal@suse.com

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sshtunnel Name: python-sshtunnel
Version: 0.1.3 Version: 0.1.4
Release: 0 Release: 0
Summary: SSH tunnels to remote server Summary: SSH tunnels to remote server
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://pypi.org/project/sshtunnel/ URL: https://pypi.org/project/sshtunnel/
Source: https://github.com/pahaz/sshtunnel/archive/%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/sshtunnel/sshtunnel-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module mock} BuildRequires: %{python_module mock}
BuildRequires: %{python_module paramiko >= 1.15.2} BuildRequires: %{python_module paramiko >= 1.15.2}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
@@ -48,7 +47,7 @@ and -R parameters.
%prep %prep
%setup -q -n sshtunnel-%{version} %setup -q -n sshtunnel-%{version}
# Remove shebang line # Remove shebang line
sed -i '/^#[!]*/d' sshtunnel.py sed -i '1{\,^#!%{_bindir}/env python,d}' sshtunnel.py
%build %build
%python_build %python_build

3
sshtunnel-0.1.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f29ae41a1bd3afa64e9a31029bece2966e4be9a9641e8262372741e691c40d76
size 48330