forked from pool/python-pytest-testinfra
- update to 7.0.0:
* Improved ssh config support in Paramiko backend
* Add chroot backend
* Add support for Manjaro-Linux
* Add support for Cloudlinux
* [BREAKING] Drop support for python 3.6 which is EOL
* Handle ansible_connection type community.docker.docker
* add ssh_extra_args option
* Allow to test for user password expiration
* Handle ANSIBLE_SSH_COMMON_ARGS and
ANSIBLE_SSH_EXTRA_ARGS environment variables for ansible
connections
* Fix encoding issue in salt connections
* Fix AttributeError when "command" is not available and
fallback to "which"
* Fallback to which when "command -v" fails
* Use realpath by default to resolve symlinks instead of
"readlink -f"
* ansible: Support environment variables
* Force package module to resolve to RpmPackage on Fedora
* Fix new versions of supervisor may exit with status != 0
* Eventually decode ansible output when it's not ascii
* Either use python3 or python to get remote encoding
* Implement Interface names and default (#615)
* Implement Service.systemd_properties (#612)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-testinfra?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ee1817983b11f04489141058c2f99018daa26d21bc1bc759b6a22c7938aea55
|
||||
size 76309
|
||||
3
pytest-testinfra-7.0.0.tar.gz
Normal file
3
pytest-testinfra-7.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38c2ce2df4e25f685636c7db9ac15083a7cf3e4a8a997d5fa654e8a7bedeadce
|
||||
size 79296
|
||||
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 21:23:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 7.0.0:
|
||||
* Improved ssh config support in Paramiko backend
|
||||
* Add chroot backend
|
||||
* Add support for Manjaro-Linux
|
||||
* Add support for Cloudlinux
|
||||
* [BREAKING] Drop support for python 3.6 which is EOL
|
||||
* Handle ansible_connection type community.docker.docker
|
||||
* add ssh_extra_args option
|
||||
* Allow to test for user password expiration
|
||||
* Handle ANSIBLE_SSH_COMMON_ARGS and
|
||||
ANSIBLE_SSH_EXTRA_ARGS environment variables for ansible
|
||||
connections
|
||||
* Fix encoding issue in salt connections
|
||||
* Fix AttributeError when "command" is not available and
|
||||
fallback to "which"
|
||||
* Fallback to which when "command -v" fails
|
||||
* Use realpath by default to resolve symlinks instead of
|
||||
"readlink -f"
|
||||
* ansible: Support environment variables
|
||||
* Force package module to resolve to RpmPackage on Fedora
|
||||
* Fix new versions of supervisor may exit with status != 0
|
||||
* Eventually decode ansible output when it's not ascii
|
||||
* Either use python3 or python to get remote encoding
|
||||
* Implement Interface names and default (#615)
|
||||
* Implement Service.systemd_properties (#612)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 19:55:05 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-testinfra
|
||||
Version: 6.3.0
|
||||
Version: 7.0.0
|
||||
Release: 0
|
||||
Summary: Python module to test infrastructures
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user