pyopenssl 0.12-1ubuntu1 source package in Ubuntu Linaro Evaluation Build

Changelog

pyopenssl (0.12-1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - debian/rules: change dh_pysupport to dh_python2.
    - debian/control:
      + Removed python-support from Build-Depends,
      + Bump build-depends for python-all-dev to >= 2.6.6-3~
  * drop debian/patches/30_py27_memoryview.patch, fixed upstream

pyopenssl (0.12-1) unstable; urgency=low

  * New upstream release
  * debian/watch
    - point to Pypi instead of launchpad
  * debian/copyright
    - updated packaging copyright years
    - updated upstream license to Apache 2.0
  * debian/control
    - remove Provides/Conflicts/Replaces for python-pyopenssl
    - bump Standards-Version to 3.9.2 (no changes needed)
  * debian/source/format
    - converted to 3.0 (quilt)
  * Converted from dpatch to quilt
  * debian/patches/support_openssl_1.0
    - support OpenSSL 1.0 and the removal of SSLv2 methods; Closes: #622154

pyopenssl (0.11-1) experimental; urgency=low

  * New upstream release
  * debian/watch
    - updated to use launchpad

pyopenssl (0.11~a2-1) experimental; urgency=low

  * New (alpha) upstream release
  * debian/{control, copyright}
    - updated upstream project website location; thanks to Jonathan Davies for
      the report; Closes: #567654
  * debian/copyright
    - updated upstream copyright years
  * debian/patches/20_spelling.dpatch
    - removed, merged upstream
  * debian/control
    - bump Standards-Version to 3.9.1 (no changes needed)
    - added 'openssl' to b-d, needed to run unit tests
 -- Michael Vogt <email address hidden>   Fri, 17 Jun 2011 10:26:19 +0200

Upload details

Uploaded by:
Michael Vogt
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe interpreters

Builds

Oneiric: [FULLYBUILT] armel

Downloads

File Size SHA-256 Checksum
pyopenssl_0.12.orig.tar.gz 230.5 KiB 4517e9630a90db09ab8fe77d4dad753d5514a5f76b65ac327a7cd5a1d1ddd8a8
pyopenssl_0.12-1ubuntu1.debian.tar.gz 12.7 KiB ebe405385f66224dc6f60e0c571c86bd484752a690a0d4937aff487219a9a563
pyopenssl_0.12-1ubuntu1.dsc 1.6 KiB 31323873b6cd58d440d97b5557049f7aa798a22d958f73718a4297831a3adc63

View changes file

Binary packages built by this source

python-openssl: Python 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-dbg: Python wrapper around the OpenSSL library (debug extension)

 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 debug extension for python-openssl.