diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2018-10-30 22:13:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-03 07:44:58 +0700 |
commit | ec11ed50fc04c46fc4ce14ed64fbdcc558fec920 (patch) | |
tree | 823b4df3884360b8abef27b3bb50620c3d2b0f73 /python | |
parent | 94996ebf3905df2ac8e072757016209df2f40234 (diff) |
python/functools-lru-cache: Updated for version 1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/functools-lru-cache/functools-lru-cache.SlackBuild | 4 | ||||
-rw-r--r-- | python/functools-lru-cache/functools-lru-cache.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/functools-lru-cache/functools-lru-cache.SlackBuild b/python/functools-lru-cache/functools-lru-cache.SlackBuild index 98636659ec11..7217e6602092 100644 --- a/python/functools-lru-cache/functools-lru-cache.SlackBuild +++ b/python/functools-lru-cache/functools-lru-cache.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for functools-lru-cache -# Copyright 2017 Serban Udrea <s.udrea@gsi.de> +# Copyright 2017-2018 Serban Udrea <s.udrea@gsi.de> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=functools-lru-cache SRCNAM="backports.functools_lru_cache" -VERSION=${VERSION:-1.3} +VERSION=${VERSION:-1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/functools-lru-cache/functools-lru-cache.info b/python/functools-lru-cache/functools-lru-cache.info index 8c9456f15594..9ac7e9adf4df 100644 --- a/python/functools-lru-cache/functools-lru-cache.info +++ b/python/functools-lru-cache/functools-lru-cache.info @@ -1,8 +1,8 @@ PRGNAM="functools-lru-cache" -VERSION="1.3" -HOMEPAGE="http://code.activestate.com/recipes/578078/" -DOWNLOAD="https://pypi.python.org/packages/00/9c/70c865c629d406531d05f46a5c5f68874f186bcc0424ed3bd7cbe54bfe7d/backports.functools_lru_cache-1.3.tar.gz" -MD5SUM="b26a223250bd24ea2e0ad6ce47b19084" +VERSION="1.5" +HOMEPAGE="https://github.com/jaraco/backports.functools_lru_cache" +DOWNLOAD="https://files.pythonhosted.org/packages/57/d4/156eb5fbb08d2e85ab0a632e2bebdad355798dece07d4752f66a8d02d1ea/backports.functools_lru_cache-1.5.tar.gz" +MD5SUM="20f53f54cd3f04b3346ce75a54959754" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="setuptools-scm" |