Hello community,

here is the log from the commit of package python-sshtunnel for 
openSUSE:Factory checked in at 2018-08-24 17:11:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sshtunnel (Old)
 and      /work/SRC/openSUSE:Factory/.python-sshtunnel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sshtunnel"

Fri Aug 24 17:11:22 2018 rev:2 rq:631153 version:0.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sshtunnel/python-sshtunnel.changes        
2018-05-13 16:05:08.618159880 +0200
+++ /work/SRC/openSUSE:Factory/.python-sshtunnel.new/python-sshtunnel.changes   
2018-08-24 17:11:32.046601371 +0200
@@ -1,0 +2,6 @@
+Thu Aug 23 14:27:09 UTC 2018 - [email protected]
+
+- Update to 0.1.4
+  * Allow loading pkeys from ~/.ssh
+
+-------------------------------------------------------------------

Old:
----
  0.1.3.tar.gz

New:
----
  sshtunnel-0.1.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sshtunnel.spec ++++++
--- /var/tmp/diff_new_pack.bnR4oh/_old  2018-08-24 17:11:34.750604592 +0200
+++ /var/tmp/diff_new_pack.bnR4oh/_new  2018-08-24 17:11:34.754604596 +0200
@@ -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 @@
 %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


Reply via email to