diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-26 21:15:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-26 21:26:22 -0300 |
commit | 09a8988b87265b1abc8efc799e210bb81bb4c8e2 (patch) | |
tree | ecd6455fce572fd16ecd68a38d3e4c6bb49104d0 /community/py3-pytest-runner | |
parent | d860901eb90618a37049a2c82f52dc0c117f74a0 (diff) | |
download | aports-09a8988b87265b1abc8efc799e210bb81bb4c8e2.tar.bz2 aports-09a8988b87265b1abc8efc799e210bb81bb4c8e2.tar.xz |
community/py3-pytest-runner: upgrade to 5.2
Diffstat (limited to 'community/py3-pytest-runner')
-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 8f0764ce66..90984a341d 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=5.1 +pkgver=5.2 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="db98e5247aec3f545f4ab680f6ba739910bf119b0d08ea7d8c48cac2d97482e22aa9722c3307ad170e474ea6b793af32f6ac7c8926ccbb4e694c22cb7e6b50f4 pytest-runner-5.1.tar.gz" +sha512sums="5fc62a4e681cfa0ef25dc815ccbbfe1a7ca0e9e7783c2ba2db0da7d2539f11c08d6c3fad2ab3dfe7f0d50fe7bfb41127b11ec9af67ef8e32361655bc910c8245 pytest-runner-5.2.tar.gz" |