From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 44/48] python3-typing_extensions:Update to version 4.4.0 and to work with python-3.10.8 Date: Wed, 09 Nov 2022 19:57:30 +0100 Message-ID: <20221109185734.3920-44-adolf.belka@ipfire.org> In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8607669714242181688==" List-Id: --===============8607669714242181688== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Updated from version 4.1.1 to 4.4.0 - Update of rootfile - Changelog # Release 4.4.0 (October 6, 2022) - Add `typing_extensions.Any` a backport of python 3.11's Any class which is subclassable at runtime. (backport from python/cpython#31841, by Shantanu and Jelle Zijlstra). Patch by James Hilton-Balfe (@Gobot1234). - Add initial support for TypeVarLike `default` parameter, PEP 696. Patch by Marc Mueller (@cdce8p). - Runtime support for PEP 698, adding `typing_extensions.override`. Patch by Jelle Zijlstra. - Add the `infer_variance` parameter to `TypeVar`, as specified in PEP 695. Patch by Jelle Zijlstra. # Release 4.3.0 (July 1, 2022) - Add `typing_extensions.NamedTuple`, allowing for generic `NamedTuple`s on Python <3.11 (backport from python/cpython#92027, by Serhiy Storchaka). Pa= tch by Alex Waygood (@AlexWaygood). - Adjust `typing_extensions.TypedDict` to allow for generic `TypedDict`s on Python <3.11 (backport from python/cpython#27663, by Samodya Abey). Patch = by Alex Waygood (@AlexWaygood). # Release 4.2.0 (April 17, 2022) - Re-export `typing.Unpack` and `typing.TypeVarTuple` on Python 3.11. - Add `ParamSpecArgs` and `ParamSpecKwargs` to `__all__`. - Improve "accepts only single type" error messages. - Improve the distributed package. Patch by Marc Mueller (@cdce8p). - Update `typing_extensions.dataclass_transform` to rename the `field_descriptors` parameter to `field_specifiers` and accept arbitrary keyword arguments. - Add `typing_extensions.get_overloads` and `typing_extensions.clear_overloads`, and add registry support to `typing_extensions.overload`. Backport from python/cpython#89263. - Add `typing_extensions.assert_type`. Backport from bpo-46480. - Drop support for Python 3.6. Original patch by Adam Turner (@AA-Turner). Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-typing-extensions | 10 +++++----- lfs/python3-typing-extensions | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/packages/python3-typing-extensions b/config/roo= tfiles/packages/python3-typing-extensions index fb11f5a4c..99c79d5ce 100644 --- a/config/rootfiles/packages/python3-typing-extensions +++ b/config/rootfiles/packages/python3-typing-extensions @@ -1,6 +1,6 @@ -#usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info -#usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/LICENSE -#usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/METADATA -#usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/RECORD -#usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/WHEEL +#usr/lib/python3.10/site-packages/typing_extensions-4.4.0.dist-info +#usr/lib/python3.10/site-packages/typing_extensions-4.4.0.dist-info/LICENSE +#usr/lib/python3.10/site-packages/typing_extensions-4.4.0.dist-info/METADATA +#usr/lib/python3.10/site-packages/typing_extensions-4.4.0.dist-info/RECORD +#usr/lib/python3.10/site-packages/typing_extensions-4.4.0.dist-info/WHEEL usr/lib/python3.10/site-packages/typing_extensions.py diff --git a/lfs/python3-typing-extensions b/lfs/python3-typing-extensions index c3b306097..3d853ff8b 100644 --- a/lfs/python3-typing-extensions +++ b/lfs/python3-typing-extensions @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.1.1 +VER =3D 4.4.0 =20 THISAPP =3D typing_extensions-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D python3-typing-extensions -PAK_VER =3D 2 +PAK_VER =3D 3 =20 ############################################################################= ### # Top-level Rules @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 18953565f4181d648faf780db8594963813d0b26d479e5235cd75d= 262490b479e957f55734bb6d6d22c31fe2ccec1ac5490e7a64a469528d386e5de2751c6b1a +$(DL_FILE)_BLAKE2 =3D cec5c11109c0216ed13be6ef38a2f234c85de1f448c19615e56150= 6480387ff3600db405b82f486549d6b46caa452b363606d1bf51154913a86422a378561967 =20 install : $(TARGET) =20 --=20 2.38.1 --===============8607669714242181688==--