aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2024-04-23 10:55:06 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2024-04-23 08:59:34 +0000
commit7bcc4ae70e99e0ee44f2d96828c7a387624947e4 (patch)
tree03e1972ff0d5828d92732d88862159e962018abc
parent8f85c1572d43a685ee11ebbbfee330f10fa798e3 (diff)
community/py3-pytest-cov: ugpgrade to 5.0.0HEADmaster
-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 595597183b4..68eccae7a39 100644
--- a/community/py3-pytest-cov/APKBUILD
+++ b/community/py3-pytest-cov/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: TBK <alpine@jjtc.eu>
# Maintainer: TBK <alpine@jjtc.eu>
pkgname=py3-pytest-cov
-pkgver=4.1.0
-pkgrel=1
+pkgver=5.0.0
+pkgrel=0
pkgdesc="Pytest plugin for measuring coverage"
options="!check" # Requires unpackaged 'fields' module
url="https://github.com/pytest-dev/pytest-cov"
@@ -31,5 +31,5 @@ package() {
}
sha512sums="
-d5eca8c750b6668a2b893e65d6799267d1a13eda78908880f454533a7846f1c4f94df6b5b702436e74a2ffb7912a19cae5edb6452abf3cc7c4765f187db039f1 py3-pytest-cov-4.1.0.tar.gz
+26721791424ef35eff6f3344b4c5bda486015f83657a9a33bab942bfa3514c319397dc343a292d2d76e175f4615062e4a229218420bc4cb331e09a9ceb0266d8 py3-pytest-cov-5.0.0.tar.gz
"