diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-22 01:58:16 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-22 04:08:54 -0300 |
commit | ab69b2ce6ed7dae43a7c87f5e6fcfb1cdfce6564 (patch) | |
tree | 82a1b1516b70be9393bd773bd8ff70bd78cf9171 /community/py3-pytest-xdist | |
parent | e5d5434a663833f0ec8e5f23f0eef5dc7fb0412c (diff) | |
download | aports-ab69b2ce6ed7dae43a7c87f5e6fcfb1cdfce6564.tar.bz2 aports-ab69b2ce6ed7dae43a7c87f5e6fcfb1cdfce6564.tar.xz |
community/py3-pytest-xdist: upgrade to 1.30.0
Diffstat (limited to 'community/py3-pytest-xdist')
-rw-r--r-- | community/py3-pytest-xdist/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pytest-xdist/APKBUILD b/community/py3-pytest-xdist/APKBUILD index 37728ac6e8..28a5f90dc4 100644 --- a/community/py3-pytest-xdist/APKBUILD +++ b/community/py3-pytest-xdist/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Dmitry Romanenko <dmitry@romanenko.in> # Maintainer: Dmitry Romanenko <dmitry@romanenko.in> pkgname=py3-pytest-xdist -pkgver=1.29.0 +pkgver=1.30.0 pkgrel=0 pkgdesc="pytest xdist plugin for distributed testing and loop-on-failing modes" url="https://github.com/pytest-dev/pytest-xdist" @@ -31,4 +31,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="b4d62d602cef103e69a42105c1455e52d67769b21c93f931831e577e7b5aa2e27d017a61634ebdde2be5a5db1a53453bb380d4b7d9e45f445320a9a2cb10a63c pytest-xdist-1.29.0.tar.gz" +sha512sums="978b67df2366d916db62af21f2c610ac5d2de43cecf3260ec9bf52f904098514c3052ce8ca2195c17addd4012f3c5d38ce8a701d26c8158142a821b0d0cf9122 pytest-xdist-1.30.0.tar.gz" |