python-coverage: update to 7.10.0

This commit is contained in:
Biswapriyo Nath 2025-07-26 05:03:28 +00:00
parent e3f8e4de6d
commit 90cb480ab0

View File

@ -3,7 +3,7 @@
_realname=coverage
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=7.9.2
pkgver=7.10.0
pkgrel=1
pkgdesc="Code coverage measurement for Python (mingw-w64)"
arch=('any')
@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-cc")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('997024fa51e3290264ffd7492ec97d0690293ccd2b45a6cd7d82d945a4a80c8b')
sha256sums=('2768885aef484b5dcde56262cbdfba559b770bfc46994fe9485dc3614c7a5867')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"