python-truststore 0.8.0-2 source package in Ubuntu

Changelog

python-truststore (0.8.0-2) unstable; urgency=medium

  * Upload to unstable.
  * Drop patch urllib3-cert_none, we dropped the related patch in Debian's
    urllib3.

 -- Stefano Rivera <email address hidden>  Sat, 21 Oct 2023 23:02:04 +0200

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-truststore_0.8.0-2.dsc 2.0 KiB b7d489085a84a93161c30276360b6daf1217a3014cad0f0004605b1c2b88f48f
python-truststore_0.8.0.orig.tar.gz 25.0 KiB c862292f8d136bfcf2a7827a1fd1c1b27944a982741205fb466005673b570df8
python-truststore_0.8.0-2.debian.tar.xz 3.9 KiB 886a33158d764ea1a803d4e17fad4529e88c783828bb3251f1a2560419da71f1

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.