ubuntu-dev-tools (0.206)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.207 > 0.206
- Git: https://git.launchpad.net/ubuntu-dev-tools
-
- Branch: main
- Path: debian/changelog
- Repo size: 17563648
- Browser: https://git.launchpad.net/ubuntu-dev-tools
- Last scan: 2025-07-08 20:31:54+00
- Next scan: 2025-07-09 21:16:00+00
- Debian changelog in Git:
ubuntu-dev-tools (0.207) UNRELEASED; urgency=medium
* Fix pull-lp-source --upload-queue (LP: #2110061)
-- Dan Streetman <ddstreet@ieee.org> Tue, 06 May 2025 13:25:22 -0400
- This branch is 2 commits ahead of tag 0.206
- Git log:
commit 7dd913fe164ccae8bfa1f1624946e80f1d0b90c2
Author: Dan Streetman <ddstreet@ieee.org>
Date: Tue May 6 13:28:22 2025 -0400
Add a new changelog entry
commit bcf3e153f75e10b0a182d75c48b2982224060ef3
Author: Dan Streetman <ddstreet@ieee.org>
Date: Tue May 6 13:14:36 2025 -0400
Fix pulling from upload queue
Commit 4a4c4e0a27cfd159ac0bbc135d4eff06be8bde1c completely broke
pull-lp-source --upload-queue, which now fails with:
Traceback (most recent call last):
File "/usr/bin/pull-lp-source", line 14, in <module>
PullPkg.main(distro="ubuntu", pull="source")
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/ubuntutools/pullpkg.py", line 111, in main
cls(*args, **kwargs).pull()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3/dist-packages/ubuntutools/pullpkg.py", line 438, in pull
self.pull_upload_queue( # pylint: disable=missing-kwoa
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pull, arch=options["arch"], download_only=options["download_only"], **params
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
Fixes LP: #2110061