diff -Nru python-acme-0.8.0/acme.egg-info/PKG-INFO python-acme-0.8.1/acme.egg-info/PKG-INFO --- python-acme-0.8.0/acme.egg-info/PKG-INFO 2016-06-02 20:41:48.000000000 +0000 +++ python-acme-0.8.1/acme.egg-info/PKG-INFO 2016-06-14 23:46:46.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: acme -Version: 0.8.0 +Version: 0.8.1 Summary: ACME protocol implementation in Python Home-page: https://github.com/letsencrypt/letsencrypt Author: Certbot Project diff -Nru python-acme-0.8.0/debian/changelog python-acme-0.8.1/debian/changelog --- python-acme-0.8.0/debian/changelog 2016-06-02 23:42:53.000000000 +0000 +++ python-acme-0.8.1/debian/changelog 2016-06-30 22:54:58.000000000 +0000 @@ -1,3 +1,10 @@ +python-acme (0.8.1-1) unstable; urgency=medium + + * New upstream release. + * Specify python-setuptools version. (Closes: #825619) + + -- Harlan Lieberman-Berg Thu, 30 Jun 2016 18:54:04 -0400 + python-acme (0.8.0-1) unstable; urgency=high * New upstream release. diff -Nru python-acme-0.8.0/debian/control python-acme-0.8.1/debian/control --- python-acme-0.8.0/debian/control 2016-06-02 23:42:06.000000000 +0000 +++ python-acme-0.8.1/debian/control 2016-06-25 22:24:15.000000000 +0000 @@ -11,13 +11,14 @@ python-docutils, python-mock, python-ndg-httpsclient, - python-openssl (>= 0.13), + python-openssl (>= 0.15), python-pyasn1, python-requests, python-rfc3339, python-setuptools (>= 11.3), python-six, python-sphinx (>= 1.3.1-1~), + python-sphinx-rtd-theme, python-sphinxcontrib.programoutput, python-tz, python3, diff -Nru python-acme-0.8.0/debian/pydist-overrides python-acme-0.8.1/debian/pydist-overrides --- python-acme-0.8.0/debian/pydist-overrides 1970-01-01 00:00:00.000000000 +0000 +++ python-acme-0.8.1/debian/pydist-overrides 2016-06-30 22:53:55.000000000 +0000 @@ -0,0 +1 @@ +setuptools python-setuptools (>= 11.3~) diff -Nru python-acme-0.8.0/PKG-INFO python-acme-0.8.1/PKG-INFO --- python-acme-0.8.0/PKG-INFO 2016-06-02 20:41:48.000000000 +0000 +++ python-acme-0.8.1/PKG-INFO 2016-06-14 23:46:46.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: acme -Version: 0.8.0 +Version: 0.8.1 Summary: ACME protocol implementation in Python Home-page: https://github.com/letsencrypt/letsencrypt Author: Certbot Project diff -Nru python-acme-0.8.0/setup.py python-acme-0.8.1/setup.py --- python-acme-0.8.0/setup.py 2016-06-02 20:41:24.000000000 +0000 +++ python-acme-0.8.1/setup.py 2016-06-14 23:46:01.000000000 +0000 @@ -4,7 +4,7 @@ from setuptools import find_packages -version = '0.8.0' +version = '0.8.1' # Please update tox.ini when modifying dependency version requirements install_requires = [