diff options
author | Danny Rawlins <contact@romster.me> | 2021-03-20 15:44:50 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-03-20 15:44:50 +1100 |
commit | 0ec64070351344203891f526e9ca39f648f5db33 (patch) | |
tree | 495ac6c5482755372bffb591e03a8d82dd09a728 /python3-urllib3 | |
parent | 292e7f46dd7c53fe2373eaa77b97c7910312062e (diff) | |
download | contrib-0ec64070351344203891f526e9ca39f648f5db33.tar.gz contrib-0ec64070351344203891f526e9ca39f648f5db33.tar.xz |
python3-urllib3: 1.26.3 -> 1.26.4
Diffstat (limited to 'python3-urllib3')
-rw-r--r-- | python3-urllib3/.footprint | 12 | ||||
-rw-r--r-- | python3-urllib3/.signature | 8 | ||||
-rw-r--r-- | python3-urllib3/Pkgfile | 7 |
3 files changed, 14 insertions, 13 deletions
diff --git a/python3-urllib3/.footprint b/python3-urllib3/.footprint index 1eaa35545..8e43fd796 100644 --- a/python3-urllib3/.footprint +++ b/python3-urllib3/.footprint @@ -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__/ diff --git a/python3-urllib3/.signature b/python3-urllib3/.signature index e08b3b604..595abb692 100644 --- a/python3-urllib3/.signature +++ b/python3-urllib3/.signature @@ -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 diff --git a/python3-urllib3/Pkgfile b/python3-urllib3/Pkgfile index bdee54c95..3673b9f7d 100644 --- a/python3-urllib3/Pkgfile +++ b/python3-urllib3/Pkgfile @@ -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 } |