diff -Nru pytest-3.1.3/debian/changelog pytest-3.1.3/debian/changelog --- pytest-3.1.3/debian/changelog 2017-07-13 11:59:38.000000000 +0000 +++ pytest-3.1.3/debian/changelog 2017-07-19 22:23:14.000000000 +0000 @@ -1,3 +1,9 @@ +pytest (3.1.3-1ubuntu1) artful; urgency=medium + + * Update version of python-py in Depends. + + -- Michael Hudson-Doyle Thu, 20 Jul 2017 10:22:16 +1200 + pytest (3.1.3-1) unstable; urgency=medium * Upload to unstable. diff -Nru pytest-3.1.3/debian/control pytest-3.1.3/debian/control --- pytest-3.1.3/debian/control 2017-07-13 11:59:38.000000000 +0000 +++ pytest-3.1.3/debian/control 2017-07-19 22:23:22.000000000 +0000 @@ -1,7 +1,8 @@ Source: pytest Section: python Priority: optional -Maintainer: Debian Python Modules Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Python Modules Team Uploaders: Simon Chopin , Sebastian Ramacher @@ -19,7 +20,7 @@ python-mock (>= 1.0.1) , python-nose , python-pexpect , - python-py (>= 1.4.29), + python-py (>= 1.4.33), python-setuptools, python-setuptools-scm, python-sphinx (>= 1.0.7+dfsg), @@ -44,7 +45,7 @@ Architecture: all Depends: python-pkg-resources, - python-py (>= 1.4.29), + python-py (>= 1.4.33), ${misc:Depends}, ${python:Depends} Suggests: @@ -64,7 +65,7 @@ Architecture: all Depends: python3-pkg-resources, - python3-py (>= 1.4.29), + python3-py (>= 1.4.33), ${misc:Depends}, ${python3:Depends} Description: Simple, powerful testing in Python3