diff options
| author | Thomas Goirand <zigo@debian.org> | 2026-05-11 11:17:23 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2026-05-11 16:40:32 +0000 |
| commit | 4a54ad8f29d373dc102cc53391e9c1025cee81a1 (patch) | |
| tree | aa88e00419dce309fb1f760e5d98777299656e0f | |
| parent | 9be12d0477087add85834a2536521f3cd8bb5d46 (diff) | |
4.2.0-4 (patches unapplied)HEADimport/4.2.0-4ubuntu/stonking-proposedubuntu/stonking-develubuntu/stonkingubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* Mark test-only Build-Depends as <!nocheck> (Closes: #1135952).
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 96eb413..844b213 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-uritemplate (4.2.0-4) unstable; urgency=medium + + * Mark test-only Build-Depends as <!nocheck> (Closes: #1135952). + + -- Thomas Goirand <zigo@debian.org> Mon, 11 May 2026 11:17:23 +0200 + python-uritemplate (4.2.0-3) unstable; urgency=medium * Cleans better (Closes: #1048052). diff --git a/debian/control b/debian/control index 3a086eb..82521de 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Build-Depends: python3-all, python3-setuptools, Build-Depends-Indep: - python3-pytest, - python3-pytest-xdist, + python3-pytest <!nocheck>, + python3-pytest-xdist <!nocheck>, Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-uritemplate Vcs-Git: https://salsa.debian.org/openstack-team/python/python-uritemplate.git |
