diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-05-10 03:13:01 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-11 08:12:27 +0700 |
commit | b6484fab2b76d2a3725ec58d8f014d7072e8f277 (patch) | |
tree | 90e523ca04531ef613657cc784b6f96075fd1c6f | |
parent | b6f12a866bc2fd700bfca8f7f0e73c8a09019828 (diff) |
python/werkzeug: Updated for version 3.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/werkzeug/werkzeug.SlackBuild | 4 | ||||
-rw-r--r-- | python/werkzeug/werkzeug.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/werkzeug/werkzeug.SlackBuild b/python/werkzeug/werkzeug.SlackBuild index b50f1ec035688..5475a6e5f6c57 100644 --- a/python/werkzeug/werkzeug.SlackBuild +++ b/python/werkzeug/werkzeug.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=werkzeug -VERSION=${VERSION:-3.0.2} +VERSION=${VERSION:-3.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,7 +77,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 CHANGES.rst LICENSE.rst PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGES.rst LICENSE.txt PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/werkzeug/werkzeug.info b/python/werkzeug/werkzeug.info index ea7ca66b0231a..cb0def12e0a51 100644 --- a/python/werkzeug/werkzeug.info +++ b/python/werkzeug/werkzeug.info @@ -1,8 +1,8 @@ PRGNAM="werkzeug" -VERSION="3.0.2" +VERSION="3.0.3" HOMEPAGE="https://palletsprojects.com/p/werkzeug/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-3.0.2.tar.gz" -MD5SUM="02aea8c05c4bfb797c0fbd9e045b7b46" +DOWNLOAD="https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-3.0.3.tar.gz" +MD5SUM="5955ba99c1a7466660fa9445fbabf5e2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |