]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
python3-typing_extensions:Update to version 4.4.0 and to work with python-3.10.8
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 9 Nov 2022 18:57:30 +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 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). Patch
  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 <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/packages/python3-typing-extensions
lfs/python3-typing-extensions

index fb11f5a4cfb343b2952cee772b20e4a988d26864..99c79d5ce34235d9a4207eb87eadda8ba9c81a94 100644 (file)
@@ -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
index c3b3060975e2b82e44e4f462806dc14227bfe634..3d853ff8b38fb66aa1d3632d009c8f5a535a93b1 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.1.1
+VER        = 4.4.0
 
 THISAPP    = typing_extensions-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-typing-extensions
-PAK_VER    = 2
+PAK_VER    = 3
 
 ###############################################################################
 # Top-level Rules
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 18953565f4181d648faf780db8594963813d0b26d479e5235cd75d262490b479e957f55734bb6d6d22c31fe2ccec1ac5490e7a64a469528d386e5de2751c6b1a
+$(DL_FILE)_BLAKE2 = cec5c11109c0216ed13be6ef38a2f234c85de1f448c19615e561506480387ff3600db405b82f486549d6b46caa452b363606d1bf51154913a86422a378561967
 
 install : $(TARGET)