Hello community,

here is the log from the commit of package python-remoto for openSUSE:Factory 
checked in at 2019-05-22 10:55:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-remoto (Old)
 and      /work/SRC/openSUSE:Factory/.python-remoto.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-remoto"

Wed May 22 10:55:18 2019 rev:5 rq:704257 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-remoto/python-remoto.changes      
2019-04-30 12:56:03.970224003 +0200
+++ /work/SRC/openSUSE:Factory/.python-remoto.new.5148/python-remoto.changes    
2019-05-22 10:55:19.671050557 +0200
@@ -1,0 +2,7 @@
+Mon May 20 11:51:08 UTC 2019 - [email protected]
+
+- version update to 1.1.4
+  * Add needs_ssh to the connection module to fix a backwards
+    incompatible change
+
+-------------------------------------------------------------------

Old:
----
  remoto-1.1.2.tar.gz

New:
----
  remoto-1.1.4.tar.gz

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

Other differences:
------------------
++++++ python-remoto.spec ++++++
--- /var/tmp/diff_new_pack.JbMcBK/_old  2019-05-22 10:55:20.439048795 +0200
+++ /var/tmp/diff_new_pack.JbMcBK/_new  2019-05-22 10:55:20.439048795 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-remoto
-Version:        1.1.2
+Version:        1.1.4
 Release:        0
 Summary:        Remote command executor using ssh and Python in the remote end
 License:        MIT

++++++ remoto-1.1.2.tar.gz -> remoto-1.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/remoto-1.1.2/PKG-INFO new/remoto-1.1.4/PKG-INFO
--- old/remoto-1.1.2/PKG-INFO   2019-03-13 16:27:34.000000000 +0100
+++ new/remoto-1.1.4/PKG-INFO   2019-04-29 21:17:12.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: remoto
-Version: 1.1.2
+Version: 1.1.4
 Summary: Execute remote commands or processes.
 Home-page: http://github.com/alfredodeza/remoto
 Author: Alfredo Deza
@@ -17,7 +17,9 @@
         
         ``remoto`` is a bit opinionated as it was conceived to replace helpers 
and
         remote utilities for ``ceph-deploy``, a tool to run remote commands to 
configure
-        and setup the distributed file system Ceph.
+        and setup the distributed file system Ceph. `ceph-medic
+        <https://pypi.org/project/ceph-medic/>`_ uses remoto as well to 
inspect Ceph
+        clusters.
         
         
         Example Usage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/remoto-1.1.2/README.rst new/remoto-1.1.4/README.rst
--- old/remoto-1.1.2/README.rst 2019-03-01 16:16:01.000000000 +0100
+++ new/remoto-1.1.4/README.rst 2019-04-11 21:40:59.000000000 +0200
@@ -9,7 +9,9 @@
 
 ``remoto`` is a bit opinionated as it was conceived to replace helpers and
 remote utilities for ``ceph-deploy``, a tool to run remote commands to 
configure
-and setup the distributed file system Ceph.
+and setup the distributed file system Ceph. `ceph-medic
+<https://pypi.org/project/ceph-medic/>`_ uses remoto as well to inspect Ceph
+clusters.
 
 
 Example Usage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/remoto-1.1.2/remoto/__init__.py 
new/remoto-1.1.4/remoto/__init__.py
--- old/remoto-1.1.2/remoto/__init__.py 2019-03-13 16:26:39.000000000 +0100
+++ new/remoto-1.1.4/remoto/__init__.py 2019-04-29 21:15:26.000000000 +0200
@@ -4,4 +4,4 @@
 from . import connection
 
 
-__version__ = '1.1.2'
+__version__ = '1.1.4'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/remoto-1.1.2/remoto/connection.py 
new/remoto-1.1.4/remoto/connection.py
--- old/remoto-1.1.2/remoto/connection.py       2019-03-01 16:16:01.000000000 
+0100
+++ new/remoto-1.1.4/remoto/connection.py       2019-04-29 21:13:44.000000000 
+0200
@@ -1,7 +1,7 @@
 import logging
 # compatibility for older clients that rely on the previous ``Connection`` 
class
 from remoto.backends import BaseConnection as Connection # noqa
-from remoto.backends import ssh, openshift, kubernetes, local, podman, docker
+from remoto.backends import ssh, openshift, kubernetes, local, podman, docker, 
needs_ssh
 
 
 logger = logging.getLogger('remoto')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/remoto-1.1.2/remoto.egg-info/PKG-INFO 
new/remoto-1.1.4/remoto.egg-info/PKG-INFO
--- old/remoto-1.1.2/remoto.egg-info/PKG-INFO   2019-03-13 16:27:34.000000000 
+0100
+++ new/remoto-1.1.4/remoto.egg-info/PKG-INFO   2019-04-29 21:17:12.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: remoto
-Version: 1.1.2
+Version: 1.1.4
 Summary: Execute remote commands or processes.
 Home-page: http://github.com/alfredodeza/remoto
 Author: Alfredo Deza
@@ -17,7 +17,9 @@
         
         ``remoto`` is a bit opinionated as it was conceived to replace helpers 
and
         remote utilities for ``ceph-deploy``, a tool to run remote commands to 
configure
-        and setup the distributed file system Ceph.
+        and setup the distributed file system Ceph. `ceph-medic
+        <https://pypi.org/project/ceph-medic/>`_ uses remoto as well to 
inspect Ceph
+        clusters.
         
         
         Example Usage


Reply via email to