python3-requests: 2.30.0 -> 2.31.0

This commit is contained in:
Tim Biermann 2023-05-22 22:09:42 +02:00
parent 0ec1e13bb2
commit 75c3d0376f
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.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-2.31.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.31.0-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.31.0-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.31.0-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.31.0-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.31.0-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.31.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
RWSagIOpLGJF3+tRSMU31HOK15u5HExJ2GASJfYK475mqb9kr6XM/F1FjDfv9AR+x9hM2befxi3m+RptnbA/ClUexKG98TdKjA0=
SHA256 (Pkgfile) = ae84fdddff9e743fb88125b3754905b0842a5e9e54c53384da8f4c5bd5b2d89f
SHA256 (.footprint) = 36a81cf5bfac372c1c9be3759e1aa6720f48f8653fdcb0e9603c07b2e5e26cde
SHA256 (requests-2.30.0.tar.gz) = 239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4
RWSagIOpLGJF313KgNpobH9XGCLfSQJTFtOpLWUTr1djBktqrIuxdFYQGjmVovydSxfbiOCJHtMB+Iu2ucDl2GLmaoc1d5a32gA=
SHA256 (Pkgfile) = 3172900abfe96d0aa7e7e6950666a2461d4140b617da96d98996052d1531a178
SHA256 (.footprint) = e8636edd78def7c390ba1d9a2db2144620ff1907bcb756a675783d9bf36b76bb
SHA256 (requests-2.31.0.tar.gz) = 942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
SHA256 (certs.patch) = 3fa0c8ef2018ef0987d2daff79765b99abd99c539f2ec1241bcf9c31b1a4fd75

View File

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