[Python-modules-commits] [pyopenssl] branch upstream updated (d4eb534 -> ece1329)

Sandro Tosi morph at moszumanska.debian.org
Wed Dec 13 04:58:12 UTC 2017


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

morph pushed a change to branch upstream
in repository pyopenssl.

      from  d4eb534   Import pyopenssl_16.2.0.orig.tar.gz
       new  ece1329   Import pyopenssl_17.5.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:
 CHANGELOG.rst                       |  203 ++-
 CONTRIBUTING.rst                    |    2 -
 INSTALL.rst                         |   18 +
 MANIFEST.in                         |   13 +-
 PKG-INFO                            |   87 +-
 README.rst                          |    6 +-
 doc/api.rst                         |    1 -
 doc/api/crypto.rst                  |   42 +-
 doc/api/rand.rst                    |   43 -
 doc/api/ssl.rst                     |   14 +-
 doc/conf.py                         |   16 +-
 docs-requirements.txt               |    2 -
 examples/simple/server.py           |    3 +-
 setup.cfg                           |    4 +-
 setup.py                            |   17 +-
 src/OpenSSL/SSL.py                  |  500 +++++-
 src/OpenSSL/__init__.py             |    4 +-
 src/OpenSSL/_util.py                |    6 +
 src/OpenSSL/crypto.py               |  450 ++++--
 src/OpenSSL/debug.py                |   42 +
 src/OpenSSL/rand.py                 |  183 +--
 src/OpenSSL/tsafe.py                |    7 +
 src/OpenSSL/version.py              |    6 +-
 src/pyOpenSSL.egg-info/PKG-INFO     |   87 +-
 src/pyOpenSSL.egg-info/SOURCES.txt  |    4 +-
 src/pyOpenSSL.egg-info/requires.txt |   11 +-
 tests/conftest.py                   |   14 +
 tests/test_crypto.py                | 2599 +++++++++++++++-----------------
 tests/test_debug.py                 |   10 +
 tests/test_rand.py                  |  187 +--
 tests/test_ssl.py                   | 2837 ++++++++++++++++++-----------------
 tests/test_tsafe.py                 |   10 +-
 tests/test_util.py                  |   15 +-
 tests/util.py                       |  329 +---
 tox.ini                             |   17 +-
 35 files changed, 4084 insertions(+), 3705 deletions(-)
 delete mode 100644 doc/api/rand.rst
 delete mode 100644 docs-requirements.txt
 create mode 100644 src/OpenSSL/debug.py
 create mode 100644 tests/test_debug.py

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