aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoromni <omni+alpine@hack.org>2024-05-05 11:06:41 +0000
committeromni <omni+alpine@hack.org>2024-05-05 17:17:06 +0000
commit69f9134d8094e2baf7a6a6a865432ca644614956 (patch)
tree2dea7a45fe8440d900e1ebffc81373fc994623f0
parentfbe83aea4d37173b3b9917e3724f4ac5c685368d (diff)
community/py3-pytest-xdist: upgrade to 3.6.1
-rw-r--r--community/py3-pytest-xdist/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/py3-pytest-xdist/APKBUILD b/community/py3-pytest-xdist/APKBUILD
index 4df1e0d8018..5d2775bc1c3 100644
--- a/community/py3-pytest-xdist/APKBUILD
+++ b/community/py3-pytest-xdist/APKBUILD
@@ -1,18 +1,18 @@
# Contributor: Dmitry Romanenko <dmitry@romanenko.in>
# Maintainer: Dmitry Romanenko <dmitry@romanenko.in>
pkgname=py3-pytest-xdist
-pkgver=3.5.0
-pkgrel=1
+pkgver=3.6.1
+pkgrel=0
pkgdesc="pytest xdist plugin for distributed testing and loop-on-failing modes"
-url="https://github.com/pytest-dev/pytest-xdist"
+url="https://pytest-xdist.readthedocs.io"
arch="noarch"
license="MIT"
depends="py3-execnet py3-pytest"
checkdepends="py3-filelock py3-py py3-pexpect py3-psutil"
makedepends="py3-gpep517 py3-setuptools py3-setuptools_scm py3-wheel"
subpackages="$pkgname-pyc"
-source="https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-$pkgver.tar.gz"
-builddir="$srcdir/pytest-xdist-$pkgver"
+source="https://files.pythonhosted.org/packages/source/p/pytest_xdist/pytest_xdist-$pkgver.tar.gz"
+builddir="$srcdir/pytest_xdist-$pkgver"
replaces="pytest-xdist" # Backwards compatibility
provides="pytest-xdist=$pkgver-r$pkgrel" # Backwards compatibility
@@ -35,5 +35,5 @@ package() {
}
sha512sums="
-1b6a896c6c69c110d1f3aa634740ffced570bbb788b3474687fef20147a5480a8681886b04db0413f7db68db546236f9a7f37e1592a74d1145f6eb6d876216ca pytest-xdist-3.5.0.tar.gz
+583a78d0adc05d81458bbdd5832c239581c0fcd9cad9edfd16fa78009c005c15bffec7ed074d9e18f1542393f62d9ccb2c9e0a96d825e9cff1faec123545a2a3 pytest_xdist-3.6.1.tar.gz
"