babel, bump version, add python3.10, fixes CVE-2021-42771 (#7190)

This commit is contained in:
Schrijvers Luc
2022-09-13 10:13:36 +02:00
committed by GitHub
parent a4ffe8aae0
commit 339ec57e04

View File

@@ -3,12 +3,12 @@ DESCRIPTION="Babel is a Python library that provides an integrated \
collection of utilities that assist with internationalizing and localizing \
Python applications (in particular web-based applications.)"
HOMEPAGE="http://babel.pocoo.org/"
COPYRIGHT="2013-2020 the Babel Team"
COPYRIGHT="2013-2022 by the Babel Team"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://github.com/python-babel/babel/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="7df55ebc7a75b6c544c381e1cc07151c2429f73f4ed01107bd8998b96cc83f42"
SOURCE_DIR="babel-$portVersion"
CHECKSUM_SHA256="960d7a36861836081929735afe5a98aa2fb0d3720e3abc44e2d0950092e0a573"
SOURCE_FILENAME="babel-v$portVersion.tar.gz"
ARCHITECTURES="any"
@@ -23,8 +23,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python3 python38 python39)
PYTHON_VERSIONS=(3.7 3.8 3.9)
PYTHON_PACKAGES=(python3 python38 python39 python310)
PYTHON_VERSIONS=(3.7 3.8 3.9 3.10)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}