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

@@ -5,11 +5,11 @@ use of regular expressions. The pyparsing module provides a library of \
classes that client code uses to construct the grammar directly in \
Python code."
HOMEPAGE="https://pypi.python.org/pypi/pyparsing"
COPYRIGHT="2003-2020 Paul T. McGuire"
COPYRIGHT="2003-2022 Paul T. McGuire"
LICENSE="MIT"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/pyparsing/pyparsing/archive/pyparsing_$portVersion.tar.gz"
CHECKSUM_SHA256="6deecf4b95a49a5a9c89b4a4b1fcb73c1cba0e3265ec7b858adffcced229ba05"
CHECKSUM_SHA256="9303df2c7998485cc71a246c6cc0489c48ad571adc9d250c2d1314c47768ba59"
SOURCE_DIR="pyparsing-pyparsing_$portVersion"
ARCHITECTURES="any"