python/bleach: Updated for version 3.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-10-30 21:23:46 -07:00 committed by Willy Sudiarto Raharjo
parent a9f0bf1e3d
commit b407324b89
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bleach
VERSION=${VERSION:-3.1.5}
VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="bleach"
VERSION="3.1.5"
VERSION="3.2.1"
HOMEPAGE="https://github.com/mozilla/bleach"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.1.5.tar.gz"
MD5SUM="63cae08551307156ec636465aff5183e"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.2.1.tar.gz"
MD5SUM="a9d75613d2411da8beb650784a67e383"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-webencodings packaging python3-packaging"