diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-08-08 09:00:17 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-08-10 07:55:32 +0000 |
commit | 55cba3ac5ebad21d231557146ed1189d7e487cf7 (patch) | |
tree | ec3090014a7813ee1604c012ac73944259073743 /community/pytest | |
parent | 8b7241a24c5220ff1f7f66b0bddf91e592476fc5 (diff) | |
download | aports-55cba3ac5ebad21d231557146ed1189d7e487cf7.tar.bz2 aports-55cba3ac5ebad21d231557146ed1189d7e487cf7.tar.xz |
community/pytest: upgrade to 3.2.0
Diffstat (limited to 'community/pytest')
-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 f2ca0368b0..025be3289b 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.1.1 +pkgver=3.2.0 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -54,4 +54,4 @@ _py() { done } -sha512sums="b990cdbcd9ed3da816d44b9de37cac9a27db50bfd426f5d1abf4247862f69124968f5aed684487f8076f0e7157ac532003380b45f3dfdfe06ffa1d4d97aad888 pytest-3.1.1.tar.gz" +sha512sums="5ecf826aec47b585f30ef277b66330da51c841cad7967206171f6d94afd5f97179ff25f08113d65a33f6ca12ed61224d65b6b093336ef77b59836589d85259af pytest-3.2.0.tar.gz" |