aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2018-06-07 07:05:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-07 12:38:17 +0000
commitdeb396b0df2cef3994cc0de1623028d1c79b5b6c (patch)
treef8d4653c0d04fffae4885e8067c09fc7c6d5ffdb
parent73aed57b1302b89103d4ecfbcd225997fb0d410f (diff)
downloadalpine_aports-deb396b0df2cef3994cc0de1623028d1c79b5b6c.tar.bz2
alpine_aports-deb396b0df2cef3994cc0de1623028d1c79b5b6c.tar.xz
alpine_aports-deb396b0df2cef3994cc0de1623028d1c79b5b6c.zip
community/pytest: upgrade to 3.6.1
-rw-r--r--community/pytest/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pytest/APKBUILD b/community/pytest/APKBUILD
index f8a2122739..4d2cce54d2 100644
--- a/community/pytest/APKBUILD
+++ b/community/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=pytest 3pkgname=pytest
4pkgver=3.5.1 4pkgver=3.6.1
5pkgrel=0 5pkgrel=0
6pkgdesc="A python test library" 6pkgdesc="A python test library"
7url="http://pytest.org" 7url="http://pytest.org"
@@ -62,4 +62,4 @@ _py() {
62 done 62 done
63} 63}
64 64
65sha512sums="5f54251b197b4bebadb06536054b4f79e16c5cec2cdfd7d95fd74548b8ecfaddaafeb635eb90d085fe4d4bea1108f951fe500d0e548cc8b797b0d23e0c2693a0 pytest-3.5.1.tar.gz" 65sha512sums="38a1ccc5a915c70c66b3c9ab89e8d42a1e481ec1dfb8aa1d37b1a03d9a4fa1167e9a278a280188f30abe3ad5bb1e1a0cc74e640ae2b2d005aa3f00abc5aef957 pytest-3.6.1.tar.gz"