Skip to content

Commit

Permalink
py-typing-extensions: updated to 4.8.0
Browse files Browse the repository at this point in the history
Release 4.8.0 (September 17, 2023)

No changes since 4.8.0rc1.

Release 4.8.0rc1 (September 7, 2023)

- Add `typing_extensions.Doc`, as proposed by PEP 727. Patch by
  Sebastián Ramírez.
- Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex Waygood.
- Fix bug where `get_original_bases()` would return incorrect results when
  called on a concrete subclass of a generic class. Patch by Alex Waygood
  (backporting python/cpython#107584, by James
  Hilton-Balfe).
- Fix bug where `ParamSpec(default=...)` would raise a `TypeError` on Python
  versions <3.11. Patch by James Hilton-Balfe
  • Loading branch information
adam committed Sep 18, 2023
1 parent 8fc4d59 commit b359c41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/py-typing-extensions/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.17 2023/07/25 07:17:20 adam Exp $
# $NetBSD: Makefile,v 1.18 2023/09/18 08:01:57 adam Exp $

DISTNAME= typing_extensions-4.7.1
DISTNAME= typing_extensions-4.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/typing-extensions/}
Expand Down
8 changes: 4 additions & 4 deletions devel/py-typing-extensions/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2023/07/25 07:17:20 adam Exp $
$NetBSD: distinfo,v 1.17 2023/09/18 08:01:57 adam Exp $

BLAKE2s (typing_extensions-4.7.1.tar.gz) = a14ef3410ca4bc96cfc57bab6cc2883f18f6e9bc7f2632fa0d8abe2254cf3138
SHA512 (typing_extensions-4.7.1.tar.gz) = d8ad80a784e95c775baa1ca823dce3b0e4e72a7c728a22fa4b23e82323c406098d2afd179abf8851d65c4eaadcbdb4c233bc9c38b0f83cc99b0cd39cfa953bc2
Size (typing_extensions-4.7.1.tar.gz) = 72876 bytes
BLAKE2s (typing_extensions-4.8.0.tar.gz) = fffd15fa47057fa1d54bab2b4a4523848d3046d73606356edc0f8f25b321853e
SHA512 (typing_extensions-4.8.0.tar.gz) = 5fbff10e085fbf3ac2e35d08d913608d8c8bca66903435ede91cdc7776d775689a53d64f5f0615fe687c6c228ac854c8651d99eb1cb96ec61c56b7ca01fdd440
Size (typing_extensions-4.8.0.tar.gz) = 71456 bytes

0 comments on commit b359c41

Please sign in to comment.