python-cachetools: update to 6.2.1

This commit is contained in:
Dirk Stolle 2025-10-12 23:15:02 +02:00
parent 36ca8887f3
commit 8fa8d9932a

View File

@ -3,7 +3,7 @@
_realname=cachetools
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.2.0
pkgver=6.2.1
pkgrel=1
pkgdesc='Extensible memoizing collections and decorators (mingw-w64)'
arch=('any')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('38b328c0889450f05f5e120f56ab68c8abaf424e1275522b138ffc93253f7e32')
sha256sums=('3f391e4bd8f8bf0931169baf7456cc822705f4e2a31f840d218f445b9a854201')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"