python/BeautifulSoup4: Updated for version 4.12.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giancarlo Dessi 2024-01-26 09:41:55 +07:00 committed by Willy Sudiarto Raharjo
parent 752bde3df2
commit c2ec9391b3
2 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2020-2022 Isaac Yu <isaacyu@protonmail.com>
# Copyright 2023 Giancarlo Dessì, Cagliari, IT, <slack@giand.it>
# Copyright 2023-2024 Giancarlo Dessì, Cagliari, IT, <slack@giand.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=BeautifulSoup4
VERSION=${VERSION:-4.12.2}
VERSION=${VERSION:-4.12.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="BeautifulSoup4"
VERSION="4.12.2"
VERSION="4.12.3"
HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/"
DOWNLOAD="https://files.pythonhosted.org/packages/af/0b/44c39cf3b18a9280950ad63a579ce395dda4c32193ee9da7ff0aed547094/beautifulsoup4-4.12.2.tar.gz"
MD5SUM="b49a6696a762e946c2be97c36a5adaa8"
DOWNLOAD="https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58/beautifulsoup4-4.12.3.tar.gz"
MD5SUM="4ecf1fb561e84adfb3146650e3d51394"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-soupsieve"
MAINTAINER="Giancarlo Dessì"
MAINTAINER="Giancarlo Dessi"
EMAIL="slack@giand.it"