aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-09 16:01:17 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-09 16:01:17 -0300
commit39ccb6fbc80fd98c50fcc2ecc7a633551633062b (patch)
tree8d1062080873f2631ff39980070d79c74f25b79e
parenta7fcf0948e595ec1379025419a822a4ca4b75d99 (diff)
downloadalpine_aports-39ccb6fbc80fd98c50fcc2ecc7a633551633062b.tar.bz2
alpine_aports-39ccb6fbc80fd98c50fcc2ecc7a633551633062b.tar.xz
alpine_aports-39ccb6fbc80fd98c50fcc2ecc7a633551633062b.zip
main/py3-pytest: upgrade to 6.1.1
-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 6ea6f7b96f..e6d8fd48bc 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=6.1.0 4pkgver=6.1.1
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="a67571468315eea7ed5b56285f18b239b47992bfc7d4d891587f1c540f240159219be15a9a34852529ded7743bea82eb9cde4bcdd053f448a61a6c835b5405de pytest-6.1.0.tar.gz" 36sha512sums="fc61028a01187f6161061a0c2fc392dd719586780a49eec037a72878de00bc33a81c1bc0e2be01be52b30c7eeea2c590d1a4ec08cb14a955bc624478118889b0 pytest-6.1.1.tar.gz"