[arch-commits] Commit in python-testinfra/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Sep 2 17:46:37 UTC 2020
Date: Wednesday, September 2, 2020 @ 17:46:37
Author: dvzrv
Revision: 696686
upgpkg: python-testinfra 5.3.0-1: Upgrade to 5.3.0.
Modified:
python-testinfra/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-02 17:46:35 UTC (rev 696685)
+++ PKGBUILD 2020-09-02 17:46:37 UTC (rev 696686)
@@ -6,7 +6,7 @@
_name=testinfra
pkgname=python-testinfra
-pkgver=5.2.2
+pkgver=5.3.0
pkgrel=1
pkgdesc='Testinfra test your infrastructures'
url="https://github.com/philpep/testinfra"
@@ -13,9 +13,9 @@
arch=('any')
license=('Apache')
depends=('python-pytest')
-makedepends=('python-setuptools_scm' 'python-hacking' 'python-sphinx')
-checkdepends=('python-mock' 'python-paramiko' 'python-pytest-cov'
-'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'ansible' 'salt')
+makedepends=('python-hacking' 'python-setuptools_scm' 'python-sphinx')
+checkdepends=('ansible' 'python-mock' 'python-paramiko' 'python-pytest-cov'
+'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'salt')
# TODO: add salt to optdepends, after it has been ported to python3
optdepends=('ansible: for tests using ansible inventories'
'docker: for test running docker containers'
@@ -25,8 +25,8 @@
'python-paramiko: for testing remote hosts'
'python-pywinrm: for testing on Windows hosts')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('3516f1229771c81487464f56e25c3ceb80aed302279bfe9e362bd41676255ded1fd83a7b6a01b8d41b5b3e896d7296275a79723a3d8c0dd5e474dc3afa7f872c')
-b2sums=('b605d444a6d7aac4c6e8d78b1fe7f5e36c99276287b0702605c424550eebf5d6e6349006376f8d3cc42624d33a7818073331d7f2ed2c48ca03e5dcb081b407b1')
+sha512sums=('7bab1952d906e8e5e948e9d1997bfab3c46cafdff04f7d69e16f6cffe8a3b8ea380cc4e4f75c9d9a686a5cb090467730a867a880f41a1e2340032482ad07fb29')
+b2sums=('ba9be17e3d31a00bd0b9c0a05401509ab4f2a138703a924fcb748343e99e40be8e1e77b283a97611c556902d994113241a923b3e7b3bd9449b541711debc1db5')
prepare() {
mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list