Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
ansible
Commits:
ce38f5a2 by Robin Candau at 2024-04-24T11:34:00+02:00
upgpkg: 9.5.1-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ansible
pkgdesc = Official assortment of Ansible collections
- pkgver = 9.4.0
- pkgrel = 4
+ pkgver = 9.5.1
+ pkgrel = 1
url = https://pypi.org/project/ansible/
arch = any
license = GPL-3.0-or-later
@@ -26,7 +26,7 @@ pkgbase = ansible
optdepends = python-github3py: GitHub module
optdepends = acme-tiny: openssl_certificate module
provides = python-ansible_collections
- source =
https://pypi.python.org/packages/source/a/ansible/ansible-9.4.0.tar.gz
- sha512sums =
4c75235a866f3f95cda8dd3b6c9d22b916ad117d54a86a30585f71c9015cd98db764afa225af5b2f6fa884af558ee488785e26c9e8b9e8be105062f069f065b2
+ source =
https://pypi.python.org/packages/source/a/ansible/ansible-9.5.1.tar.gz
+ sha512sums =
8a95f0e41987a1ab423ebd6be8483681c30f31dfd24056d729c4e0cc870775d3a59f9790bcd0bf578538ba24752b9dc6401fe467f4f8b12acdd50878555bc8c1
pkgname = ansible
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Robin Candau <[email protected]>
pkgname=ansible
-pkgver=9.4.0
-pkgrel=4
+pkgver=9.5.1
+pkgrel=1
pkgdesc='Official assortment of Ansible collections'
arch=('any')
url='https://pypi.org/project/ansible/'
@@ -26,7 +26,7 @@ optdepends=('python-argcomplete: shell completions'
'acme-tiny: openssl_certificate module')
makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz")
-sha512sums=('4c75235a866f3f95cda8dd3b6c9d22b916ad117d54a86a30585f71c9015cd98db764afa225af5b2f6fa884af558ee488785e26c9e8b9e8be105062f069f065b2')
+sha512sums=('8a95f0e41987a1ab423ebd6be8483681c30f31dfd24056d729c4e0cc870775d3a59f9790bcd0bf578538ba24752b9dc6401fe467f4f8b12acdd50878555bc8c1')
build() {
cd "ansible-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/ce38f5a27495050587a4f096502fe125b8aaa52a
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/ce38f5a27495050587a4f096502fe125b8aaa52a
You're receiving this email because of your account on gitlab.archlinux.org.