diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-08-07 13:19:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-04 11:44:20 +0000 |
commit | 945b5362dd84389f5544cb7d7ccb5a4a9b8edc08 (patch) | |
tree | f4132830a5313788fe3f667ec3abc1476f7359e4 /community | |
parent | cabb670a1c808329c957478a5470e767feec6705 (diff) | |
download | aports-945b5362dd84389f5544cb7d7ccb5a4a9b8edc08.tar.bz2 aports-945b5362dd84389f5544cb7d7ccb5a4a9b8edc08.tar.xz |
community/pytest: upgrade to 3.7.1
Diffstat (limited to 'community')
-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 e3ff533e23..22ba1614f8 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.4 +pkgver=3.7.1 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -63,4 +63,4 @@ _py() { done } -sha512sums="7e5134d42e73e1712bb2c5cb600f7c0c320fddcbd0841b3738689880074a37f709eedd05f876591e9ff8bf36917fb8976e6783ff418585bc6930365e29bdee17 pytest-3.6.4.tar.gz" +sha512sums="703e52ca1400aeb6e68c802027f4c9f6d9079e3808cbeba730992e062cc1d5b53e5c1fa4bb3a98d97d2ed2b14fd1d5d1d191c970e44be382dc09b03a70f27f8b pytest-3.7.1.tar.gz" |