From 76c84fd0ad331b6a044a5bc5ada798c337b97137 Mon Sep 17 00:00:00 2001 From: Naveen Date: Wed, 2 Jun 2021 05:11:30 +0000 Subject: [PATCH] python-pytest-cov: update to 2.12.1 --- mingw-w64-python-pytest-cov/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python-pytest-cov/PKGBUILD b/mingw-w64-python-pytest-cov/PKGBUILD index be26b69b1b..af12a6bb4e 100644 --- a/mingw-w64-python-pytest-cov/PKGBUILD +++ b/mingw-w64-python-pytest-cov/PKGBUILD @@ -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() {