aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-22 02:01:43 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-22 04:08:54 -0300
commitb91f54192d3cebc9d97520dcb97d53781ffcea42 (patch)
treeb4b8367f4a38ca691d26ae744d4330ae31385298
parentab69b2ce6ed7dae43a7c87f5e6fcfb1cdfce6564 (diff)
downloadaports-b91f54192d3cebc9d97520dcb97d53781ffcea42.tar.bz2
aports-b91f54192d3cebc9d97520dcb97d53781ffcea42.tar.xz
community/py3-pytest-cov: upgrade to 2.8.1
-rw-r--r--community/py3-pytest-cov/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pytest-cov/APKBUILD b/community/py3-pytest-cov/APKBUILD
index 042eeb5771..35713b24ba 100644
--- a/community/py3-pytest-cov/APKBUILD
+++ b/community/py3-pytest-cov/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: TBK <alpine@jjtc.eu>
pkgname=py3-pytest-cov
_pkgname=${pkgname#py3-}
-pkgver=2.7.1
+pkgver=2.8.1
pkgrel=0
pkgdesc="Pytest plugin for measuring coverage."
options="!check" # Requires unpackaged 'fields' module
@@ -11,7 +11,7 @@ arch="noarch"
license="MIT"
replaces="pytest-cov" # for backwards compatibility
provides="pytest-cov=$pkgver-r$pkgrel" # for backwards compatibility
-depends="pytest py3-pytest py3-coverage"
+depends="py3-pytest py3-coverage"
makedepends="py3-setuptools"
checkdepends="py3-virtualenv py3-pytest-xdist"
source="$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz"
@@ -29,4 +29,4 @@ package() {
python3 setup.py install --prefix="/usr" --root="$pkgdir"
}
-sha512sums="bb2bc5be49b3c2f56a36b6396d6b1a6734e86fb0bf1c2ef29bf8dbc95dcb9364c6deb1525529d46f4ec0ffa6899ef0e94b5f76e5ed892b0a092e69ad6c6e080e py3-pytest-cov-2.7.1.tar.gz"
+sha512sums="63e4180a5e64579c87aada2f5f3afb5bfe4c4d3f4d39d694abebb05c56761b758cb9a5ccc96569acea595b9333412f34be6b1a0e1cea8a9b580694bfa11df303 py3-pytest-cov-2.8.1.tar.gz"