Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-testinfra for openSUSE:Factory checked in at 2024-01-15 22:21:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-testinfra (Old) and /work/SRC/openSUSE:Factory/.python-pytest-testinfra.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-testinfra" Mon Jan 15 22:21:23 2024 rev:5 rq:1138881 version:10.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-testinfra/python-pytest-testinfra.changes 2023-05-23 14:54:09.842348460 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-testinfra.new.21961/python-pytest-testinfra.changes 2024-01-15 22:21:55.384784607 +0100 @@ -1,0 +2,26 @@ +Mon Jan 15 14:11:05 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 10.0.0: + * [FIX] Fix output of error message + * [FIX] Ansible: Fix for missing group names in get_variables() + * [FIX] testinfra/modules/blockdevice: Don't fail on stderr + * [DOC] Extend and show the documentation of CommandResult + * [FIX] Extend list of valid suffixes for systemd units + * [DOC] Add missing Environment doc section + * [MISC] Define types for plugin.py + * [MISC] Bump actions/checkout from 3 to 4 + * [FIX] Missing RHEL distribution in package module + * [NEW] feat(package): brew support + * [NEW] Add Service.exists + * [MISC] Make CommandResult a dataclass +- update to 9.0.0: + * [BREAKING] pytest-testinfra now require python >= 3.9 + * [BREAKING] Drop deprecated module PipPackage + * [NEW] Add support for the SSH ControlPath connection sharing + option + * [FIX] Retry SSH on ConnectionResetError + * [FIX] List openSUSE Leap and Tumbleweed explicitly as rpm + based distributions + * [FIX] Make group name mandatory in group module + +------------------------------------------------------------------- Old: ---- pytest-testinfra-8.1.0.tar.gz New: ---- pytest-testinfra-10.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-testinfra.spec ++++++ --- /var/tmp/diff_new_pack.Ny9in5/_old 2024-01-15 22:21:56.048809011 +0100 +++ /var/tmp/diff_new_pack.Ny9in5/_new 2024-01-15 22:21:56.052809158 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-testinfra # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-testinfra -Version: 8.1.0 +Version: 10.0.0 Release: 0 Summary: Python module to test infrastructures License: Apache-2.0 ++++++ pytest-testinfra-8.1.0.tar.gz -> pytest-testinfra-10.0.0.tar.gz ++++++ ++++ 3139 lines of diff (skipped) ++++++ testinfra-parametrize-backends-test.patch ++++++ --- /var/tmp/diff_new_pack.Ny9in5/_old 2024-01-15 22:21:56.140812392 +0100 +++ /var/tmp/diff_new_pack.Ny9in5/_new 2024-01-15 22:21:56.140812392 +0100 @@ -1,6 +1,8 @@ ---- a/test/test_backends.py 2023-05-21 17:38:00.000000000 +0200 -+++ b/test/test_backends.py 2023-05-22 06:22:56.491195059 +0200 -@@ -476,13 +476,13 @@ +Index: pytest-testinfra-10.0.0/test/test_backends.py +=================================================================== +--- pytest-testinfra-10.0.0.orig/test/test_backends.py ++++ pytest-testinfra-10.0.0/test/test_backends.py +@@ -476,13 +476,13 @@ def test_ansible_unknown_option(): with pytest.raises(KeyError, match="^'unknown'$"): runner.options_to_cli({"unknown": True}) @@ -18,5 +20,5 @@ + assert obj.get_connection_type() == connection_type - @pytest.mark.testinfra_hosts("docker://rockylinux8", "ssh://rockylinux8") + @pytest.mark.testinfra_hosts("docker://rockylinux9", "ssh://rockylinux9")