[Python-modules-commits] [pyopenssl] branch upstream updated (55b388f -> dbefbd4)
Sandro Tosi
morph at moszumanska.debian.org
Sat Sep 3 18:21:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch upstream
in repository pyopenssl.
from 55b388f Import pyopenssl_16.0.0.orig.tar.gz
new dbefbd4 Import pyopenssl_16.1.0.orig.tar.gz
The 1 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 +-
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 +-
24 files changed, 863 insertions(+), 739 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