diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-02-04 09:32:20 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-05 18:56:11 +0000 |
commit | 348d0d0f26d48cd5221b62e02e1468a8610091c1 (patch) | |
tree | 8a224029defd6fab566c22a62124485df818c953 /community/pytest | |
parent | 3ffe54045090c39b7422981a7083b12d9840db31 (diff) | |
download | aports-348d0d0f26d48cd5221b62e02e1468a8610091c1.tar.bz2 aports-348d0d0f26d48cd5221b62e02e1468a8610091c1.tar.xz |
community/pytest: upgrade to 3.4.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 c11b40fc4d..b2247fafef 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.2.5 +pkgver=3.4.0 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -60,4 +60,4 @@ _py() { done } -sha512sums="37fb9a3b13a517062e0e37f0988cb5cc9b7b9834ccf1c21b1f2ace25ccd977668f27011d5b5b0fdbf5a23135c29054957f36baff643d797250d55ac267a578a3 pytest-3.2.5.tar.gz" +sha512sums="5b7bb5ad10a2f0eb65ce6a199aa6f93574da133c783fe8a18a26a24ad68682744d1a22c3612efa77b51e296a39fbaefaed268800e30b8fa6d1d79a01eae202a4 pytest-3.4.0.tar.gz" |