diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-03-23 07:42:08 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-23 09:58:08 +0000 |
commit | d15ac5ed48cf2614c2e15dcdbbf35a07604784d5 (patch) | |
tree | d765e896b4c6c8d6978e2e0a47782cebe0d6c568 /community/pytest | |
parent | 9e94d6f557c39540a8c4d21faff7f051a6f26b1c (diff) | |
download | aports-d15ac5ed48cf2614c2e15dcdbbf35a07604784d5.tar.bz2 aports-d15ac5ed48cf2614c2e15dcdbbf35a07604784d5.tar.xz |
community/pytest: upgrade to 3.5.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 4f7936d04e..36945c04e8 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.4.2 +pkgver=3.5.0 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -60,4 +60,4 @@ _py() { done } -sha512sums="787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b pytest-3.4.2.tar.gz" +sha512sums="031997650592a5c5697981c517082a8de0f585b63e9fcba57903163c0e87ab6a4206f93038ecc130530422547bfc0e03f765c8f260e52e51f2f9e0cb26ceeaa8 pytest-3.5.0.tar.gz" |