diff -Nru git-build-recipe-0.3.7~git202202281801.7f8f1ab~ubuntu18.04.1/debian/changelog git-build-recipe-0.3.7~git202208221115.497a840~ubuntu18.04.1/debian/changelog --- git-build-recipe-0.3.7~git202202281801.7f8f1ab~ubuntu18.04.1/debian/changelog 2022-03-01 17:46:47.000000000 +0000 +++ git-build-recipe-0.3.7~git202208221115.497a840~ubuntu18.04.1/debian/changelog 2022-08-22 14:31:10.000000000 +0000 @@ -1,14 +1,18 @@ -git-build-recipe (0.3.7~git202202281801.7f8f1ab~ubuntu18.04.1) bionic; urgency=low +git-build-recipe (0.3.7~git202208221115.497a840~ubuntu18.04.1) bionic; urgency=low * Auto build. - -- Launchpad Package Builder Tue, 01 Mar 2022 17:46:47 +0000 + -- Launchpad Package Builder Mon, 22 Aug 2022 14:31:10 +0000 git-build-recipe (0.3.7) UNRELEASED; urgency=medium + [ Debian Janitor ] * Use secure copyright file specification URI. * Remove unnecessary X-Python{,3}-Version field in debian/control. + [ Colin Watson ] + * Switch from nose to pytest. + -- Debian Janitor Fri, 20 Dec 2019 13:47:13 +0000 git-build-recipe (0.3.6) unstable; urgency=medium diff -Nru git-build-recipe-0.3.7~git202202281801.7f8f1ab~ubuntu18.04.1/debian/control git-build-recipe-0.3.7~git202208221115.497a840~ubuntu18.04.1/debian/control --- git-build-recipe-0.3.7~git202202281801.7f8f1ab~ubuntu18.04.1/debian/control 2022-03-01 17:46:47.000000000 +0000 +++ git-build-recipe-0.3.7~git202208221115.497a840~ubuntu18.04.1/debian/control 2022-08-22 14:31:10.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Colin Watson Standards-Version: 3.9.7 -Build-Depends: debhelper (>= 9), dh-python, python3 (>= 3.1.2-8~), python3-setuptools, python3-dateutil, python3-debian, python3-testtools, python3-fixtures, python3-nose, devscripts, git, pristine-tar, quilt +Build-Depends: debhelper (>= 9), dh-python, python3 (>= 3.1.2-8~), python3-setuptools, python3-dateutil, python3-debian, python3-testtools, python3-fixtures, python3-pytest, devscripts, git, pristine-tar, quilt Homepage: https://launchpad.net/git-build-recipe Vcs-Git: https://git.launchpad.net/git-build-recipe Vcs-Browser: https://git.launchpad.net/git-build-recipe diff -Nru git-build-recipe-0.3.7~git202202281801.7f8f1ab~ubuntu18.04.1/debian/git-build-recipe.manifest git-build-recipe-0.3.7~git202208221115.497a840~ubuntu18.04.1/debian/git-build-recipe.manifest --- git-build-recipe-0.3.7~git202202281801.7f8f1ab~ubuntu18.04.1/debian/git-build-recipe.manifest 2022-03-01 17:46:47.000000000 +0000 +++ git-build-recipe-0.3.7~git202208221115.497a840~ubuntu18.04.1/debian/git-build-recipe.manifest 2022-08-22 14:31:10.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version {debupstream}~git202202281801.7f8f1ab -lp:git-build-recipe git-commit:7f8f1ab587733eb2100f5db69e57cac25cf6379f +# git-build-recipe format 0.4 deb-version {debupstream}~git202208221115.497a840 +lp:git-build-recipe git-commit:497a84008d1d3c2afed54ef26b07ec45e90a03de diff -Nru git-build-recipe-0.3.7~git202202281801.7f8f1ab~ubuntu18.04.1/debian/rules git-build-recipe-0.3.7~git202208221115.497a840~ubuntu18.04.1/debian/rules --- git-build-recipe-0.3.7~git202202281801.7f8f1ab~ubuntu18.04.1/debian/rules 2022-03-01 17:46:47.000000000 +0000 +++ git-build-recipe-0.3.7~git202208221115.497a840~ubuntu18.04.1/debian/rules 2022-08-22 14:31:10.000000000 +0000 @@ -1,4 +1,7 @@ #! /usr/bin/make -f + +export PYBUILD_TEST_PYTEST := 1 + %: dh $@ --with python3 --buildsystem pybuild