python/python3-cookiecutter: Update for 2.5.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2023-12-29 23:52:20 -08:00 committed by Willy Sudiarto Raharjo
parent 129f6a4663
commit e1c07cc752
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python3-cookiecutter
# Copyright 2023 Isaac Yu <isaacyu@protonmail.com>
# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-cookiecutter
VERSION=${VERSION:-2.1.1}
VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="python3-cookiecutter"
VERSION="2.1.1"
VERSION="2.5.0"
HOMEPAGE="https://github.com/cookiecutter/cookiecutter"
DOWNLOAD="https://github.com/cookiecutter/cookiecutter/archive/2.1.1/cookiecutter-2.1.1.tar.gz"
MD5SUM="4e38660550b0e995c8161eb5c00e42d9"
DOWNLOAD="https://github.com/cookiecutter/cookiecutter/archive/2.5.0/cookiecutter-2.5.0.tar.gz"
MD5SUM="5659cc552a4ed3c605efe99466f21dae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="binaryornot click python3-jinja2-time python3-slugify"
REQUIRES="binaryornot click python3-jinja2-time python3-rich python3-slugify"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"