python module updates (#6583)

chardet: update to 4.0.0

imagesize_py: update to 1.3.0

packaging: update to 21.3

pygments: update to 2.11.2

pyparsing: update to 3.0.7

pytz: update to 2021.3

requests: update to 2.27.1

zipp: update to 3.7.0

docutils: update to 0.18.1
This commit is contained in:
augiedoggie
2022-02-01 01:23:43 -07:00
committed by GitHub
parent 87ed49b7c4
commit 9ed4286945
9 changed files with 26 additions and 26 deletions

View File

@@ -2,11 +2,11 @@ SUMMARY="Core utilities for Python packages"
DESCRIPTION="The 'packaging' project includes the following: \
version handling, specifiers, markers, requirements, tags, utilities."
HOMEPAGE="https://pypi.python.org/pypi/packaging"
COPYRIGHT="2014-2020 Donald Stufft and individual contributors"
COPYRIGHT="2014-2021 Donald Stufft and individual contributors"
LICENSE="Apache v2"
REVISION="3"
SOURCE_URI="https://pypi.io/packages/source/p/packaging/packaging-$portVersion.tar.gz"
CHECKSUM_SHA256="4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"
REVISION="1"
SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz"
CHECKSUM_SHA256="dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"
ARCHITECTURES="any"