Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package python-osmapi It fixes the FTBFS reported in #924826 by changing the tox build dependency to not use the transitional package. The S-V is also updated to 4.3.0 making the packaging lintian clean. unblock python-osmapi/1.2.2-2 Kind Regards, Bas
diff -Nru python-osmapi-1.2.2/debian/changelog python-osmapi-1.2.2/debian/changelog --- python-osmapi-1.2.2/debian/changelog 2018-11-07 17:25:56.000000000 +0100 +++ python-osmapi-1.2.2/debian/changelog 2019-03-17 19:47:58.000000000 +0100 @@ -1,3 +1,11 @@ +python-osmapi (1.2.2-2) unstable; urgency=medium + + * Bump Standards-Version to 4.3.0, no changes. + * Change python-tox build dependency to tox. + (closes: #924826) + + -- Bas Couwenberg <sebas...@debian.org> Sun, 17 Mar 2019 19:47:58 +0100 + python-osmapi (1.2.2-1) unstable; urgency=medium * New upstream release. diff -Nru python-osmapi-1.2.2/debian/control python-osmapi-1.2.2/debian/control --- python-osmapi-1.2.2/debian/control 2018-08-28 15:26:27.000000000 +0200 +++ python-osmapi-1.2.2/debian/control 2019-03-17 19:47:54.000000000 +0100 @@ -18,9 +18,9 @@ python3-mock, python-requests, python3-requests, - python-tox, - python-xmltodict -Standards-Version: 4.2.1 + python-xmltodict, + tox +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-osmapi Vcs-Git: https://salsa.debian.org/debian-gis-team/python-osmapi.git Homepage: https://wiki.openstreetmap.org/wiki/Osmapi