Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
ansible


Commits:
bf029673 by Robin Candau at 2024-01-30T19:20:50+01:00
upgpkg: 9.2.0-1: New upstream release + Switch license to SPDX identifier

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = ansible
        pkgdesc = Official assortment of Ansible collections
-       pkgver = 9.1.0
-       pkgrel = 2
+       pkgver = 9.2.0
+       pkgrel = 1
        url = https://pypi.org/project/ansible/
        arch = any
-       license = GPL3
+       license = GPL-3.0-or-later
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-wheel
@@ -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.1.0.tar.gz
-       sha512sums = 
ec6d86b3d05e66053001720b6b7d7bd1dba8bd50917c913e1f08a63b0c94f76a5d69732c78e793d038622a0b8c652860290a89cee1dfb22491a81763923ef843
+       source = 
https://pypi.python.org/packages/source/a/ansible/ansible-9.2.0.tar.gz
+       sha512sums = 
6d867774b987863287c8d321d82bfc8688be2950eed2d6a429d26701809ce1a9e66e09fc78dbfdd1e5786828a517ab7b08cda1a131ac8eb9f73bd39c246fa4fe
 
 pkgname = ansible


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 # Maintainer: Robin Candau <an...@archlinux.org>
 
 pkgname=ansible
-pkgver=9.1.0
-pkgrel=2
+pkgver=9.2.0
+pkgrel=1
 pkgdesc='Official assortment of Ansible collections'
 arch=('any')
 url='https://pypi.org/project/ansible/'
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=('python' 'ansible-core')
 provides=('python-ansible_collections')
 optdepends=('python-argcomplete: shell completions'
@@ -26,15 +26,15 @@ 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=('ec6d86b3d05e66053001720b6b7d7bd1dba8bd50917c913e1f08a63b0c94f76a5d69732c78e793d038622a0b8c652860290a89cee1dfb22491a81763923ef843')
+sha512sums=('6d867774b987863287c8d321d82bfc8688be2950eed2d6a429d26701809ce1a9e66e09fc78dbfdd1e5786828a517ab7b08cda1a131ac8eb9f73bd39c246fa4fe')
 
 build() {
-  cd ansible-${pkgver}
+  cd "ansible-${pkgver}"
   python -m build --wheel --no-isolation
 }
 
 package() {
-  cd ansible-${pkgver}
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
+  cd "ansible-${pkgver}"
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -Dm 644 COPYING "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/bf029673e1bc0b7655e0ef3bacc74946b6a70847

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/bf029673e1bc0b7655e0ef3bacc74946b6a70847
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to