aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-28 18:29:16 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-06-28 19:33:43 +0000
commita5adc0d9f8a0cc323673fc8f77e6913e41ff895c (patch)
treeb5c9847bc7fd4729d16a6a85f2975e2085727cc3
parent425ce702ec9ffc13a0d999cb3956da2b0805e1b8 (diff)
community/py3-pytest-forked: upgrade to 1.2.0
-rw-r--r--community/py3-pytest-forked/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/py3-pytest-forked/APKBUILD b/community/py3-pytest-forked/APKBUILD
index 9be3ad9c484..b441f669a62 100644
--- a/community/py3-pytest-forked/APKBUILD
+++ b/community/py3-pytest-forked/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Dmitry Romanenko <dmitry@romanenko.in>
# Maintainer: Dmitry Romanenko <dmitry@romanenko.in>
pkgname=py3-pytest-forked
-_pkgname=pytest-forked
-pkgver=1.1.3
-pkgrel=1
+_pyname=pytest-forked
+pkgver=1.2.0
+pkgrel=0
pkgdesc="extracted --boxed from pytest-xdist to ensure backward compat"
url="https://github.com/pytest-dev/pytest-forked"
arch="noarch"
@@ -11,8 +11,8 @@ license="MIT"
depends="py3-pytest"
makedepends="py3-setuptools_scm py3-pbr"
checkdepends="py3-tox"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir"/$_pkgname-$pkgver
+source="https://files.pythonhosted.org/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz"
+builddir="$srcdir"/$_pyname-$pkgver
options="!check" # pytest issues
replaces="pytest-forked" # Backwards compatibility
@@ -31,4 +31,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="2086884b0e78841b3cdf8eb2b144b8fa60ba95e4be79bc58a2b5775a5f997dddef59377f7c993e54974fbbe13e73fe8688eed4d035e85293e35a143c5f0180f3 pytest-forked-1.1.3.tar.gz"
+sha512sums="d7ed2c36213cfb81988e84e370e0504add77fdb79d31aed4d7aabb73943042f860b4a3ca6c9aad7de5b11234631b1e0f66eb067fcb46079d2cc4ba53ef0cabfb pytest-forked-1.2.0.tar.gz"