diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-12-05 07:12:28 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-12-06 08:48:25 +0700 |
commit | a2cc9463e4c9ebc3b46a66e6c63889f515763ebf (patch) | |
tree | 4c09946e58deab64a10892af182795425bcd2160 /python/python3-propcache | |
parent | d5cfa4e94b67aef441685d333dd593709a262d53 (diff) |
python/python3-propcache: Updated for version 0.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-propcache')
-rw-r--r-- | python/python3-propcache/python3-propcache.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-propcache/python3-propcache.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-propcache/python3-propcache.SlackBuild b/python/python3-propcache/python3-propcache.SlackBuild index d3a6cc03d5..85dfb645f3 100644 --- a/python/python3-propcache/python3-propcache.SlackBuild +++ b/python/python3-propcache/python3-propcache.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) SRCNAM=propcache PRGNAM=python3-propcache -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-0.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-propcache/python3-propcache.info b/python/python3-propcache/python3-propcache.info index a79a041e2e..a36a5c1954 100644 --- a/python/python3-propcache/python3-propcache.info +++ b/python/python3-propcache/python3-propcache.info @@ -1,8 +1,8 @@ PRGNAM="python3-propcache" -VERSION="0.2.0" +VERSION="0.2.1" HOMEPAGE="https://propcache.readthedocs.io/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/propcache/propcache-0.2.0.tar.gz" -MD5SUM="70b121a9845a0da06eccfbc42ff74335" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/propcache/propcache-0.2.1.tar.gz" +MD5SUM="c642caac1415818205011277008142ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-expandvars" |