b8469fda8c
Accepting request 1175655 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/1175655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-remoto?expand=0&rev=10
2024-05-22 19:29:27 +00:00
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
ac2196d72c
Accepting request 967919 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/967919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-remoto?expand=0&rev=9
2022-04-10 17:05:29 +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
53d3eb20dd
Accepting request 893680 from devel:languages:python
...
- Remove unnecessary dependency on python-devel.
OBS-URL: https://build.opensuse.org/request/show/893680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-remoto?expand=0&rev=8
2021-05-19 15:48:59 +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
1ae0011fe8
Accepting request 824183 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/824183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-remoto?expand=0&rev=7
2020-08-06 15:31:21 +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
f91ea1a171
Accepting request 788097 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/788097
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-remoto?expand=0&rev=6
2020-03-26 23:29:30 +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
3d69e0b041
Accepting request 704257 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/704257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-remoto?expand=0&rev=5
2019-05-22 08:55:18 +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
3355705b1c
Accepting request 697807 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/697807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-remoto?expand=0&rev=4
2019-04-30 10:56:01 +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
c52a0dd777
Accepting request 672832 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/672832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-remoto?expand=0&rev=3
2019-02-11 20:23:47 +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
94d176a8d2
Accepting request 360913 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/360913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-remoto?expand=0&rev=2
2016-03-02 13:21:29 +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
21acf001c6
Accepting request 356503 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/356503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-remoto?expand=0&rev=1
2016-02-01 18:55:58 +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