diff -Nru pyopenssl-17.0.0/debian/changelog pyopenssl-17.0.0/debian/changelog --- pyopenssl-17.0.0/debian/changelog 2017-10-04 19:24:26.000000000 +0000 +++ pyopenssl-17.0.0/debian/changelog 2017-10-05 12:02:03.000000000 +0000 @@ -1,4 +1,4 @@ -pyopenssl (17.0.0-4xenial) xenial; urgency=medium +pyopenssl (17.0.0-5xenial) xenial; urgency=medium * Release 17.0.0 diff -Nru pyopenssl-17.0.0/debian/control pyopenssl-17.0.0/debian/control --- pyopenssl-17.0.0/debian/control 2017-10-04 19:23:53.000000000 +0000 +++ pyopenssl-17.0.0/debian/control 2017-10-05 12:01:22.000000000 +0000 @@ -4,8 +4,8 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Sandro Tosi Uploaders: Debian Python Modules Team -Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python, libssl-dev (>= 0.9.8), openssl, python-sphinx (>= 1.0.7+dfsg), python-setuptools, python3-setuptools, python-cryptography (>= 0.7), - python3-cryptography (>= 0.7), python-six, python3-six, python-sphinx-rtd-theme, python3-sphinx-rtd-theme, python-pytest, python3-pytest +Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python, libssl-dev (>= 0.9.8), openssl, python-sphinx (>= 1.0.7+dfsg), python-setuptools, python3-setuptools, python-cryptography (>= 1.7), + python3-cryptography (>= 1.7), python-six, python3-six, python-sphinx-rtd-theme, python3-sphinx-rtd-theme, python-pytest, python3-pytest Standards-Version: 3.9.6 Homepage: https://github.com/pyca/pyopenssl Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyopenssl/trunk/ @@ -15,7 +15,7 @@ Package: python-openssl Architecture: all -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-cryptography (>= 0.7) +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-cryptography (>= 1.7) Suggests: python-openssl-doc, python-openssl-dbg Description: Python 2 wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes @@ -50,7 +50,7 @@ Package: python3-openssl Architecture: all -Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-cryptography (>= 0.7) +Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-cryptography (>= 1.7) Suggests: python-openssl-doc, python3-openssl-dbg Description: Python 3 wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes