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="A HTTP library for Python"
DESCRIPTION="Requests is a HTTP library, written in Python, made for humans."
HOMEPAGE="http://python-requests.org/
http://pypi.python.org/pypi/requests"
COPYRIGHT="2019 Kenneth Reitz"
COPYRIGHT="2022 Kenneth Reitz"
LICENSE="Apache v2"
REVISION="2"
SOURCE_URI="https://github.com/kennethreitz/requests/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="03b192fad682a33964df331d35f90918b1940c89f6c5bcb10060be688ba50315"
REVISION="1"
SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz"
CHECKSUM_SHA256="68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
SOURCE_FILENAME="requests-$portVersion.tar.gz"
ARCHITECTURES="any"