Skip to content

Commit cdce1bd

Browse files
committed
python3-ansible-compat: update to 26.3.0
1 parent 394525e commit cdce1bd

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

srcpkgs/python3-ansible-compat/template

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
# Template file for 'python3-ansible-compat'
22
pkgname=python3-ansible-compat
3-
version=24.9.1
4-
revision=3
3+
version=26.3.0
4+
revision=1
55
build_style=python3-pep517
66
# deselect unnecessary tests in venv
77
make_check_args="
8-
--deselect test/test_runtime_scan_path.py::test_scan_sys_path[scanF-raises_not_foundT]
9-
--deselect test/test_runtime_scan_path.py::test_scan_sys_path[scanT-raises_not_foundF]
8+
--deselect test/test_prerun.py::test_get_cache_dir_isolation_no_venv_root
9+
--deselect test/test_prerun.py::test_get_cache_dir_venv_ro_project_ro
10+
--deselect test/test_runtime_scan_path.py::test_ro_venv
1011
"
1112
hostmakedepends="python3-wheel python3-setuptools_scm"
1213
depends="ansible-core python3-jsonschema python3-subprocess-tee python3-yaml
1314
python3-packaging"
14-
checkdepends="${depends} python3-pytest python3-pytest-mock python3-cryptography"
15+
checkdepends="${depends} python3-pytest python3-pytest-mock
16+
python3-cryptography python3-pytest-instafail"
1517
short_desc="Python package for working with various version of ansible"
1618
maintainer="Orphaned <orphan@voidlinux.org>"
1719
license="MIT"
1820
homepage="https://github.com/ansible/ansible-compat"
1921
distfiles="${PYPI_SITE}/a/ansible-compat/ansible_compat-${version}.tar.gz"
20-
checksum=9ff20245e1bd9de9b23a367902524ab0e11fbcfb741831996da5da5b60ab95df
22+
checksum=15f0ea5ff6fcc5587b6b11a4a436fdeefd0fd4a46afe92d4e483c28370082ae0
2123

2224
post_patch() {
2325
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"

0 commit comments

Comments
 (0)