aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-03 19:25:19 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-06-04 14:09:51 +0000
commit31d8dc0272b9d2c3b026a4f303ea66ce66a7b546 (patch)
tree2ecd5f3ed3457631565be45db0b1a5f8f3559670
parent51658040da43f9ad84dd8c47882f25ab98c9cdfe (diff)
downloadalpine_aports-31d8dc0272b9d2c3b026a4f303ea66ce66a7b546.tar.bz2
alpine_aports-31d8dc0272b9d2c3b026a4f303ea66ce66a7b546.tar.xz
alpine_aports-31d8dc0272b9d2c3b026a4f303ea66ce66a7b546.zip
main/py3-pytest: upgrade to 5.4.3
-rw-r--r--main/py3-pytest/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-pytest/APKBUILD b/main/py3-pytest/APKBUILD
index 5f9330651b..b83c36a89d 100644
--- a/main/py3-pytest/APKBUILD
+++ b/main/py3-pytest/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> 1# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
3pkgname=py3-pytest 3pkgname=py3-pytest
4pkgver=5.4.2 4pkgver=5.4.3
5pkgrel=0 5pkgrel=0
6pkgdesc="Python3 testing library" 6pkgdesc="Python3 testing library"
7url="https://docs.pytest.org/en/latest/" 7url="https://docs.pytest.org/en/latest/"
@@ -33,4 +33,4 @@ package() {
33 python3 setup.py install --prefix=/usr --root="$pkgdir" 33 python3 setup.py install --prefix=/usr --root="$pkgdir"
34} 34}
35 35
36sha512sums="c92ffa613a02cee2580d690c24b76f16957082b138cf7c51d277b0fb5098fab2272ab73295e5e368cbd908026130a9185a35f8792054e36b7ade0a05f7f3f192 pytest-5.4.2.tar.gz" 36sha512sums="0a07d4f4f791969c6f21961a0ba0f8c6670e5870c6cc1cebf93766587bb9cb3e10db8e57f0bd33dd22b275f3aad7aa674949f124ac80e0ccca64e35be4beee4e pytest-5.4.3.tar.gz"