]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
python3-urllib3:Update to version 1.26.12 and to work with python-3.10.8
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 9 Nov 2022 18:57:31 +0000 (19:57 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 10 Nov 2022 15:13:54 +0000 (15:13 +0000)
- Updated from version 1.26.9 to 1.26.12
- Update of rootfile
- Changelog
    1.26.12 (2022-08-22)
* Deprecated the `urllib3[secure]` extra and the `urllib3.contrib.pyopenssl` module.
  Both will be removed in v2.x. See this `GitHub issue <https://github.com/urllib3/urllib3/issues/2680>`_
  for justification and info on how to migrate.
    1.26.11 (2022-07-25)
* Fixed an issue where reading more than 2 GiB in a call to ``HTTPResponse.read`` would
  raise an ``OverflowError`` on Python 3.9 and earlier.
    1.26.10 (2022-07-07)
* Removed support for Python 3.5
* Fixed an issue where a ``ProxyError`` recommending configuring the proxy as HTTP
  instead of HTTPS could appear even when an HTTPS proxy wasn't configured.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/packages/python3-urllib3
lfs/python3-urllib3

index 5d486273ef80dbef20a6440c2fe6c0aac57a3cd6..6d00780b19fca818737af16f019253ebeb428f26 100644 (file)
@@ -1,10 +1,10 @@
 usr/lib/python3.10/site-packages/urllib3
-#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info
-#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info/PKG-INFO
-#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info/SOURCES.txt
-#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info/dependency_links.txt
-#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info/requires.txt
-#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info/top_level.txt
+#usr/lib/python3.10/site-packages/urllib3-1.26.12-py3.10.egg-info
+#usr/lib/python3.10/site-packages/urllib3-1.26.12-py3.10.egg-info/PKG-INFO
+#usr/lib/python3.10/site-packages/urllib3-1.26.12-py3.10.egg-info/SOURCES.txt
+#usr/lib/python3.10/site-packages/urllib3-1.26.12-py3.10.egg-info/dependency_links.txt
+#usr/lib/python3.10/site-packages/urllib3-1.26.12-py3.10.egg-info/requires.txt
+#usr/lib/python3.10/site-packages/urllib3-1.26.12-py3.10.egg-info/top_level.txt
 #usr/lib/python3.10/site-packages/urllib3/__init__.py
 #usr/lib/python3.10/site-packages/urllib3/_collections.py
 #usr/lib/python3.10/site-packages/urllib3/_version.py
index 411a52b8d8c2fb4d31590f3bfc1c97d8afa77145..89647d06b1932d421170320100d8a0862bb52f8d 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.26.9
+VER        = 1.26.12
 SUMMARY   = HTTP library with thread-safe connection pooling, file post, and more
 
 THISAPP    = urllib3-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-urllib3
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 1c6b51e4243c18c25bcb53158e645ea71fe33e0d09ca029256bcbe05bf178ba600dd8911c71730bdefc3cf9f65cdfd5740f579d17d293f9ac7c5d3cbff478b6f
+$(DL_FILE)_BLAKE2 = 17c1f02382101b5a44fbc456344befe671c9579f6208ea307866ae0e2fabbe017fdd4b751a6053a6d014bf007f114ca4fc81e2149c9814ab5bef057ffcbce2d0
 
 install : $(TARGET)