Accepting request 1223997 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1223997 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=30
This commit is contained in:
commit
ea83287415
3
python-ansible-compat-24.10.0.tar.gz
Normal file
3
python-ansible-compat-24.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb094074a9c670aeac0f770c4c835584997f720289cffd9db40abd6ec3c316bf
|
||||||
|
size 76272
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b5197d43d4c832b2dc24253c617ee21300b1cefa59b5c4b033c757e81e3214f
|
|
||||||
size 76018
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 13 14:31:54 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 24.10.0:
|
||||||
|
* Enhancements
|
||||||
|
- Add support for py313 (#416) @ssbarnea
|
||||||
|
* Bugfixes
|
||||||
|
- Re-init plugin loader after collections installation (#411) (#412) @irozet12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 21 17:39:31 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Sat Sep 21 17:39:31 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-ansible-compat
|
Name: python-ansible-compat
|
||||||
Version: 24.9.1
|
Version: 24.10.0
|
||||||
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
|
||||||
@ -90,6 +90,7 @@ 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_scan_sys_path[scanT-raises_not_foundF]"
|
||||||
IGNORED_CHECKS="${IGNORED_CHECKS} or test_upgrade_collection"
|
IGNORED_CHECKS="${IGNORED_CHECKS} or test_upgrade_collection"
|
||||||
IGNORED_CHECKS="${IGNORED_CHECKS} or test_runtime_has_playbook"
|
IGNORED_CHECKS="${IGNORED_CHECKS} or test_runtime_has_playbook"
|
||||||
|
IGNORED_CHECKS="${IGNORED_CHECKS} or test_load_plugins[modules]"
|
||||||
# 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
|
||||||
%pytest -k "not (${IGNORED_CHECKS})"
|
%pytest -k "not (${IGNORED_CHECKS})"
|
||||||
|
Loading…
Reference in New Issue
Block a user