python-pytest-cov: update to 2.12.1

This commit is contained in:
Naveen
2021-06-02 05:11:30 +00:00
committed by github-actions[bot]
parent 7e3cc7232c
commit 76c84fd0ad

View File

@@ -6,16 +6,16 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.12.0
pkgver=2.12.1
pkgrel=1
pkgdesc="py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
url='https://github.com/schlamar/pytest-cov'
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-coverage"
"${MINGW_PACKAGE_PREFIX}-python-pytest")
depends=("${MINGW_PACKAGE_PREFIX}-python-coverage"
"${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-toml")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-virtualenv"
# "${MINGW_PACKAGE_PREFIX}-python-process-tests"
@@ -25,7 +25,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-virtualenv"
)
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v${pkgver}.tar.gz")
sha512sums=('796e64fe16e90765defcc2c93abf85a2d58bf1ba9c16bbd5e60ec8b25a44e29a0d906105c9f94297837b0dc51a8c157f8fdb780e2786163e62f5796fb6566c11')
sha512sums=('a9893c81b7c5829c68b71e086719939c82622788fa471e2ab61f27cfb0efcc2008f09ec586ea06dba99ec1a6bf8789b8e3531c2ea8fa6435d7e45712b5cb9ea4')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {