[Python-modules-commits] [pyopenssl] branch master updated (704bd65 -> 5afee6b)
Sandro Tosi
morph at moszumanska.debian.org
Wed Dec 13 04:58:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch master
in repository pyopenssl.
from 704bd65 releasing package pyopenssl version 16.2.0-1
new 408c5cf record new upstream branch created by importing pyopenssl_17.5.0.orig.tar.gz
new ece1329 Import pyopenssl_17.5.0.orig.tar.gz
new d576c2a disable test_set_default_verify_paths since it tries to access the web
new 17fe01f pass PYTHONPATH when building HTML doc
new aa9a631 merge patched into master
new da4eb15 New upstream release
new 5107063 bump Standards-Version to 4.1.2 (no changes needed)
new 4ecbbbc extend packaging copyright years
new 1077c07 bump cryptography versioned dep to 2.1.4
new 04aac52 updated homepage
new b3a251d use the right py.test tool name to run test for Python 2 and 3; Closes: #857206
new ac59964 add pretend and flaky to b-d, needed by tests
new 045c1cd use HTTPS to contact pypi.debian.net
new 012f2b2 use py3k versions of sphinx and sphinx_rtd_theme
new 994bc75 b-d on python-all and python3-all, not the -dev variants
new b5356f2 remove libssl-dev, openssl from b-d, those funcions are provided by cryptography now; Addresses: #857206
new c5101c5 explicitly set LC_ALL to C.UTF-8
new 5afee6b releasing package pyopenssl version 17.5.0-1
The 18 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 +-
debian/.git-dpm | 14 +-
debian/changelog | 23 +
debian/control | 10 +-
debian/copyright | 2 +-
...t_set_default_verify_paths-since-it-tries.patch | 37 +-
...02-pass-PYTHONPATH-when-building-HTML-doc.patch | 2 +-
debian/rules | 10 +-
debian/watch | 2 +-
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 +-
43 files changed, 4149 insertions(+), 3740 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