diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-05 17:10:48 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-05 17:10:48 +0000 |
commit | 679c0e7e27c96c75526557000e78b62592de6106 (patch) | |
tree | 4b07d13daeeded03f9c240566aded688f58e0c81 | |
parent | 4dccdfb8689395565f47c661b1b1acea485f8530 (diff) | |
download | aports-679c0e7e27c96c75526557000e78b62592de6106.tar.bz2 aports-679c0e7e27c96c75526557000e78b62592de6106.tar.xz |
community/pytest: upgrade to 3.6.3
-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 32098270c9..d06d4467ec 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.6.2 +pkgver=3.6.3 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -63,4 +63,4 @@ _py() { done } -sha512sums="7ed9a2ceb1d3d69adc947bf0677c33839238d343916eff803cb61354f63248e645ba9b95635f5d8b97cf5295ca69ae75d03929d6369005c7651d8b2c7f2ead9d pytest-3.6.2.tar.gz" +sha512sums="e18d8e972cb1b05b037b9441eea5981ce036d8e2c2bab80f6e50f283df9bd08740296133990424cf78449f6d3d2fbd1d59709770aa972af99fe061583f2d79a7 pytest-3.6.3.tar.gz" |