pyopenssl 17.5.0-1 source package in Ubuntu

Changelog

pyopenssl (17.5.0-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - bump Standards-Version to 4.1.2 (no changes needed)
    - bump cryptography versioned dep to 2.1.4
    - updated homepage
    - add pretend and flaky to b-d, needed by tests
    - use py3k versions of sphinx and sphinx_rtd_theme
    - b-d on python-all and python3-all, not the -dev variants
    - remove libssl-dev, openssl from b-d, those funcions are provided by
      cryptography now; Addresses: #857206
  * debian/copyright
    - extend packaging copyright years
  * debian/rules
    - use the right py.test tool name to run test for Python 2 and 3;
      Closes: #857206
    - explicitly set LC_ALL to C.UTF-8
  * debian/watch
    - use HTTPS to contact pypi.debian.net

 -- Sandro Tosi <email address hidden>  Tue, 12 Dec 2017 23:52:40 -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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyopenssl_17.5.0-1.dsc 2.4 KiB 32927ce71ab8b2a376d943ed1561ea3121664abddb73a98ad1cb8ab7593bc011
pyopenssl_17.5.0.orig.tar.gz 166.9 KiB 2c10cfba46a52c0b0950118981d61e72c1e5b1aac451ca1bc77de1a679456773
pyopenssl_17.5.0-1.debian.tar.xz 8.7 KiB 9efafb9bd622eebbcf13964be10247333a78aed6d233e7daff77baae409086b9

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