From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 45/48] python3-urllib3:Update to version 1.26.12 and to work with python-3.10.8 Date: Wed, 09 Nov 2022 19:57:31 +0100 Message-ID: <20221109185734.3920-45-adolf.belka@ipfire.org> In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6156542622583118085==" List-Id: --===============6156542622583118085== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 `_ 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.r= ead`` 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 a= s HTTP instead of HTTPS could appear even when an HTTPS proxy wasn't configured. Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- 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/pac= kages/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.t= xt +#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.t= xt +#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 @@ =20 include Config =20 -VER =3D 1.26.9 +VER =3D 1.26.12 SUMMARY =3D HTTP library with thread-safe connection pooling, file post, a= nd more =20 THISAPP =3D urllib3-$(VER) @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D python3-urllib3 -PAK_VER =3D 3 +PAK_VER =3D 4 =20 DEPS =3D =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 1c6b51e4243c18c25bcb53158e645ea71fe33e0d09ca029256bcbe= 05bf178ba600dd8911c71730bdefc3cf9f65cdfd5740f579d17d293f9ac7c5d3cbff478b6f +$(DL_FILE)_BLAKE2 =3D 17c1f02382101b5a44fbc456344befe671c9579f6208ea307866ae= 0e2fabbe017fdd4b751a6053a6d014bf007f114ca4fc81e2149c9814ab5bef057ffcbce2d0 =20 install : $(TARGET) =20 --=20 2.38.1 --===============6156542622583118085==--