python-pluggy: update to 1.6.0

This commit is contained in:
Biswapriyo Nath 2025-05-17 03:46:33 +00:00
parent fa20eb5b78
commit 8d06808cf6

View File

@ -3,8 +3,8 @@
_realname=pluggy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.5.0
pkgrel=3
pkgver=1.6.0
pkgrel=1
pkgdesc='Plugin and hook calling mechanisms for python (mingw-w64)'
url='https://github.com/pytest-dev/pluggy'
msys2_references=(
@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1')
sha256sums=('7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3')
prepare() {
rm -rf python-build-${MSYSTEM} | true