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
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
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| 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 |
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_
and pyright. Objects defined in "typing_extensions" are treated the same
way as equivalent forms in "typing".