pyopenssl 22.1.0-1 source package in Ubuntu
Changelog
pyopenssl (22.1.0-1) unstable; urgency=medium * New upstream release; Closes: #1026215 * debian/control - bump Standards-Version to 4.6.1.0 (no changes needed) - drop XS-Python-Version from source stanza - bump b-d on cryptography to >= 37.0.2 * debian/copyright - extend packaging copyright years - remove notices for examples/, files were removed upstream -- Sandro Tosi <email address hidden> Fri, 16 Dec 2022 23:53:37 -0500
Upload details
- Uploaded by:
- Sandro Tosi
- Uploaded to:
- Sid
- Original maintainer:
- Sandro Tosi
- Architectures:
- all
- Section:
- interpreters
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyopenssl_22.1.0-1.dsc | 2.2 KiB | 01f65a3986b6f5988309a594884b26abe732ab1ea79ffd6017c4f72e4230b3fe |
pyopenssl_22.1.0.orig.tar.xz | 142.7 KiB | 041f3ca2053f0436e4e8b603f9423a1553241ec34f0321d97d46dc301c09af9f |
pyopenssl_22.1.0-1.debian.tar.xz | 9.0 KiB | 2272203b68a9f2e5d73aa7a92e4b2c3834b59c847b0bd1c391d4cf53b5ac148f |
No changes file available.
Binary packages built by this source
- python-openssl-doc: Python wrapper around the OpenSSL library (documentation package)
High-level wrapper around a subset of the OpenSSL library, includes
.
* SSL.Connection objects, wrapping the methods of Python's portable
sockets
* Callbacks written in Python
* Extensive error-handling mechanism, mirroring OpenSSL's error
codes
.
A lot of the object methods do nothing more than calling a
corresponding function in the OpenSSL library.
.
This package contains documentation for python-openssl.
- python3-openssl: Python 3 wrapper around the OpenSSL library
High-level wrapper around a subset of the OpenSSL library, includes
.
* SSL.Connection objects, wrapping the methods of Python's portable
sockets
* Callbacks written in Python
* Extensive error-handling mechanism, mirroring OpenSSL's error
codes
.
A lot of the object methods do nothing more than calling a
corresponding function in the OpenSSL library.
.
This package contains the Python 3 version of pyopenssl.