David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-testinfra
Commits: 43e83a2b by David Runge at 2023-11-23T12:02:37+01:00 upgpkg: 10.0.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,34 @@ +pkgbase = python-pytest-testinfra + pkgdesc = Testinfra test your infrastructures + pkgver = 10.0.0 + pkgrel = 1 + url = https://github.com/pytest-dev/pytest-testinfra + arch = any + license = Apache + checkdepends = ansible + checkdepends = python-paramiko + checkdepends = python-pytest-cov + checkdepends = python-pytest-xdist + checkdepends = python-pywinrm + checkdepends = python-tornado + checkdepends = salt + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools-scm + makedepends = python-sphinx + makedepends = python-wheel + depends = python + depends = python-pytest + optdepends = ansible: for tests using ansible inventories + optdepends = docker: for test running docker containers + optdepends = kubectl: for test running containers in kubernetes + optdepends = lxd: for test running LXC or LXD containers + optdepends = podman: for test running podman containers + optdepends = python-paramiko: for testing remote hosts + optdepends = python-pywinrm: for testing on Windows hosts + optdepends = salt: for tests using saltstack + source = pytest-testinfra-10.0.0.tar.gz::https://github.com/pytest-dev/pytest-testinfra/archive/refs/tags/10.0.0.tar.gz + sha512sums = 8720420c4c19daf8584666289e3dda8fd9f1ff1c93eae59bf95d7c2959273d992968968b7c867b9c88e98fbcc394ee9dcca2b341bd82ffeaf98e8604144b11a3 + b2sums = 08e1c511acd2ad00c76d18eea05d240f45a393de16c80deaf49552920bace5dbc9210034224a48830132e46d1630cc73e6f33e069d1ece83c8104cf46ed8cfa6 + +pkgname = python-pytest-testinfra ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ _name=pytest-testinfra pkgname=python-pytest-testinfra -pkgver=9.0.0 +pkgver=10.0.0 pkgrel=1 pkgdesc='Testinfra test your infrastructures' arch=(any) @@ -42,8 +42,8 @@ optdepends=( 'salt: for tests using saltstack' ) source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz) -sha512sums=('92faa7d8bac702876514e7d0566db8d04ed69325dd74b0a0a8b66c0a514450a8815b8ac3b8f67ed7c17bd39349a2363f73627cb88700a194be496cfcf7f15973') -b2sums=('2e506a9a41dc403f9b9a9c667ced5c905a47da63f9155da436f210871aefb85a477dd35fd1931c123cfa4f9c7e608aef8daecb0a4051ef31eb8ea83950177c7b') +sha512sums=('8720420c4c19daf8584666289e3dda8fd9f1ff1c93eae59bf95d7c2959273d992968968b7c867b9c88e98fbcc394ee9dcca2b341bd82ffeaf98e8604144b11a3') +b2sums=('08e1c511acd2ad00c76d18eea05d240f45a393de16c80deaf49552920bace5dbc9210034224a48830132e46d1630cc73e6f33e069d1ece83c8104cf46ed8cfa6') build() { export SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-testinfra/-/commit/43e83a2b54e434e7ebcbaf990e59b1645b40683c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-testinfra/-/commit/43e83a2b54e434e7ebcbaf990e59b1645b40683c You're receiving this email because of your account on gitlab.archlinux.org.
