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
This commit is contained in:
parent
81a2e9be2b
commit
be19f7ea4f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2be8c7b510d2e15eed1e9ef443209d67d9aec8f427026b88936d4535ff59863d
|
|
||||||
size 72127
|
|
3
ansible-compat-4.1.11.tar.gz
Normal file
3
ansible-compat-4.1.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3e9f9d7c3a1ce6222de444e9dc6fece7eba70ac64f2a0befdc4e2d542018b4a
|
||||||
|
size 73021
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 10 19:27:59 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- 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 <sebix@sebix.at>
|
Fri Nov 24 13:03:50 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-ansible-compat
|
Name: python-ansible-compat
|
||||||
Version: 4.1.10
|
Version: 4.1.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compatibility shim for Ansible 2.9 and newer
|
Summary: Compatibility shim for Ansible 2.9 and newer
|
||||||
License: MIT
|
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[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-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[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"
|
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
|
# 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
|
export PYTEST_CHECK_TEST_ID_REGEX=0
|
||||||
|
Loading…
Reference in New Issue
Block a user