summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author MDrights2022-06-03 16:15:18 +0200
committer Willy Sudiarto Raharjo2022-06-04 05:37:22 +0200
commitfb02cd4030230b8fbb6fc4fc471ce65c19cc6356 (patch)
treed41abdca5f0cae52e545b9a88fa7b74d29df96b5 /python
parent60f050d94b7fed262345fc4f36e11732f67235ec (diff)
downloadslackbuilds-fb02cd4030230b8fbb6fc4fc471ce65c19cc6356.tar.gz
python/python3-itsdangerous: Updated for version 2.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-itsdangerous/python3-itsdangerous.SlackBuild6
-rw-r--r--python/python3-itsdangerous/python3-itsdangerous.info6
2 files changed, 7 insertions, 5 deletions
diff --git a/python/python3-itsdangerous/python3-itsdangerous.SlackBuild b/python/python3-itsdangerous/python3-itsdangerous.SlackBuild
index 34aa8fae2a..605f59374d 100644
--- a/python/python3-itsdangerous/python3-itsdangerous.SlackBuild
+++ b/python/python3-itsdangerous/python3-itsdangerous.SlackBuild
@@ -22,11 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20220412 46and2: Updated version
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-itsdangerous
PROGNAM=itsdangerous
-VERSION=${VERSION:-0.24}
+VERSION=${VERSION:-2.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README CHANGES LICENSE PKG-INFO docs/*.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.rst CHANGES.rst LICENSE.rst PKG-INFO docs/*.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python3-itsdangerous/python3-itsdangerous.info b/python/python3-itsdangerous/python3-itsdangerous.info
index 3131cc54bc..c3bb8574be 100644
--- a/python/python3-itsdangerous/python3-itsdangerous.info
+++ b/python/python3-itsdangerous/python3-itsdangerous.info
@@ -1,8 +1,8 @@
PRGNAM="python3-itsdangerous"
-VERSION="0.24"
+VERSION="2.1.2"
HOMEPAGE="https://github.com/mitsuhiko/itsdangerous"
-DOWNLOAD="https://pypi.python.org/packages/source/i/itsdangerous/itsdangerous-0.24.tar.gz"
-MD5SUM="a3d55aa79369aef5345c036a8a26307f"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-2.1.2.tar.gz"
+MD5SUM="c1bc730ddf53b8374eaa823f24eb6438"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""