From 8d06808cf6a1406b17d541f789f7192ab01d704b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 17 May 2025 03:46:33 +0000 Subject: [PATCH] python-pluggy: update to 1.6.0 --- mingw-w64-python-pluggy/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-pluggy/PKGBUILD b/mingw-w64-python-pluggy/PKGBUILD index ca7eb46498..4e9cbdca7f 100644 --- a/mingw-w64-python-pluggy/PKGBUILD +++ b/mingw-w64-python-pluggy/PKGBUILD @@ -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