control: tags -1 patch
Hello, the effort to remove catchlog is ongoing, catchlog now is broken, because of its merge into the main pytest package. Please update the dependencies to reflect this status, fixing the testsuite failures and removing the old cruft from the archive. An example of patch is here: diff -Nru cookiecutter-1.6.0/debian/changelog cookiecutter-1.6.0/debian/changelog --- cookiecutter-1.6.0/debian/changelog 2017-11-12 14:40:54.000000000 +0000 +++ cookiecutter-1.6.0/debian/changelog 2018-04-03 09:52:42.000000000 +0000 @@ -1,3 +1,10 @@ +cookiecutter (1.6.0-1.1) unstable; urgency=medium + + * Enforce minimum pytest version + * Drop catchlog dependency (Closes: #-1) + + -- Gianfranco Costamagna <[email protected]> Tue, 03 Apr 2018 11:52:42 +0200 + cookiecutter (1.6.0-1) unstable; urgency=medium * New upstream release. diff -Nru cookiecutter-1.6.0/debian/control cookiecutter-1.6.0/debian/control --- cookiecutter-1.6.0/debian/control 2017-11-12 14:40:54.000000000 +0000 +++ cookiecutter-1.6.0/debian/control 2018-04-03 09:52:40.000000000 +0000 @@ -13,9 +13,8 @@ python-mock, python3-mock, python-binaryornot, python3-binaryornot, python-yaml, python3-yaml, - python-pytest, python3-pytest, + python-pytest (>= 3.3.0), python3-pytest (>= 3.3.0), python-pytest-mock, python3-pytest-mock, - python-pytest-catchlog, python3-pytest-catchlog, python-pytest-cov, python3-pytest-cov, python-click, python3-click, python-future, python3-future, thanks! Gianfranco
signature.asc
Description: OpenPGP digital signature

