- 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 | 12 ++++++------ lfs/python3-urllib3 | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/config/rootfiles/packages/python3-urllib3 b/config/rootfiles/packages/python3-urllib3 index 5d486273e..6d00780b1 100644 --- a/config/rootfiles/packages/python3-urllib3 +++ b/config/rootfiles/packages/python3-urllib3 @@ -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 diff --git a/lfs/python3-urllib3 b/lfs/python3-urllib3 index 411a52b8d..89647d06b 100644 --- a/lfs/python3-urllib3 +++ b/lfs/python3-urllib3 @@ -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)