From be19f7ea4f586cdbab86b1143fa5c498e5546e4798a377dfa0a96b58a09df9c4 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 13 Jan 2024 10:00:01 +0000 Subject: [PATCH] Accepting request 1137991 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 4.1.11 OBS-URL: https://build.opensuse.org/request/show/1137991 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/python-ansible-compat?expand=0&rev=22 --- ansible-compat-4.1.10.tar.gz | 3 --- ansible-compat-4.1.11.tar.gz | 3 +++ python-ansible-compat.changes | 11 +++++++++++ python-ansible-compat.spec | 4 +++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 ansible-compat-4.1.10.tar.gz create mode 100644 ansible-compat-4.1.11.tar.gz diff --git a/ansible-compat-4.1.10.tar.gz b/ansible-compat-4.1.10.tar.gz deleted file mode 100644 index 5c7d980..0000000 --- a/ansible-compat-4.1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2be8c7b510d2e15eed1e9ef443209d67d9aec8f427026b88936d4535ff59863d -size 72127 diff --git a/ansible-compat-4.1.11.tar.gz b/ansible-compat-4.1.11.tar.gz new file mode 100644 index 0000000..d45e5e7 --- /dev/null +++ b/ansible-compat-4.1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e9f9d7c3a1ce6222de444e9dc6fece7eba70ac64f2a0befdc4e2d542018b4a +size 73021 diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index 022b9e7..8c34abb 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 10 19:27:59 UTC 2024 - Johannes Kastl + +- update to 4.1.11: + * Bugfixes + - Allow more control over verbosity when calling ansible-galaxy (#278) @ziegenberg + - Fix collection installation with custom project_dir (#343) @ssbarnea + - Fix collection installation bug when having custom config (#344) @ssbarnea + - Add support for python 3.12 (#336) @ssbarnea + - Remove isolated option while adding sys.path (#335) @shatakshiiii + ------------------------------------------------------------------- Fri Nov 24 13:03:50 UTC 2023 - Sebastian Wagner diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index 66205fd..029848b 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -24,7 +24,7 @@ %endif Name: python-ansible-compat -Version: 4.1.10 +Version: 4.1.11 Release: 0 Summary: Compatibility shim for Ansible 2.9 and newer License: MIT @@ -86,6 +86,8 @@ IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[isolatedF-scanF-raises_n IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[isolatedF-scanT-raises_not_foundF]" IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[isolatedT-scanF-raises_not_foundT]" IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[isolatedT-scanT-raises_not_foundT]" +IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[scanF-raises_not_foundT]" +IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[scanT-raises_not_foundF]" IGNORED_CHECKS="${IGNORED_CHECKS} or test_upgrade_collection" # Disable checks on test names: https://github.com/pytest-dev/pytest-plus#user-content-avoiding-problematic-test-identifiers https://github.com/ansible/ansible-compat/issues/340 export PYTEST_CHECK_TEST_ID_REGEX=0