[Python-modules-commits] [pyopenssl] branch master updated (988b6d2 -> dd45a6d)

Sandro Tosi morph at moszumanska.debian.org
Sat Sep 3 18:21:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a change to branch master
in repository pyopenssl.

      from  988b6d2   releasing package pyopenssl version 16.0.0-2
       new  576c230   record new upstream branch created by importing pyopenssl_16.1.0.orig.tar.gz
       new  dbefbd4   Import pyopenssl_16.1.0.orig.tar.gz
       new  2fdf36a   disable test_set_default_verify_paths since it tries to access the web
       new  70b30a3   pass PYTHONPATH when building HTML doc
       new  7dd5eb4   merge patched into master
       new  ada53bd   New upstream release; Closes: #836179
       new  d79afcc   bump deps on python3-cryptography to >= 1.3.4
       new  c97ac68   bump Standards-Version to 3.9.8 (no changes needed)
       new  dd45a6d   releasing package pyopenssl version 16.1.0-1

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .coveragerc                                        |   4 +-
 CHANGELOG.rst                                      |  32 +-
 MANIFEST.in                                        |   1 +
 PKG-INFO                                           |  66 +--
 README.rst                                         |   4 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   8 +-
 ...t_set_default_verify_paths-since-it-tries.patch |   8 +-
 ...02-pass-PYTHONPATH-when-building-HTML-doc.patch |   2 +-
 doc/ChangeLog_old.txt                              |   2 +-
 doc/api/crypto.rst                                 |  28 +-
 examples/simple/CA.cert                            |  17 -
 examples/simple/CA.pkey                            |  28 -
 examples/simple/client.cert                        |  17 -
 examples/simple/client.pkey                        |  28 -
 examples/simple/server.cert                        |  17 -
 examples/simple/server.pkey                        |  28 -
 setup.cfg                                          |   6 +-
 setup.py                                           |   2 +-
 src/OpenSSL/SSL.py                                 | 148 +++--
 src/OpenSSL/crypto.py                              | 646 ++++++++++++---------
 src/OpenSSL/version.py                             |   4 +-
 src/pyOpenSSL.egg-info/PKG-INFO                    |  66 +--
 src/pyOpenSSL.egg-info/SOURCES.txt                 |   6 -
 src/pyOpenSSL.egg-info/requires.txt                |   2 +-
 tests/test_crypto.py                               | 314 ++++++++--
 tests/test_ssl.py                                  | 121 ++--
 tox.ini                                            |  15 +-
 29 files changed, 888 insertions(+), 755 deletions(-)
 delete mode 100644 examples/simple/CA.cert
 delete mode 100644 examples/simple/CA.pkey
 delete mode 100644 examples/simple/client.cert
 delete mode 100644 examples/simple/client.pkey
 delete mode 100644 examples/simple/server.cert
 delete mode 100644 examples/simple/server.pkey

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyopenssl.git



More information about the Python-modules-commits mailing list