From 8da0fb9347bfb7af80ec1c519870317d33cd7170 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 5 Dec 2024 13:51:51 +0100 Subject: [PATCH] * update python-pytest-xdist to 3.6.1-2 --- python/python-pytest-xdist/.SRCINFO | 20 ++++++++++++++++++++ python/python-pytest-xdist/.nvchecker.toml | 4 ++++ python/python-pytest-xdist/PKGBUILD | 4 ++-- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 python/python-pytest-xdist/.SRCINFO create mode 100644 python/python-pytest-xdist/.nvchecker.toml diff --git a/python/python-pytest-xdist/.SRCINFO b/python/python-pytest-xdist/.SRCINFO new file mode 100644 index 0000000000..320cd13635 --- /dev/null +++ b/python/python-pytest-xdist/.SRCINFO @@ -0,0 +1,20 @@ +pkgbase = python-pytest-xdist + pkgdesc = py.test xdist plugin for distributed testing and loop-on-failing modes + pkgver = 3.6.1 + pkgrel = 2 + url = https://github.com/pytest-dev/pytest-xdist + arch = any + license = MIT + checkdepends = python-filelock + checkdepends = python-psutil + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = python-execnet + depends = python-pytest + source = git+https://github.com/pytest-dev/pytest-xdist.git#tag=v3.6.1 + sha512sums = e36399a8c999b0d12fbdc97a6782ccaa3e5d1d4a685440018d3e951e9cb0325af5261391e8727a8c62f7bc0ac734030f7afda4040fd79b7c37a316799a9a9da5 + +pkgname = python-pytest-xdist diff --git a/python/python-pytest-xdist/.nvchecker.toml b/python/python-pytest-xdist/.nvchecker.toml new file mode 100644 index 0000000000..7a1bfa4ef1 --- /dev/null +++ b/python/python-pytest-xdist/.nvchecker.toml @@ -0,0 +1,4 @@ +[python-pytest-xdist] +source = "git" +git = "https://github.com/pytest-dev/pytest-xdist.git" +prefix = "v" diff --git a/python/python-pytest-xdist/PKGBUILD b/python/python-pytest-xdist/PKGBUILD index b5dded2301..8f453ae0a5 100644 --- a/python/python-pytest-xdist/PKGBUILD +++ b/python/python-pytest-xdist/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Felix Yan pkgname=python-pytest-xdist -pkgver=3.5.0 +pkgver=3.6.1 pkgrel=2 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing modes' arch=(any) @@ -12,7 +12,7 @@ depends=('python-execnet' 'python-pytest') makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel') checkdepends=('python-filelock' 'python-psutil') source=("git+https://github.com/pytest-dev/pytest-xdist.git#tag=v$pkgver") -sha512sums=('33aace625d501a3f005188a2baa2dcbb4106b93d404bff85787fd6520b72840eb3a35c0abe7f641408b543815850040c7f74241cb6da43661351368460610dc7') +sha512sums=('e36399a8c999b0d12fbdc97a6782ccaa3e5d1d4a685440018d3e951e9cb0325af5261391e8727a8c62f7bc0ac734030f7afda4040fd79b7c37a316799a9a9da5') build() { cd pytest-xdist