vcswatch reports that
this package seems to have a new changelog entry (version
0.207, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
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