14
0
forked from pool/python-remoto

10 Commits

Author SHA256 Message Date
f23ec76bb7 - Switch to pyproject macros.
- No more greedy globs in %files.
- Add patch support-pytest-8.patch:
  * Don't call deprecated methods that break with Pytest 8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-remoto?expand=0&rev=19
2024-05-15 02:46:52 +00:00
2c3288bf20 Accepting request 967734 from home:pgajdos:python
- version update to 1.2.1
  * Prevent deadlock situations by avoiding stderr.read() and stdout.read() in favor of using communicate()
- do not require python-mock for build
- added patches
  fix aa74f65bb5
  + python-remoto-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/967734
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-remoto?expand=0&rev=17
2022-04-08 20:45:39 +00:00
24299095cf - Remove unnecessary dependency on python-devel.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-remoto?expand=0&rev=15
2021-05-17 10:01:46 +00:00
f32b471d44 Accepting request 824112 from home:mcalabkova:branches:devel:languages:python
- Update to 1.2.0
  * Allow to specify python_executable for remote execution, helping 
    virtualenvs set remotely.

OBS-URL: https://build.opensuse.org/request/show/824112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-remoto?expand=0&rev=13
2020-08-03 15:44:07 +00:00
Tomáš Chvátal
665dc28abc - Update to 1.1.5:
* no changelog found

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-remoto?expand=0&rev=11
2020-03-18 08:43:07 +00:00
Tomáš Chvátal
81eb03d99b Accepting request 704250 from home:pgajdos
- version update to 1.1.4
  * Add needs_ssh to the connection module to fix a backwards
    incompatible change

OBS-URL: https://build.opensuse.org/request/show/704250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-remoto?expand=0&rev=9
2019-05-20 13:24:11 +00:00
Tomáš Chvátal
2075557bd9 Accepting request 697802 from home:pgajdos
- 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

OBS-URL: https://build.opensuse.org/request/show/697802
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-remoto?expand=0&rev=7
2019-04-25 09:35:10 +00:00
550b5417d4 Accepting request 672830 from home:rjdias:branches:devel:languages:python
- spec: fix tarball URL 
- use official upstream release tarball
- 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

OBS-URL: https://build.opensuse.org/request/show/672830
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-remoto?expand=0&rev=5
2019-02-08 14:48:57 +00:00
4dac6f7db4 Accepting request 360751 from home:AndreasStieger:branches:devel:languages:python
0.0.27, package a license file (boo#967555)

OBS-URL: https://build.opensuse.org/request/show/360751
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-remoto?expand=0&rev=3
2016-02-22 15:01:05 +00:00
93e06dd416 Accepting request 356502 from home:smithfarm
ceph-deploy dependency

OBS-URL: https://build.opensuse.org/request/show/356502
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-remoto?expand=0&rev=1
2016-01-28 12:51:18 +00:00