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

Changelog

python-typing-extensions (4.3.0-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Mon, 14 Nov 2022 16:32:50 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-typing-extensions_4.3.0.orig.tar.gz 44.6 KiB de77f5c39a73052ccc161799a381ef3359c2eafec2ba015e5913116f73bbd1fd
python-typing-extensions_4.3.0-ok1.debian.tar.xz 5.9 KiB 4655cb3252f2febe7c87bf7236c12f49c523ad47854695b7d817fcbfc93015e6
python-typing-extensions_4.3.0-ok1.dsc 2.0 KiB a5b3876e0d04a08a0ed9db3343c7f4d525305095d9b7532b4d8627ba33bc1e27

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