Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-xdist
Commits:
89d4511c by Antonio Rojas at 2024-11-29T20:32:35+01:00
upgpkg: 3.6.1-1: Update to 3.6.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest-xdist
pkgdesc = py.test xdist plugin for distributed testing and
loop-on-failing modes
- pkgver = 3.5.0
- pkgrel = 3
+ pkgver = 3.6.1
+ pkgrel = 1
url = https://github.com/pytest-dev/pytest-xdist
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-pytest-xdist
makedepends = python-wheel
depends = python-execnet
depends = python-pytest
- source = git+https://github.com/pytest-dev/pytest-xdist.git#tag=v3.5.0
- sha512sums =
33aace625d501a3f005188a2baa2dcbb4106b93d404bff85787fd6520b72840eb3a35c0abe7f641408b543815850040c7f74241cb6da43661351368460610dc7
+ source = git+https://github.com/pytest-dev/pytest-xdist.git#tag=v3.6.1
+ sha512sums =
e36399a8c999b0d12fbdc97a6782ccaa3e5d1d4a685440018d3e951e9cb0325af5261391e8727a8c62f7bc0ac734030f7afda4040fd79b7c37a316799a9a9da5
pkgname = python-pytest-xdist
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-pytest-xdist
-pkgver=3.5.0
-pkgrel=3
+pkgver=3.6.1
+pkgrel=1
pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing
modes'
arch=('any')
license=('MIT')
@@ -11,7 +11,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
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-xdist/-/commit/89d4511c81c74aa44a1b1ee122b84d9ad9780976
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-xdist/-/commit/89d4511c81c74aa44a1b1ee122b84d9ad9780976
You're receiving this email because of your account on gitlab.archlinux.org.