Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-ansible-compat
Commits: 4f04e1f1 by Robin Candau at 2026-06-30T23:10:20+02:00 upgpkg: 26.6.0-1: New upstream release https://github.com/ansible/ansible-compat/releases/tag/v26.6.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-ansible-compat pkgdesc = Functions that help interacting with various versions of Ansible - pkgver = 26.3.0 + pkgver = 26.6.0 pkgrel = 1 url = https://github.com/ansible/ansible-compat arch = any @@ -21,8 +21,8 @@ pkgbase = python-ansible-compat depends = python-packaging depends = python-pyyaml depends = python-subprocess-tee - source = git+https://github.com/ansible/ansible-compat.git#tag=v26.3.0 - sha256sums = ad3fafb7d3f876aba41830a07bc6c9d8ac50100c4eed756465c01638149b9fc0 - b2sums = a6e26e2f87c90f024b12e14c8f1a4528751bba92128a64e9035ae9438a9b46ab5c51e06a1f44a64c859f729b084bec860a194cc36df09e2259254ef2712baa44 + source = git+https://github.com/ansible/ansible-compat.git#tag=v26.6.0 + sha256sums = 7cea198cd56cb6b33c606c288f8d72ab124751e9a4658ca0786e2c021120696f + b2sums = 6b220824ca7fd293f9c4e1127491b32c8c35648b0969a2c8c9f273bc157e363ee51a5eec5e93f26d71d65dcda33afd388ddc9cbfa91736418b6ecf23e747e65b pkgname = python-ansible-compat ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=ansible-compat pkgname=python-ansible-compat -pkgver=26.3.0 +pkgver=26.6.0 pkgrel=1 pkgdesc="Functions that help interacting with various versions of Ansible" arch=(any) @@ -32,8 +32,8 @@ checkdepends=( python-uv ) source=(git+$url.git#tag=v$pkgver) -sha256sums=('ad3fafb7d3f876aba41830a07bc6c9d8ac50100c4eed756465c01638149b9fc0') -b2sums=('a6e26e2f87c90f024b12e14c8f1a4528751bba92128a64e9035ae9438a9b46ab5c51e06a1f44a64c859f729b084bec860a194cc36df09e2259254ef2712baa44') +sha256sums=('7cea198cd56cb6b33c606c288f8d72ab124751e9a4658ca0786e2c021120696f') +b2sums=('6b220824ca7fd293f9c4e1127491b32c8c35648b0969a2c8c9f273bc157e363ee51a5eec5e93f26d71d65dcda33afd388ddc9cbfa91736418b6ecf23e747e65b') build() { cd $_name View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ansible-compat/-/commit/4f04e1f1d0eea65a0623e9c681f3d268e8808d81 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ansible-compat/-/commit/4f04e1f1d0eea65a0623e9c681f3d268e8808d81 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
