python3-urllib3: 1.26.3 -> 1.26.4

This commit is contained in:
Danny Rawlins 2021-03-20 15:44:50 +11:00
parent 292e7f46dd
commit 0ec6407035
3 changed files with 14 additions and 13 deletions

View File

@ -2,12 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/urllib3-1.26.3-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3-1.26.3-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3-1.26.3-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3-1.26.3-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3-1.26.3-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3-1.26.3-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/urllib3-1.26.4-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3-1.26.4-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3-1.26.4-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3-1.26.4-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3-1.26.4-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3-1.26.4-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/urllib3/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/urllib3/__init__.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/urllib3/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33JfVXscukiIMflv9TvQZcUevDd4dlvVbLAm4saIvx1I08qXT8Qnbre9XXhhWw7bBZX9RVHhJggVMDDVv48EWA8=
SHA256 (Pkgfile) = 5b4ee34e0e8137d4ff8667b241d3d249b5918f19fe383f58117c3b14a336796e
SHA256 (.footprint) = 8c1d5a832c4ebdeb780808ae96fa92dc93dfd34c5e447503e1ad0e411e69c73f
SHA256 (urllib3-1.26.3.tar.gz) = de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73
RWSagIOpLGJF3weMIcGgXVxuV6hrT9Lr7Jb/gDYoIBgeD5fswOU7FFYKgqnp1JOKrK/j4xYkI+LxloLVxp1SX21AYZK++F/aawA=
SHA256 (Pkgfile) = 0731a7dd56b4c89cfd88998dc6485cd0289f636d7df9bf533ee7406c119d6668
SHA256 (.footprint) = 0472df69a3705ae8ab33b10fc764b540cf930c09f53d29733209b9509d587151
SHA256 (urllib3-1.26.4.tar.gz) = e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937

View File

@ -4,12 +4,13 @@
# Depends on: python3-pyopenssl
name=python3-urllib3
version=1.26.3
_name=${name#*-}
version=1.26.4
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$version.tar.gz)
build() {
cd ${name#*-}-$version
cd $_name-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
}