aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2021-05-05 01:33:37 +0200
committerLeo <thinkabit.ukim@gmail.com>2021-05-05 07:20:58 +0000
commit2bb0f43c06817ae9bc1f48eabf660167203f35e9 (patch)
tree87565a90e90645c5b306a8ee5f50a1ef3a3a3e05
parent9fbd22eb8276e991ef86e173c5c42994b0f90959 (diff)
main/py3-pytest: upgrade to 6.2.4
-rw-r--r--main/py3-pytest/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/main/py3-pytest/APKBUILD b/main/py3-pytest/APKBUILD
index 3fd9d29747d..a09057d489b 100644
--- a/main/py3-pytest/APKBUILD
+++ b/main/py3-pytest/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-pytest
-pkgver=6.2.3
-pkgrel=3
+pkgver=6.2.4
+pkgrel=0
pkgdesc="Python3 testing library"
url="https://docs.pytest.org/en/latest/"
arch="noarch"
@@ -42,5 +42,7 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="51a86e99f4a2c0518c45c92b590f58fa6b13e46ebe4a7555d243d8094752ac1145e63fc5b2d5db2637c90df86c14f10ad50ef4c76a6701dc31717e4e8dc8d339 pytest-6.2.3.tar.gz
-3c25db14bcd55bb9be88753cfd63ff40b0d2d2efd7ad347255393dfc91cc97019ae61b00d999f1c94986f11cc411515a81c2ccfd0f7c8dc3687e90a038dec763 0001-remove-setuptools_scm.patch"
+sha512sums="
+43adc9a78e16a05f07e689e4557b63f2e0f4de5a1cdea6f24272b6a658a6b0a18721713cf46b5102cf2726ddbc4ffe131c39e652bd2511d285f40cbfcccc2289 pytest-6.2.4.tar.gz
+3c25db14bcd55bb9be88753cfd63ff40b0d2d2efd7ad347255393dfc91cc97019ae61b00d999f1c94986f11cc411515a81c2ccfd0f7c8dc3687e90a038dec763 0001-remove-setuptools_scm.patch
+"