diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-01-27 08:26:13 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-01-27 16:52:18 +0200 |
commit | cb0b6f52bdfa09963f435174c65ccc1415c48e96 (patch) | |
tree | 3006b18b7ee92e720144b3ac8b1943090dc3f21f /community/pytest | |
parent | 1003cfcd50fd2bea03c0f13cade9fb6606a95757 (diff) | |
download | aports-cb0b6f52bdfa09963f435174c65ccc1415c48e96.tar.bz2 aports-cb0b6f52bdfa09963f435174c65ccc1415c48e96.tar.xz |
community/pytest: upgrade to 3.0.6
Diffstat (limited to 'community/pytest')
-rw-r--r-- | community/pytest/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pytest/APKBUILD b/community/pytest/APKBUILD index 0d6df5cca2..9bf13e2190 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.0.3 +pkgver=3.0.6 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -54,6 +54,6 @@ _py() { done } -md5sums="b33b3b1f847d3745a78423762f6b7f6d pytest-3.0.3.tar.gz" -sha256sums="f213500a356800a483e8a146ff971ae14a8df3f2c0ae4145181aad96996abee7 pytest-3.0.3.tar.gz" -sha512sums="ec0b4a5f0d6673a339c5a70b402c004c23db7001005454329eeaea15d890f53b8f2740f6c6254499d0f915b9058bfdfa535d9f22847bb382a060d65204fce4af pytest-3.0.3.tar.gz" +md5sums="6639592fa430567d024189f097fcdbd7 pytest-3.0.6.tar.gz" +sha256sums="643434a9f1a188271da35e20064cb8b6c5440976c5bb541dc7b5b0e3cf75d940 pytest-3.0.6.tar.gz" +sha512sums="0e983f1f52c18327537d20be30425f4c74037d1fbf6b4aedf2646cf21d450fa9b2b20625f26f5db759b4fe1fd28c6640cb1df88e667efaeea6642e7f02f01e06 pytest-3.0.6.tar.gz" |