diff -Nru pyyaml-5.3.1/debian/changelog pyyaml-5.3.1/debian/changelog --- pyyaml-5.3.1/debian/changelog 2020-04-15 15:13:39.000000000 +0000 +++ pyyaml-5.3.1/debian/changelog 2020-10-22 23:33:33.000000000 +0000 @@ -1,3 +1,17 @@ +pyyaml (5.3.1-3) unstable; urgency=medium + + [ Ondřej Nový ] + * d/control: Update Maintainer field with new Debian Python Team + contact address. + * d/control: Update Vcs-* fields with new Debian Python Team Salsa + layout. + + [ Michael Hudson-Doyle ] + * d/tests/control: Add python3-all to Depends:. + * d/control: Add myself to Uploaders. + + -- Michael Hudson-Doyle Fri, 23 Oct 2020 12:33:33 +1300 + pyyaml (5.3.1-2) unstable; urgency=medium * Drop support for python2 (Closes: #938309) diff -Nru pyyaml-5.3.1/debian/control pyyaml-5.3.1/debian/control --- pyyaml-5.3.1/debian/control 2020-04-15 15:12:22.000000000 +0000 +++ pyyaml-5.3.1/debian/control 2020-10-22 23:33:33.000000000 +0000 @@ -1,12 +1,13 @@ Source: pyyaml Section: python Priority: optional -Maintainer: Debian Python Modules Team -Uploaders: Scott Kitterman +Maintainer: Debian Python Team +Uploaders: Scott Kitterman , + Michael Hudson-Doyle Build-Depends: debhelper-compat (= 12), dh-python, python3-all-dev, python3-all-dbg, libyaml-dev, cython3, cython3-dbg Rules-Requires-Root: no -Vcs-Git: https://salsa.debian.org/python-team/modules/pyyaml.git -Vcs-Browser: https://salsa.debian.org/python-team/modules/pyyaml +Vcs-Git: https://salsa.debian.org/python-team/packages/pyyaml.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/pyyaml Standards-Version: 4.5.0 Homepage: https://github.com/yaml/pyyaml diff -Nru pyyaml-5.3.1/debian/tests/control pyyaml-5.3.1/debian/tests/control --- pyyaml-5.3.1/debian/tests/control 2020-04-15 14:01:19.000000000 +0000 +++ pyyaml-5.3.1/debian/tests/control 2020-10-22 23:33:33.000000000 +0000 @@ -6,3 +6,4 @@ # Upstream now supports these, we have no patches. Tests: python3.sh +Depends: @, python3-all