python-typing-extensions 4.15.0-ok1 source package in openKylin

Changelog

python-typing-extensions (4.15.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- liwenjun <email address hidden>  Fri, 29 May 2026 13:38:39 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-typing-extensions_4.15.0.orig.tar.gz 106.9 KiB 21e7ff1702aa7dbf67203ae0c60119884f4ea3b4188a9df9498bd8c4d3e912c0
python-typing-extensions_4.15.0-ok1.debian.tar.xz 3.5 KiB 910247b5aaa6ce202a0774c9ca54b9600b449f8cbf6967cea2945a9077bb246a
python-typing-extensions_4.15.0-ok1.dsc 1.9 KiB 86fe0ebca188c6a4bba7804103bab904dd94b845e09a83ab894c39b0a3c96bf9

Available diffs

View changes file

Binary packages built by this source

python3-typing-extensions: Backported and Experimental Type Hints for Python

 The "typing_extensions" module serves two related purposes:
 .
 1. Enable use of new type system features on older Python versions.
 2. Enable experimentation with new type system PEPs before they are accepted
    and added to the "typing" module.
 .
 "typing_extensions" is treated specially by static type checkers such as mypy
 and pyright. Objects defined in "typing_extensions" are treated the same
 way as equivalent forms in "typing".