diff options
author | Jean-Louis Fuchs <ganwell@fangorn.ch> | 2017-09-18 19:43:16 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-09-21 05:10:16 +0000 |
commit | 9df0fe5251ee31f5c0baa1a71e57d2ca17bfbf25 (patch) | |
tree | a8f6e0578bacefd0cec656527cccb5bd6bc61f47 /community/pytest | |
parent | 68464c103e33d35ef21764da63fc571eb9f2b801 (diff) | |
download | aports-9df0fe5251ee31f5c0baa1a71e57d2ca17bfbf25.tar.bz2 aports-9df0fe5251ee31f5c0baa1a71e57d2ca17bfbf25.tar.xz |
community/pytest: upgrade to 3.2.2
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 025be3289b..af1f727376 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.2.0 +pkgver=3.2.2 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -54,4 +54,4 @@ _py() { done } -sha512sums="5ecf826aec47b585f30ef277b66330da51c841cad7967206171f6d94afd5f97179ff25f08113d65a33f6ca12ed61224d65b6b093336ef77b59836589d85259af pytest-3.2.0.tar.gz" +sha512sums="6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db pytest-3.2.2.tar.gz" |