diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-03-06 15:18:53 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-06 22:23:21 +0100 |
commit | 70d82e505b875c3e7518adc4e35175d32f0033d9 (patch) | |
tree | 3f56a5f61c416fb92e1b6a6402c43a9e429a3604 | |
parent | 500305a3b6dc92790a460a7da22d6b9d42e17de6 (diff) | |
download | aports-70d82e505b875c3e7518adc4e35175d32f0033d9.tar.bz2 aports-70d82e505b875c3e7518adc4e35175d32f0033d9.tar.xz |
community/pytest: upgrade to 3.4.2
-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 b2247fafef..4f7936d04e 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.0 +pkgver=3.4.2 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -60,4 +60,4 @@ _py() { done } -sha512sums="5b7bb5ad10a2f0eb65ce6a199aa6f93574da133c783fe8a18a26a24ad68682744d1a22c3612efa77b51e296a39fbaefaed268800e30b8fa6d1d79a01eae202a4 pytest-3.4.0.tar.gz" +sha512sums="787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b pytest-3.4.2.tar.gz" |