diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-24 11:11:30 -0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-27 15:17:10 +0000 |
commit | c6f64840fd39e059d2563560fa1fa633e07ad00d (patch) | |
tree | 102ba0f672abcd188c8b390d479027ea6c69cd46 /community/py3-pytest-runner/APKBUILD | |
parent | ad6e2ff1c623446ae392013bf0fbe984a21c794b (diff) | |
download | aports-c6f64840fd39e059d2563560fa1fa633e07ad00d.tar.bz2 aports-c6f64840fd39e059d2563560fa1fa633e07ad00d.tar.xz |
community/py3-pytest-runner: upgrade to 5.1
Diffstat (limited to 'community/py3-pytest-runner/APKBUILD')
-rw-r--r-- | community/py3-pytest-runner/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pytest-runner/APKBUILD b/community/py3-pytest-runner/APKBUILD index 18545d7f9e..8f0764ce66 100644 --- a/community/py3-pytest-runner/APKBUILD +++ b/community/py3-pytest-runner/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pytest-runner _pkgname=pytest-runner -pkgver=4.4 +pkgver=5.1 pkgrel=0 pkgdesc="Invoke py.test as distutils command" options="!check" # Requires unpackaged pytest-{checkdocs,flake8,virtualenv} @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="3122e556bc7ad41f48a8044b6c8555aed41bbed1ccaafe39bbd0aff51c4b656c4de954ccd99b5122f95763dad7ad54a2ae78d4e9522364ea6bbafecb967b09f5 pytest-runner-4.4.tar.gz" +sha512sums="db98e5247aec3f545f4ab680f6ba739910bf119b0d08ea7d8c48cac2d97482e22aa9722c3307ad170e474ea6b793af32f6ac7c8926ccbb4e694c22cb7e6b50f4 pytest-runner-5.1.tar.gz" |