python-truststore 0.9.1-1 source package in Ubuntu

Changelog

python-truststore (0.9.1-1) unstable; urgency=medium

  * New upstream point release.

 -- Stefano Rivera <email address hidden>  Sat, 11 May 2024 13:46:18 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-truststore_0.9.1-1.dsc 2.0 KiB c7b955f7fffd59a70e61b84347390e918844e7b2c05773ce60b77a2eb077950f
python-truststore_0.9.1.orig.tar.gz 22.7 KiB 8f7312d70cc33e9003b748a80a04ead1fcb2ed856a7c6c9ca5a02482901a90be
python-truststore_0.9.1-1.debian.tar.xz 2.7 KiB 903b6d81b1c6b1a0c2fec056a5bd0b71f904a93f6da1bc844ea61eda36bab3fb

Available diffs

No changes file available.

Binary packages built by this source

python3-truststore: Python Library to verify certificates using native system trust stores

 Truststore is a library which exposes native system certificate stores (ie
 "trust stores") through an `ssl.SSLContext`-like API. This means that Python
 applications no longer need to rely on certifi as a root certificate store.
 .
 Long-term the hope is to make truststore the default way to verify HTTPS
 certificates in pip and to add this functionality into Python itself.