Date: Wednesday, December 7, 2022 @ 11:21:13
  Author: dvzrv
Revision: 1356985

upgpkg: ansible-core 2.14.1-1: Upgrade to 2.14.1

Modified:
  ansible-core/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-07 11:09:37 UTC (rev 1356984)
+++ PKGBUILD    2022-12-07 11:21:13 UTC (rev 1356985)
@@ -7,13 +7,15 @@
 # Contributor: atweiden <archb...@gmail.com>
 
 pkgname=ansible-core
-pkgver=2.14.0
-pkgrel=2
+pkgver=2.14.1
+pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://pypi.org/project/ansible-core'
 license=('GPL3')
-depends=('python' 'python-jinja' 'python-packaging' 'python-paramiko' 
'python-pyyaml' 'python-resolvelib' 'python-typing-extensions')
+depends=('python' 'python-cryptography' 'python-jinja' 'python-packaging' 
'python-pyyaml' 'python-resolvelib')
+# not directly required, but either convenient or indirectly required
+depends+=('python-paramiko' 'python-typing-extensions')
 optdepends=(
   'python-dnspython: for dig lookup'
   'python-jmespath: json_query support'
@@ -22,7 +24,7 @@
   'python-pip: for module to manage Python libarary dependencies'
   'python-pywinrm: connect to Windows machines'
   'python-setuptools: for module to manage Python libarary dependencies'
-  'python-systemd: log to journal'
+  'python-systemd: for journald support'
   'sshpass: for ssh connections with password'
 )
 makedepends=('python-build' 'python-docutils' 'python-installer' 
'python-setuptools' 'python-straight.plugin' 'python-wheel')
@@ -30,8 +32,8 @@
 replaces=('ansible-base')
 backup=('etc/ansible/ansible.cfg')
 
source=("https://pypi.python.org/packages/source/a/ansible-core/ansible-core-${pkgver}.tar.gz";)
-sha512sums=('09e5b45608f7e1f341100dd89a6277a71a5ff0a45244cd6862a10d0f35a993c3cf649a5f9936ac726f7e903269f98a975804418516e602b8dd983bfca23c66cb')
-b2sums=('7b68d72c292d8f3e8fb2d0d66fce0eca1de1b74ec1dc3ecaa2c4b37177d693567272260b3e98c9d81f7ff5e5cc4972dfa1f24c9f5e0119bb1da528388081d5fb')
+sha512sums=('d3710aff1dbb04746b663b7c987c3597005dd8633df82f645312e20ddb9c679e7315968c0cf2876ae22ba91d17e4c54ef9cbdb6b825ee1d6f4229e887f8b4571')
+b2sums=('86cdf460c3ff6e2877f39f40f9eadc555581045c4a4e1ff301678f9aa7e3116f0bb7084d8841b2bdba50ae119713a226c6353c5e75b9f2a9356073403b04f94a')
 
 prepare() {
   cd $pkgname-$pkgver

Reply via email to