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

Changelog

python-typing-extensions (4.10.0-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 10:57:51 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.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
Huanghe V3.0 release main python
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing-extensions_4.10.0.orig.tar.gz 75.7 KiB b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb
python-typing-extensions_4.10.0-ok1.debian.tar.xz 2.9 KiB e87d5d58c9a055a3341e7d4a2e1aa75f516f31384bc81017b983a3aeb083189e
python-typing-extensions_4.10.0-ok1.dsc 2.0 KiB 4ba20abb3ef0d9666b207a15abec02709f9f4fba70e695072b1186649c171e60

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".