aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/python3-dotenv/README2
-rw-r--r--python/python3-dotenv/python3-dotenv.SlackBuild6
-rw-r--r--python/python3-dotenv/python3-dotenv.info6
3 files changed, 8 insertions, 6 deletions
diff --git a/python/python3-dotenv/README b/python/python3-dotenv/README
index 7536ac3174..03e7ce051b 100644
--- a/python/python3-dotenv/README
+++ b/python/python3-dotenv/README
@@ -3,3 +3,5 @@ python3-dotenv (Read key-value pairs from .env file and set env. vars)
python3-dotenv reads key-value pairs from a .env file and can set them
as environment variables. It helps in the development of applications
following the 12-factor principles.
+
+NOTE: If you want cli to work, have "click" installed before buildling.
diff --git a/python/python3-dotenv/python3-dotenv.SlackBuild b/python/python3-dotenv/python3-dotenv.SlackBuild
index 6eb4d13229..63c45645d6 100644
--- a/python/python3-dotenv/python3-dotenv.SlackBuild
+++ b/python/python3-dotenv/python3-dotenv.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-dotenv
-# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-2025 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-dotenv
-SRCNAM=${PRGNAM/3/}
-VERSION=${VERSION:-1.0.1}
+SRCNAM=python_dotenv
+VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-dotenv/python3-dotenv.info b/python/python3-dotenv/python3-dotenv.info
index 7d81d655a4..9ba920edf9 100644
--- a/python/python3-dotenv/python3-dotenv.info
+++ b/python/python3-dotenv/python3-dotenv.info
@@ -1,8 +1,8 @@
PRGNAM="python3-dotenv"
-VERSION="1.0.1"
+VERSION="1.1.0"
HOMEPAGE="https://github.com/theskumar/python-dotenv"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/python-dotenv/python-dotenv-1.0.1.tar.gz"
-MD5SUM="68abb78e05460ce558ca255de550e1ea"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/python_dotenv/python_dotenv-1.1.0.tar.gz"
+MD5SUM="9bdf50416b1c59832d2f77ad6afdf0d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""