1
0
forked from ports/contrib

python3-requests: 2.29.0 -> 2.30.0

This commit is contained in:
Tim Biermann 2023-05-14 19:04:32 +02:00
parent e818402d74
commit c03d101f0e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 12 additions and 12 deletions

View File

@ -2,13 +2,13 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/requests-2.29.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.29.0-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.29.0-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.29.0-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.29.0-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.29.0-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.29.0-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/requests-2.30.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.30.0-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.30.0-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.30.0-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.30.0-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.30.0-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.30.0-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/requests/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/requests/__pycache__/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wrW3oh2HNYGnaINvY8fbZy2F6XRkf1amyWb35nykRWoHtmPyLQEoauOo2vEign0Vh7ET5nOExmc2/q6hbRosAE=
SHA256 (Pkgfile) = c2e844df1e1f769f0d93821be5946314e94b250a5aa848a5ed26834b18bfcbd5
SHA256 (.footprint) = 986d2ee2a7b71aeae9d5f4da3ec3ed548ec3885c78272ef03a345659508fd11e
SHA256 (requests-2.29.0.tar.gz) = f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059
RWSagIOpLGJF3+tRSMU31HOK15u5HExJ2GASJfYK475mqb9kr6XM/F1FjDfv9AR+x9hM2befxi3m+RptnbA/ClUexKG98TdKjA0=
SHA256 (Pkgfile) = ae84fdddff9e743fb88125b3754905b0842a5e9e54c53384da8f4c5bd5b2d89f
SHA256 (.footprint) = 36a81cf5bfac372c1c9be3759e1aa6720f48f8653fdcb0e9603c07b2e5e26cde
SHA256 (requests-2.30.0.tar.gz) = 239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4
SHA256 (certs.patch) = 3fa0c8ef2018ef0987d2daff79765b99abd99c539f2ec1241bcf9c31b1a4fd75

View File

@ -4,7 +4,7 @@
# Depends on: python3-chardet python3-idna python3-urllib3
name=python3-requests
version=2.29.0
version=2.30.0
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz
certs.patch)