pyopenssl 19.0.0-1 source package in Ubuntu

Changelog

pyopenssl (19.0.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Convert git repository from git-dpm to gbp layout

  [ Sandro Tosi ]
  * New upstream release
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - update deps on cryptofraphy to >= 2.3
    - bump Standards-Version to 4.3.0 (no changes needed)

 -- Sandro Tosi <email address hidden>  Fri, 25 Jan 2019 21:36:25 -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 Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyopenssl_19.0.0-1.dsc 2.4 KiB 5b5efcb183c1530b87b6a9f7322748faed82d7018e66065de1a446d5bbe07633
pyopenssl_19.0.0.orig.tar.xz 134.6 KiB 966ef1ee8e8fc9224ef4fc6adf0adfbaf42cc920f8f1ceafd4a3fc8e1214ff45
pyopenssl_19.0.0-1.debian.tar.xz 8.9 KiB 52664bf6936463c50ec2c608b63f61f674fce40e1bba4e660a44fa14ea62ebbe

Available diffs

No changes file available.

Binary packages built by this source

python-openssl: Python 2 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.

python-openssl-doc: No summary available for python-openssl-doc in ubuntu disco.

No description available for python-openssl-doc in ubuntu disco.

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.