python3-requests: 2.31.0 -> 2.32.0

This commit is contained in:
Tim Biermann 2024-05-20 23:49:53 +02:00
parent 98a016e1ca
commit 4e6eb85879
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 13 additions and 13 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.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-2.32.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.32.0-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.32.0-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.32.0-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.32.0-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.32.0-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests-2.32.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
RWSagIOpLGJF3yYGVAsV2B4E0+pyth4vjgixLabnHHobOqqjiQbg9etLKu6JQPG2kUQid3cObCqEwK1uNJBgD8z6o+mUPwKpkAA=
SHA256 (Pkgfile) = e6c8496ba076f18db323306dccbb8d3b5be4e3066fa5cf2783810212a7b1ca9d
SHA256 (.footprint) = e8636edd78def7c390ba1d9a2db2144620ff1907bcb756a675783d9bf36b76bb
SHA256 (requests-2.31.0.tar.gz) = 942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
RWSagIOpLGJF3+3CFSKIAoRK0+sn1xOFkpsZNU7rcG1gLCK/vgJrevGArIMucAo1zZJ1+yRyeDeQmKHVay6bRZZVvUDpeX4dSgw=
SHA256 (Pkgfile) = 09e2fd63336bb991087f9dc37431325bd5139c216a45d88a898f4e6e82130a76
SHA256 (.footprint) = 6422853e9bf9eb8e17c5af1c45a0653c3fa8876653f1e0570c4834fa8fd40992
SHA256 (requests-2.32.0.tar.gz) = fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8
SHA256 (certs.patch) = 3fa0c8ef2018ef0987d2daff79765b99abd99c539f2ec1241bcf9c31b1a4fd75

View File

@ -4,7 +4,7 @@
# Depends on: python3-chardet python3-idna python3-urllib3
name=python3-requests
version=2.31.0
version=2.32.0
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz
certs.patch)
@ -20,7 +20,7 @@ build() {
-e '/charset_normalizer/d' \
-i setup.py
patch -p1 -i $SRC/certs.patch
patch -p1 -d src -i $SRC/certs.patch
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG