New versions of py-cachetools (#26976)

* New versions of py-cachetools

* Changes from review
This commit is contained in:
iarspider 2021-10-27 22:00:48 +02:00 committed by GitHub
parent 704c94429b
commit dd0770fd64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@ class PyCachetools(PythonPackage):
homepage = "https://github.com/tkem/cachetools"
pypi = "cachetools/cachetools-3.1.1.tar.gz"
version('4.2.4', sha256='89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693')
version('4.2.2', sha256='61b5ed1e22a0924aed1d23b478f37e8d52549ff8a961de2909c69bf950020cff')
version('3.1.1', sha256='8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a')
depends_on('py-setuptools', type='build')
depends_on('py-setuptools@46.4.0:', type='build', when='@4.2.2:')
depends_on('python@3.5:3', type=('build', 'run'), when='@4.2.2:')