diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-04 11:45:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-04 11:45:09 +0000 |
commit | e2b1020a9f8661dd4bb38c68f52db4a991ff5cd0 (patch) | |
tree | bb8384313d81f01a068f79bc878a5a6c7ed561d9 | |
parent | 945b5362dd84389f5544cb7d7ccb5a4a9b8edc08 (diff) | |
download | aports-e2b1020a9f8661dd4bb38c68f52db4a991ff5cd0.tar.bz2 aports-e2b1020a9f8661dd4bb38c68f52db4a991ff5cd0.tar.xz |
community/pytest: upgrade to 3.7.4
-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 22ba1614f8..f67301036a 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.7.1 +pkgver=3.7.4 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -63,4 +63,4 @@ _py() { done } -sha512sums="703e52ca1400aeb6e68c802027f4c9f6d9079e3808cbeba730992e062cc1d5b53e5c1fa4bb3a98d97d2ed2b14fd1d5d1d191c970e44be382dc09b03a70f27f8b pytest-3.7.1.tar.gz" +sha512sums="b62419ebcc64b470d429f093c2434ca842f7171164e3f5a37bb0cc8f5da04fa52f096710f167d15a77df128a0f6f79f16e4f4f00ffa22b26111ecfe8d00f0c50 pytest-3.7.4.tar.gz" |