pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-typing-extensions



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun  3 08:33:56 UTC 2025

Modified Files:
        pkgsrc/devel/py-typing-extensions: Makefile distinfo

Log Message:
py-typing-extensions: updated to 4.14.0

Changes since 4.14.0rc1:

- Remove `__or__` and `__ror__` methods from `typing_extensions.Sentinel`
  on Python versions <3.10. PEP 604 was introduced in Python 3.10, and
  `typing_extensions` does not generally attempt to backport PEP-604 methods
  to prior versions.
- Further update `typing_extensions.evaluate_forward_ref` with changes in Python 3.14.

Release 4.14.0rc1 (May 24, 2025)

- Drop support for Python 3.8 (including PyPy-3.8). Patch by [Victorien Plot](https://github.com/Viicos).
- Do not attempt to re-export names that have been removed from `typing`,
  anticipating the removal of `typing.no_type_check_decorator` in Python 3.15.
  Patch by Jelle Zijlstra.
- Update `typing_extensions.Format`, `typing_extensions.evaluate_forward_ref`, and
  `typing_extensions.TypedDict` to align
  with changes in Python 3.14. Patches by Jelle Zijlstra.
- Fix tests for Python 3.14 and 3.15. Patches by Jelle Zijlstra.

New features:

- Add support for inline typed dictionaries ([PEP 764](https://peps.python.org/pep-0764/)).
  Patch by [Victorien Plot](https://github.com/Viicos).
- Add `typing_extensions.Reader` and `typing_extensions.Writer`. Patch by
  Sebastian Rittau.
- Add support for sentinels ([PEP 661](https://peps.python.org/pep-0661/)). Patch by
  [Victorien Plot](https://github.com/Viicos).


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-typing-extensions/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-typing-extensions/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-typing-extensions/Makefile
diff -u pkgsrc/devel/py-typing-extensions/Makefile:1.29 pkgsrc/devel/py-typing-extensions/Makefile:1.30
--- pkgsrc/devel/py-typing-extensions/Makefile:1.29     Mon Apr 14 05:01:48 2025
+++ pkgsrc/devel/py-typing-extensions/Makefile  Tue Jun  3 08:33:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2025/04/14 05:01:48 adam Exp $
+# $NetBSD: Makefile,v 1.30 2025/06/03 08:33:56 adam Exp $
 
-DISTNAME=      typing_extensions-4.13.2
+DISTNAME=      typing_extensions-4.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typing-extensions/}

Index: pkgsrc/devel/py-typing-extensions/distinfo
diff -u pkgsrc/devel/py-typing-extensions/distinfo:1.25 pkgsrc/devel/py-typing-extensions/distinfo:1.26
--- pkgsrc/devel/py-typing-extensions/distinfo:1.25     Mon Apr 14 05:01:48 2025
+++ pkgsrc/devel/py-typing-extensions/distinfo  Tue Jun  3 08:33:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2025/04/14 05:01:48 adam Exp $
+$NetBSD: distinfo,v 1.26 2025/06/03 08:33:56 adam Exp $
 
-BLAKE2s (typing_extensions-4.13.2.tar.gz) = 1a40ee238562a9d59af2ea1ed8f4a374f4f4f080a4dc20d30c67b1144afd3daf
-SHA512 (typing_extensions-4.13.2.tar.gz) = 2cd798939362ee0d7ddbffe69b1d0fdd72b9574c1bd7300caee73d36c457ea64ea635c87ecc6188db9ffaaca272b1c8dd978a42c591ae0dfdca5632317ddb18c
-Size (typing_extensions-4.13.2.tar.gz) = 106967 bytes
+BLAKE2s (typing_extensions-4.14.0.tar.gz) = 676e18ef9c462a6cf04bd95d8c6e8a20c912885f7f52bbd992e73833597a9cbc
+SHA512 (typing_extensions-4.14.0.tar.gz) = 69cc6588c22744758461bc752ad983111a55e256fbe29250f36077b349b8266b12920897fe70d48d7994db644737dc1e6f74626e22d972aef7a1c3f4204779eb
+Size (typing_extensions-4.14.0.tar.gz) = 107423 bytes



Home | Main Index | Thread Index | Old Index