{"base_revision":"git-v1:d952b6c4e6690c9ebd0ec1d355c6d09d59693563","content":"diff --git a/debian/changelog b/debian/changelog\nindex 1622c00..f650d0a 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,15 @@\n+python-expecttest (0.3.0-2) UNRELEASED; urgency=low\n+\n+  * Remove field Section on binary package python3-expecttest that duplicates\n+    source.\n+  * Update watch file format version to 5.\n+  * Use GitHub template in watch file instead of explicit\n+    Source/Matching-Pattern.\n+  * Add missing build-dependency on python3-poetry-core.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 10 May 2026 22:48:09 +0000\n+\n python-expecttest (0.3.0-1) unstable; urgency=medium\n \n   * New upstream version 0.3.0\ndiff --git a/debian/control b/debian/control\nindex 9f67ffc..6723c51 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -2,7 +2,7 @@ Source: python-expecttest\n Section: python\n Homepage: https://github.com/ezyang/expecttest\n Priority: optional\n-Standards-Version: 4.6.0\n+Standards-Version: 4.7.4\n Vcs-Git: https://salsa.debian.org/deeplearning-team/python-expecttest.git\n Vcs-Browser: https://salsa.debian.org/deeplearning-team/python-expecttest\n Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>\n@@ -13,10 +13,10 @@ Build-Depends: debhelper-compat (= 13),\n                dh-python,\n                python3-hypothesis,\n                pybuild-plugin-pyproject,\n-               python3-poetry,\n+               python3-poetry,,\n+               python3-poetry-core\n \n Package: python3-expecttest\n-Section: python\n Architecture: all\n Provides: ${python3:Provides}\n Depends: ${misc:Depends}, ${python3:Depends}, python3-hypothesis,\ndiff --git a/debian/watch b/debian/watch\nindex aa495e6..977c634 100644\n--- a/debian/watch\n+++ b/debian/watch\n@@ -1,4 +1,6 @@\n-version=4\n-opts=\"filenamemangle=s%(?:.*?)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%@PACKAGE@-$1$2%\" \\\n-    https://github.com/ezyang/expecttest/tags \\\n-    (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@\n+Version: 5\n+\n+Filenamemangle: s%(?:.*?)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%@PACKAGE@-$1$2%\n+Template: GitHub\n+Owner: ezyang\n+Project: expecttest\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:158d59d7e9c79d2a6ccce5bd308d75974919066e"}