Update cachetools to version 4.2.1

This commit is contained in:
Dan Yeaw
2021-01-24 19:39:54 -05:00
parent 85e4805e65
commit a7e3137727

View File

@@ -3,7 +3,7 @@
_realname=cachetools
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=4.2.0
pkgver=4.2.1
pkgrel=1
pkgdesc='Extensible memoizing collections and decorators (mingw-w64)'
arch=('any')
@@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner")
source=("${_realname}-$pkgver.tar.gz::https://github.com/tkem/cachetools/archive/v$pkgver.tar.gz")
sha256sums=('697b5040b30c5dbd403410bd9a15c66672f84761acea4d333853f334c6193291')
sha256sums=('077bb90fd7937f6628931e6b0b0e86e43fab5475b35d3b3729d8102124d8509c')
prepare() {
cd "$srcdir"