diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-09 12:37:12 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:15 +0700 |
commit | a588a2902be22f50f9c11d01e55d7d5f6e087095 (patch) | |
tree | 7c99e71f43b3a84e21337bad3da8bf1d1a3a1b27 /python | |
parent | 741159fd594bc74ba6cc02ca063b6b7dc0e0ef7b (diff) |
python/python3-dogpile.cache: Updated for version 1.3.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-dogpile.cache/python3-dogpile.cache.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-dogpile.cache/python3-dogpile.cache.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-dogpile.cache/python3-dogpile.cache.SlackBuild b/python/python3-dogpile.cache/python3-dogpile.cache.SlackBuild index c986ded39b9e0..3448621f6c9be 100644 --- a/python/python3-dogpile.cache/python3-dogpile.cache.SlackBuild +++ b/python/python3-dogpile.cache/python3-dogpile.cache.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-dogpile.cache -# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com +# Copyright 2023-2024 Jeremy Hansen jebrhansen+SBo@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-dogpile.cache -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.3.1} SRCNAM=${SRCNAM:-dogpile.cache} SRCVER=${SRCVER:-rel_$(echo $VERSION | tr . _)} BUILD=${BUILD:-1} diff --git a/python/python3-dogpile.cache/python3-dogpile.cache.info b/python/python3-dogpile.cache/python3-dogpile.cache.info index 926346ad4fae3..44f059448de84 100644 --- a/python/python3-dogpile.cache/python3-dogpile.cache.info +++ b/python/python3-dogpile.cache/python3-dogpile.cache.info @@ -1,8 +1,8 @@ PRGNAM="python3-dogpile.cache" -VERSION="1.3.0" +VERSION="1.3.1" HOMEPAGE="https://dogpilecache.sqlalchemy.org/" -DOWNLOAD="https://github.com/sqlalchemy/dogpile.cache/archive/rel_1_3_0/dogpile.cache-rel_1_3_0.tar.gz" -MD5SUM="c565ccdecccd453cb268a9a4bca7e849" +DOWNLOAD="https://github.com/sqlalchemy/dogpile.cache/archive/rel_1_3_1/dogpile.cache-rel_1_3_1.tar.gz" +MD5SUM="6e9354789e7e629490dd42fa16640e95" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-stevedore python3-decorator typing-extensions python3-setuptools-opt" |