diff --git a/0.1.3.tar.gz b/0.1.3.tar.gz deleted file mode 100644 index 7536010..0000000 --- a/0.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf3f13c87e736d0ea5c6a85ffb8fd1f5c9b9596b4955381ff66bb2daa90d7483 -size 42254 diff --git a/python-sshtunnel.changes b/python-sshtunnel.changes index 9fef746..3b2fc8a 100644 --- a/python-sshtunnel.changes +++ b/python-sshtunnel.changes @@ -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 diff --git a/python-sshtunnel.spec b/python-sshtunnel.spec index 1f0242f..f13b264 100644 --- a/python-sshtunnel.spec +++ b/python-sshtunnel.spec @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sshtunnel -Version: 0.1.3 +Version: 0.1.4 Release: 0 Summary: SSH tunnels to remote server License: MIT Group: Development/Languages/Python URL: https://pypi.org/project/sshtunnel/ -Source: https://github.com/pahaz/sshtunnel/archive/%{version}.tar.gz -BuildRequires: %{python_module devel} +Source: https://files.pythonhosted.org/packages/source/s/sshtunnel/sshtunnel-%{version}.tar.gz BuildRequires: %{python_module mock} BuildRequires: %{python_module paramiko >= 1.15.2} BuildRequires: %{python_module pytest} @@ -48,7 +47,7 @@ and -R parameters. %prep %setup -q -n sshtunnel-%{version} # Remove shebang line -sed -i '/^#[!]*/d' sshtunnel.py +sed -i '1{\,^#!%{_bindir}/env python,d}' sshtunnel.py %build %python_build diff --git a/sshtunnel-0.1.4.tar.gz b/sshtunnel-0.1.4.tar.gz new file mode 100644 index 0000000..469a4ee --- /dev/null +++ b/sshtunnel-0.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29ae41a1bd3afa64e9a31029bece2966e4be9a9641e8262372741e691c40d76 +size 48330