[Bug 1860456] Re: ubuntutools.archive.UbuntuSourcePackage().pull() fails

2020-01-21 Thread Dan Streetman
> The problem AIUI is something to do with ambiguity when multiple different orig tarballs are associated with a single upstream version string ouch, that is *really* bad. But indeed, that's the case here. Oh well, it's jaunty, right? updated MR fixes it: >>> from ubuntutools import archive

[Bug 1860456] Re: ubuntutools.archive.UbuntuSourcePackage().pull() fails

2020-01-21 Thread Robie Basak
> Since the checksum actually is incorrect for this package/version... I believe that's inaccurate. I suggest you wait to see Colin's patch. He was going to prepare an MP when he has time. The problem AIUI is something to do with ambiguity when multiple different orig tarballs are associated with

[Bug 1860456] Re: ubuntutools.archive.UbuntuSourcePackage().pull() fails

2020-01-21 Thread Dan Streetman
Since the checksum actually is incorrect for this package/version, the MR will allow this to work if you add verify_signature=False: >>> archive.UbuntuSourcePackage('akonadi', '1.1.2-0ubuntu1~jaunty1').pull() Public key not found, could not verify signature Checksum for akonadi_1.1.2.orig.tar.gz

[Bug 1860456] Re: ubuntutools.archive.UbuntuSourcePackage().pull() fails

2020-01-21 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~ddstreet/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/377880 -- You received this bug notification because you are a member of MOTU, which is subscribed to ubuntu-dev-tools in Ubuntu. https://bugs.launchpad.net/bugs/1860456 Title:

[Bug 1860456] Re: ubuntutools.archive.UbuntuSourcePackage().pull() fails

2020-01-21 Thread Mattia Rizzolo
more specifically, it says Checksum for akonadi_1.1.2.orig.tar.gz does not match. DownloadError: File akonadi_1.1.2.orig.tar.gz could not be found -- You received this bug notification because you are a member of MOTU, which is subscribed to ubuntu-dev-tools in Ubuntu.

[Bug 1860456] Re: ubuntutools.archive.UbuntuSourcePackage().pull() fails

2020-01-21 Thread Robie Basak
Colin has a working patch for this. -- You received this bug notification because you are a member of MOTU, which is subscribed to ubuntu-dev-tools in Ubuntu. https://bugs.launchpad.net/bugs/1860456 Title: ubuntutools.archive.UbuntuSourcePackage().pull() fails To manage notifications about

[Bug 1860456] [NEW] ubuntutools.archive.UbuntuSourcePackage().pull() fails

2020-01-21 Thread Robie Basak
Public bug reported: Steps to reproduce: import ubuntutools.archive ubuntutools.archive.UbuntuSourcePackage('akonadi', '1.1.2-0ubuntu1~jaunty1').pull() This fails with an ubuntutools.archive.DownloadError. ** Affects: ubuntu-dev-tools (Ubuntu) Importance: Undecided Status: New