Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python2-remoto | Distribution: openSUSE Leap 15.2 |
Version: 1.1.4 | Vendor: openSUSE |
Release: lp152.1.2 | Build date: Sun Mar 1 13:25:46 2020 |
Group: Development/Languages/Python | Build host: lamb28 |
Size: 110240 | Source RPM: python-remoto-1.1.4-lp152.1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/alfredodeza/remoto | |
Summary: Remote command executor using ssh and Python in the remote end |
Remote command executor using ssh and Python in the remote end. This package is primarily built to support the ceph-deploy project. python-remoto is built upon python-execnet which manages the connections and processes.
MIT
* Mon May 20 2019 pgajdos@suse.com - version update to 1.1.4 * Add needs_ssh to the connection module to fix a backwards incompatible change * Thu Apr 25 2019 pgajdos@suse.com - version update to 1.1.2 * Try a few different executables (not only python) to check for a working one, in order of preference, starting with python3 and ultimately falling back to the connection interpreter * Fix an issue with remote Python interpreters that might not be python, like in distros that use python3 or similar. * Allow to specify --context to kubernetes connections * When a remote exception happens using the JsonModuleExecute, include both stderr and stdout. * Create other connection backends aside from ssh and local: kubernetes, podman, docker, and openshift. * Adds new remote function/module execution model for non-native (for execnet) backends, so that modules will work in backends like kubernetes. * Create a helper (remoto.connection.get()) for retrieving connection backends based on strings * Increase the test coverage. * Allow using localhost, 127.0.0.1, and 127.0.1.1 to detect local connections (before the full hostname was required, as returned by socket.gethostname()) * No longer require creating logging loggers to pass in to connection classes, it will create a basic one when undefined. - turn the test suite on * Fri Feb 08 2019 ncutler@suse.com - spec: fix tarball URL - use official upstream release tarball * Fri Feb 08 2019 Ricardo Dias <ricardo.dias@suse.com> - spec: python3-ify - as of https://github.com/ceph/ceph/pull/26262 this package is a runtime dependency of Ceph - update to 0.0.35: + see changelog at https://github.com/alfredodeza/remoto/blob/master/CHANGELOG.rst * Sun Feb 21 2016 astieger@suse.com - update to 0.0.27: + (releases (0.0.23..27) fix various issues related to stdout/err + package a license file (boo#967555) * Thu Jan 28 2016 ncutler@suse.com - spec file + set Group: to Development/Languages/Python + set Source0: to the full URL * Thu Jan 28 2016 ncutler@suse.com - Use tarball from pypi.python.org instead of rolling our own from git - spec file + simplify setup + remove references to non-existent doc files * Fri Oct 31 2014 osynge@suse.com - Updated to 0.0.23 + Create a better detection mechanism for remote ``sudo`` needs + Do not override remote environment variables to set the ``$PATH`` + Fix unneeded ssh connection when using FQDN hosts + Output the exact same order of remote ``stdout`` and ``stderr`` * Mon Jul 21 2014 osynge@suse.com - Updated to 0.0.19 + add some imports to init so that they are easier to use + make vendor libraries optional * Mon Jul 07 2014 osynge@suse.com - Removed embeded python-execnet. - Removed unneeded dependendcies and build dependencies. - Replaced summary and description. - Removed unneeded build enviroment variables.
/usr/lib/python2.7/site-packages/remoto /usr/lib/python2.7/site-packages/remoto-1.1.4-py2.7.egg-info /usr/lib/python2.7/site-packages/remoto-1.1.4-py2.7.egg-info/PKG-INFO /usr/lib/python2.7/site-packages/remoto-1.1.4-py2.7.egg-info/SOURCES.txt /usr/lib/python2.7/site-packages/remoto-1.1.4-py2.7.egg-info/dependency_links.txt /usr/lib/python2.7/site-packages/remoto-1.1.4-py2.7.egg-info/not-zip-safe /usr/lib/python2.7/site-packages/remoto-1.1.4-py2.7.egg-info/requires.txt /usr/lib/python2.7/site-packages/remoto-1.1.4-py2.7.egg-info/top_level.txt /usr/lib/python2.7/site-packages/remoto/__init__.py /usr/lib/python2.7/site-packages/remoto/__init__.pyc /usr/lib/python2.7/site-packages/remoto/__init__.pyo /usr/lib/python2.7/site-packages/remoto/backends /usr/lib/python2.7/site-packages/remoto/backends/__init__.py /usr/lib/python2.7/site-packages/remoto/backends/__init__.pyc /usr/lib/python2.7/site-packages/remoto/backends/__init__.pyo /usr/lib/python2.7/site-packages/remoto/backends/docker.py /usr/lib/python2.7/site-packages/remoto/backends/docker.pyc /usr/lib/python2.7/site-packages/remoto/backends/docker.pyo /usr/lib/python2.7/site-packages/remoto/backends/kubernetes.py /usr/lib/python2.7/site-packages/remoto/backends/kubernetes.pyc /usr/lib/python2.7/site-packages/remoto/backends/kubernetes.pyo /usr/lib/python2.7/site-packages/remoto/backends/local.py /usr/lib/python2.7/site-packages/remoto/backends/local.pyc /usr/lib/python2.7/site-packages/remoto/backends/local.pyo /usr/lib/python2.7/site-packages/remoto/backends/openshift.py /usr/lib/python2.7/site-packages/remoto/backends/openshift.pyc /usr/lib/python2.7/site-packages/remoto/backends/openshift.pyo /usr/lib/python2.7/site-packages/remoto/backends/podman.py /usr/lib/python2.7/site-packages/remoto/backends/podman.pyc /usr/lib/python2.7/site-packages/remoto/backends/podman.pyo /usr/lib/python2.7/site-packages/remoto/backends/ssh.py /usr/lib/python2.7/site-packages/remoto/backends/ssh.pyc /usr/lib/python2.7/site-packages/remoto/backends/ssh.pyo /usr/lib/python2.7/site-packages/remoto/connection.py /usr/lib/python2.7/site-packages/remoto/connection.pyc /usr/lib/python2.7/site-packages/remoto/connection.pyo /usr/lib/python2.7/site-packages/remoto/exc.py /usr/lib/python2.7/site-packages/remoto/exc.pyc /usr/lib/python2.7/site-packages/remoto/exc.pyo /usr/lib/python2.7/site-packages/remoto/file_sync.py /usr/lib/python2.7/site-packages/remoto/file_sync.pyc /usr/lib/python2.7/site-packages/remoto/file_sync.pyo /usr/lib/python2.7/site-packages/remoto/log.py /usr/lib/python2.7/site-packages/remoto/log.pyc /usr/lib/python2.7/site-packages/remoto/log.pyo /usr/lib/python2.7/site-packages/remoto/process.py /usr/lib/python2.7/site-packages/remoto/process.pyc /usr/lib/python2.7/site-packages/remoto/process.pyo /usr/lib/python2.7/site-packages/remoto/tests /usr/lib/python2.7/site-packages/remoto/tests/__init__.py /usr/lib/python2.7/site-packages/remoto/tests/__init__.pyc /usr/lib/python2.7/site-packages/remoto/tests/__init__.pyo /usr/lib/python2.7/site-packages/remoto/tests/conftest.py /usr/lib/python2.7/site-packages/remoto/tests/conftest.pyc /usr/lib/python2.7/site-packages/remoto/tests/conftest.pyo /usr/lib/python2.7/site-packages/remoto/tests/fake_module.py /usr/lib/python2.7/site-packages/remoto/tests/fake_module.pyc /usr/lib/python2.7/site-packages/remoto/tests/fake_module.pyo /usr/lib/python2.7/site-packages/remoto/tests/test_connection.py /usr/lib/python2.7/site-packages/remoto/tests/test_connection.pyc /usr/lib/python2.7/site-packages/remoto/tests/test_connection.pyo /usr/lib/python2.7/site-packages/remoto/tests/test_log.py /usr/lib/python2.7/site-packages/remoto/tests/test_log.pyc /usr/lib/python2.7/site-packages/remoto/tests/test_log.pyo /usr/lib/python2.7/site-packages/remoto/tests/test_process.py /usr/lib/python2.7/site-packages/remoto/tests/test_process.pyc /usr/lib/python2.7/site-packages/remoto/tests/test_process.pyo /usr/lib/python2.7/site-packages/remoto/tests/test_rsync.py /usr/lib/python2.7/site-packages/remoto/tests/test_rsync.pyc /usr/lib/python2.7/site-packages/remoto/tests/test_rsync.pyo /usr/lib/python2.7/site-packages/remoto/tests/test_util.py /usr/lib/python2.7/site-packages/remoto/tests/test_util.pyc /usr/lib/python2.7/site-packages/remoto/tests/test_util.pyo /usr/lib/python2.7/site-packages/remoto/util.py /usr/lib/python2.7/site-packages/remoto/util.pyc /usr/lib/python2.7/site-packages/remoto/util.pyo /usr/share/doc/packages/python2-remoto /usr/share/doc/packages/python2-remoto/README.rst /usr/share/licenses/python2-remoto /usr/share/licenses/python2-remoto/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024