diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-06-07 07:05:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-07 12:38:17 +0000 |
commit | deb396b0df2cef3994cc0de1623028d1c79b5b6c (patch) | |
tree | f8d4653c0d04fffae4885e8067c09fc7c6d5ffdb | |
parent | 73aed57b1302b89103d4ecfbcd225997fb0d410f (diff) | |
download | aports-deb396b0df2cef3994cc0de1623028d1c79b5b6c.tar.bz2 aports-deb396b0df2cef3994cc0de1623028d1c79b5b6c.tar.xz |
community/pytest: upgrade to 3.6.1
-rw-r--r-- | community/pytest/APKBUILD | 4 |
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 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pytest -pkgver=3.5.1 +pkgver=3.6.1 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -62,4 +62,4 @@ _py() { done } -sha512sums="5f54251b197b4bebadb06536054b4f79e16c5cec2cdfd7d95fd74548b8ecfaddaafeb635eb90d085fe4d4bea1108f951fe500d0e548cc8b797b0d23e0c2693a0 pytest-3.5.1.tar.gz" +sha512sums="38a1ccc5a915c70c66b3c9ab89e8d42a1e481ec1dfb8aa1d37b1a03d9a4fa1167e9a278a280188f30abe3ad5bb1e1a0cc74e640ae2b2d005aa3f00abc5aef957 pytest-3.6.1.tar.gz" |