Date: Wednesday, February 1, 2023 @ 09:46:16
  Author: dvzrv
Revision: 1391703

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

Consolidate dependencies.

Modified:
  python-ansible-compat/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-01 09:36:32 UTC (rev 1391702)
+++ PKGBUILD    2023-02-01 09:46:16 UTC (rev 1391703)
@@ -2,18 +2,18 @@
 
 _name=ansible-compat
 pkgname=python-ansible-compat
-pkgver=2.2.7
+pkgver=3.0.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-jsonschema python-packaging python-pyyaml 
python-subprocess-tee)
+depends=(ansible-core python-jsonschema python-packaging python-pyyaml 
python-subprocess-tee)
 makedepends=(python-build python-installer python-setuptools 
python-setuptools-scm python-wheel)
-checkdepends=(ansible python-flaky python-pytest python-pytest-mock)
+checkdepends=(python-pytest python-pytest-mock)
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('08deddcd0a1dc6baabe674b07c6ff882118492c123d281f56f01905271a7ffc4')
-b2sums=('58f3b19400fb7646d37c585df07435e65a60f3e57d445c98e8089c6a2ed853cb5dbab682d85cee1a604e1b4de6dd137faa12bf78fe7913752839f95bd651435f')
+sha256sums=('b2fb46656d6a2171e8774e7e5a6858908b1e4387a5e50d46bcc895cd738c210c')
+b2sums=('7a944fdf5fb419b95f9da0e28cc4e58f5a8fb969653bb74fa2a4103f7d367210bf86de95fa5f3493ef383db4d8ffcc2ab935c006450c2778cb10b256cd32c515')
 
 build() {
   cd $_name-$pkgver

Reply via email to