python3-cachetools: update to 4.1.0.

This commit is contained in:
Peter Bui 2020-04-25 13:50:28 -04:00 committed by Helmut Pozimski
parent 54e8f02685
commit 1c044a4a07

View file

@ -1,6 +1,6 @@
# Template file for 'python3-cachetools' # Template file for 'python3-cachetools'
pkgname=python3-cachetools pkgname=python3-cachetools
version=4.0.0 version=4.1.0
revision=1 revision=1
archs=noarch archs=noarch
wrksrc="cachetools-${version}" wrksrc="cachetools-${version}"
@ -12,7 +12,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
license="MIT" license="MIT"
homepage="https://github.com/tkem/cachetools/" homepage="https://github.com/tkem/cachetools/"
distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz" distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
checksum=9a52dd97a85f257f4e4127f15818e71a0c7899f121b34591fcc1173ea79a0198 checksum=1d057645db16ca7fe1f3bd953558897603d6f0b9c51ed9d11eb4d071ec4e2aab
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE