python-pytest-checkdocs: update to 2.10.1

This commit is contained in:
Biswapriyo Nath
2023-08-03 21:58:25 +05:30
parent d70be11123
commit 341895fffc

View File

@@ -4,13 +4,13 @@ _pyname=pytest-checkdocs
_realname=pytest-checkdocs
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.9.0
pkgrel=2
pkgver=2.10.1
pkgrel=1
pkgdesc='check the README when running tests (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://github.com/jaraco/pytest-checkdocs"
license=('MIT')
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python-docutils"
"${MINGW_PACKAGE_PREFIX}-python-build")
makedepends=(
@@ -19,8 +19,8 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm"
"${MINGW_PACKAGE_PREFIX}-python-wheel"
)
source=("${_pyname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('54b3d1357a289e3f6336d31d4ceb72e99afe0fa4f552990f1b1f015f1925543b')
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('393868583f2d0314f8c5828fd94f7d28699543f6a0a925356d7e274e2952297e')
prepare() {
cd "$srcdir"