aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com>2025-03-26 05:15:49 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-03-26 21:19:55 +0700
commitf26b9ba4cc5d3ab3c162ab2c9d0ced27933b2d3a (patch)
tree93aefb59c0d898bd6d5431858ed84d949b8cb5ab /python
parent353a1a51364276b4434d8efd220d6e495755f5b4 (diff)
python/python3-expandvars: Updated for version 1.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-expandvars/python3-expandvars.SlackBuild4
-rw-r--r--python/python3-expandvars/python3-expandvars.info6
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"