diff options
Diffstat (limited to 'python/python3-expandvars')
-rw-r--r-- | python/python3-expandvars/python3-expandvars.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-expandvars/python3-expandvars.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-expandvars/python3-expandvars.SlackBuild b/python/python3-expandvars/python3-expandvars.SlackBuild index 453ef0388a..f2f16eaa9c 100644 --- a/python/python3-expandvars/python3-expandvars.SlackBuild +++ b/python/python3-expandvars/python3-expandvars.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-expandvars -# Copyright 2023 Jay Lanagan (j@lngn.net), Detroit, MI, USA. +# Copyright 2023-2025 Jay Lanagan (j@lngn.net), Detroit, MI, USA. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) SRCNAM=expandvars PRGNAM=python3-expandvars -VERSION=${VERSION:-0.12.0} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-expandvars/python3-expandvars.info b/python/python3-expandvars/python3-expandvars.info index 719995d2c5..278d07662e 100644 --- a/python/python3-expandvars/python3-expandvars.info +++ b/python/python3-expandvars/python3-expandvars.info @@ -1,8 +1,8 @@ PRGNAM="python3-expandvars" -VERSION="0.12.0" +VERSION="1.0.0" HOMEPAGE="https://github.com/sayanarijit/expandvars/" -DOWNLOAD="https://github.com/sayanarijit/expandvars/archive/v0.12.0/expandvars-0.12.0.tar.gz" -MD5SUM="abfcac9e4b94caf07e2611ede422cb39" +DOWNLOAD="https://files.pythonhosted.org/packages/source/e/expandvars/expandvars-1.0.0.tar.gz" +MD5SUM="8f36c472b29b8c83a1585dd53b4ed0d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatchling" |