diff --git a/pytest-testinfra-6.3.0.tar.gz b/pytest-testinfra-6.3.0.tar.gz deleted file mode 100644 index 2b2fe80..0000000 --- a/pytest-testinfra-6.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ee1817983b11f04489141058c2f99018daa26d21bc1bc759b6a22c7938aea55 -size 76309 diff --git a/pytest-testinfra-7.0.0.tar.gz b/pytest-testinfra-7.0.0.tar.gz new file mode 100644 index 0000000..ac4ac97 --- /dev/null +++ b/pytest-testinfra-7.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c2ce2df4e25f685636c7db9ac15083a7cf3e4a8a997d5fa654e8a7bedeadce +size 79296 diff --git a/python-pytest-testinfra.changes b/python-pytest-testinfra.changes index 0e5326f..1b5b1d4 100644 --- a/python-pytest-testinfra.changes +++ b/python-pytest-testinfra.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue May 9 21:23:17 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pytest-testinfra.spec b/python-pytest-testinfra.spec index 472f679..c04b525 100644 --- a/python-pytest-testinfra.spec +++ b/python-pytest-testinfra.spec @@ -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