[arch-commits] Commit in python-ansible-compat/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Tue Jun 7 12:33:11 UTC 2022


    Date: Tuesday, June 7, 2022 @ 12:33:10
  Author: dvzrv
Revision: 1228474

upgpkg: python-ansible-compat 2.1.0-1: Upgrade to 2.1.0.

Modified:
  python-ansible-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-07 12:28:52 UTC (rev 1228473)
+++ PKGBUILD	2022-06-07 12:33:10 UTC (rev 1228474)
@@ -2,18 +2,18 @@
 
 _name=ansible-compat
 pkgname=python-ansible-compat
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Functions that help interacting with various versions of Ansible"
 arch=(any)
 url="https://github.com/ansible-community/ansible-compat"
 license=(MIT)
-depends=(python-subprocess-tee python-yaml)
+depends=(python-jsonschema python-pyyaml python-subprocess-tee)
 makedepends=(python-build python-installer python-setuptools-scm python-setuptools-scm-git-archive python-wheel)
 checkdepends=(ansible python-flaky python-pytest python-pytest-mock)
 source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('3d5fb21c1ff069e84ac5fc17f6c8d2261c2a7b299986be810d339dfc77c128a9')
-b2sums=('53aa93ef3144071c2d9022bce99c6d20a67650fa98a6896db4fd1c866ada292390cc8e6bb6e7bd3b2b05cef8b3cab2803522ca1bbb7dbacb7b9da29b16f1fbb7')
+sha256sums=('62bae1bb5c20663d5ee1bfec04f073c08be721040af9ef5bddc7904e6678d184')
+b2sums=('5ac74cdaef1c932094996f331ed94418836b3351cbd376ae35ef22046b68dad0a8ab68fd293015db9954e0a5e1df4b5c529b3845cee5778daed2bb207733ca4f')
 
 build() {
   cd $_name-$pkgver



More information about the arch-commits mailing list