[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2019-10-28 Thread Olaf Seibert
@cjwatson: Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729754 Title: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad To manage notifications

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2019-10-28 Thread Colin Watson
@rhialto: Ah, that bit is all somewhat manual and it seems I forgot about it after uploading the release to PyPI. I've uploaded the release tarball to the LP project now too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2019-10-27 Thread Olaf Seibert
Why isn't there an -1.3.3 version available at https://launchpad.net/wadllib/+download ? It is listed above as " Fix Released" in comment #13. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729754

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-30 Thread Launchpad Bug Tracker
This bug was fixed in the package python-wadllib - 1.3.2-3ubuntu0.18.04.1 --- python-wadllib (1.3.2-3ubuntu0.18.04.1) bionic; urgency=medium * Fix MIME encoding of binary parts (LP: #1729754). -- Colin Watson Fri, 20 Jul 2018 18:09:05 +0100 ** Changed in: python-wadllib

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-30 Thread Launchpad Bug Tracker
This bug was fixed in the package python-wadllib - 1.3.2-3ubuntu0.16.04.1 --- python-wadllib (1.3.2-3ubuntu0.16.04.1) xenial; urgency=medium * Fix MIME encoding of binary parts (LP: #1729754). -- Colin Watson Fri, 20 Jul 2018 18:09:05 +0100 ** Changed in: python-wadllib

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-23 Thread Pierre Equoy
Thanks a lot @cjwatson for your patch! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729754 Title: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad To

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-23 Thread Pierre Equoy
I followed the same procedure as in the description, using the same poc.py script. Prereq: - a xenial LXC container with -proposed packages enabled - a bionic LXC container with -proposed packages enabled Steps: 1. Connect to the Xenial container and install the following packages:

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-23 Thread Łukasz Zemczak
Hello Pierre, or anyone else affected, Accepted python-wadllib into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/python- wadllib/1.3.2-3ubuntu0.16.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-23 Thread Łukasz Zemczak
Hello Pierre, or anyone else affected, Accepted python-wadllib into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/python- wadllib/1.3.2-3ubuntu0.18.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-21 Thread Colin Watson
This is fixed in cosmic now, so I don't know of anything else blocking this SRU. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729754 Title: Python3 version of launchpadlib doesn't properly upload

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package python-wadllib - 1.3.3-1 --- python-wadllib (1.3.3-1) unstable; urgency=medium * Team upload. [ Ondřej Nový ] * Fixed VCS URL (https) * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field *

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-20 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729754 Title: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad To manage notifications

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-20 Thread Colin Watson
** Patch added: "debdiff for bionic" https://bugs.launchpad.net/ubuntu/+source/python-wadllib/+bug/1729754/+attachment/5165658/+files/python-wadllib_1.3.2-3ubuntu0.18.04.1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-20 Thread Colin Watson
This fix isn't quite in cosmic yet, but it's in unstable (https://tracker.debian.org/pkg/python-wadllib) and just waiting for auto-sync to do its thing. I'm going to go ahead and upload this now, since I don't expect the SRU team to get round to it last thing on a Friday anyway. -- You received

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-20 Thread Colin Watson
** Description changed: Tested on 16.04 and 17.10 python-launchpadlib (1.10.5-1 on 17.10) python3-launchpadlib (1.10.5-1 on 17.10) While working on porting a utility using launchpadlib from Python2 to Python3, I noticed the binary attachments were becoming unreadable. - I wrote a

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-20 Thread Colin Watson
1.3.3 (2018-07-20) == - Drop support for Python < 2.6. - Add tox testing support. - Implement a subset of MIME multipart/form-data encoding locally rather than using the standard library's email module, which doesn't have good handling of binary parts and corrupts bytes in

[Bug 1729754] Re: Python3 version of launchpadlib doesn't properly upload binary attachments to Launchpad

2018-07-20 Thread Colin Watson
** Also affects: python-wadllib (Ubuntu) Importance: Undecided Status: New ** Changed in: wadllib Status: In Progress => Fix Committed ** Also affects: python-wadllib (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: python-wadllib (Ubuntu Xenial)