[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package lexicon - 2.2.1-2ubuntu0.1 --- lexicon (2.2.1-2ubuntu0.1) bionic; urgency=medium [ Adrien Ferrand ] * Fix dnsimple provider to create records (LP: #1825049). -- Robie Basak Mon, 29 Apr 2019 10:22:26 +0100 ** Changed in: lexicon (Ubuntu

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-05-16 Thread Robie Basak
Great, thank you! Would someone please also be able to test Cosmic in a similar way? There is a minimum aging period of seven days for others to report issues. Once all the testing is done and the aging period has expired, I'll be able to release the updates. -- You received this bug

Re: [Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-05-16 Thread Leon Miller-Out
Yes, of course! I installed python3-lexicon 2.2.1-2ubuntu0.1 from bionic-proposed: $ sudo apt list python3-lexicon Listing... Done python3-lexicon/bionic-proposed,bionic-proposed,now 2.2.1-2ubuntu0.1 all [installed] I verified that the single-character fix is now included in the new version of

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-05-16 Thread Robie Basak
Leon, please could you confirm exactly what testing you performed and the exact package version number of the package that you tested? This information helps us avoid mistakes, such as anything specific that we think should be verified being missed. Otherwise we cannot make any judgement as to

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-05-16 Thread Leon Miller-Out
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825049 Title: dnsimple adapter produces invalid URL in

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-05-16 Thread Steve Langasek
Hello Leon, or anyone else affected, Accepted lexicon into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lexicon/2.2.1-2ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-05-15 Thread Steve Langasek
Hello Leon, or anyone else affected, Accepted lexicon into cosmic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lexicon/2.7.0-1ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-30 Thread Robie Basak
Uploaded to Bionic and Cosmic. I fixed my own previous mistake: s/xenial/bionic/ in debian/changelog of my Bionic debdiff from above. Apart from that I uploaded the latest debdiffs as-is. Now awaiting SRU team review, which I should not do myself as I sponsored the upload. ** Description

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-30 Thread Robie Basak
** Description changed: + [racb: see comment 1 for SRU information] + The bug fixed by the following pull request is also present in lexicon v2.2.1-2, and the fix should be backported. https://github.com/AnalogJ/lexicon/pull/389/files?file-filters%5B%5D=.py This causes requests to the

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-29 Thread Adrien Ferrand
** Patch added: "cosmic.debdiff" https://bugs.launchpad.net/ubuntu/+source/lexicon/+bug/1825049/+attachment/525/+files/cosmic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825049

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-29 Thread Adrien Ferrand
I fixed the issue observed in Cosmic as observed with http://paste.ubuntu.com/p/VfDDrbR9qF/ The update debdiff for Cosmic is attached after my post. The one for Bionic can stay at it is, since the package is building properly in this case. About your question for the tests. I assume you are

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-29 Thread Bug Watch Updater
** Changed in: lexicon (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825049 Title: dnsimple adapter produces invalid URL in create_record To manage

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-29 Thread Robie Basak
** Patch added: "bionic.debdiff" https://bugs.launchpad.net/debian/+source/lexicon/+bug/1825049/+attachment/5259883/+files/bionic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825049

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-29 Thread Robie Basak
** Patch added: "cosmic.debdiff" https://bugs.launchpad.net/debian/+source/lexicon/+bug/1825049/+attachment/5259882/+files/cosmic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825049

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-29 Thread Robie Basak
Thank you for preparing these updates, providing all the SRU information, etc! I made the following adjustments: Corrected the changelog version according to https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Update_the_packaging Ran the update-maintainer tool to adjust the maintainer field

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-29 Thread Robie Basak
I'm curious. Are there tests missing from the Cosmic patch, or are they already present and so not required in the patch? ** Changed in: lexicon (Ubuntu Bionic) Status: New => Triaged ** Changed in: lexicon (Ubuntu Cosmic) Status: New => Triaged -- You received this bug

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-29 Thread Robie Basak
Examining the source, the fix looks present in 3.0.8-2 which is in Disco and Eoan, and debian/changelog reports it fixed in that upload also. ** Also affects: lexicon (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: lexicon (Ubuntu Bionic) Importance: Undecided

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-26 Thread Adrien Ferrand
** Attachment added: "Fix for Cosmic" https://bugs.launchpad.net/ubuntu/+source/lexicon/+bug/1825049/+attachment/5259385/+files/fix-dnsimple-cosmic-debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-26 Thread Adrien Ferrand
I am a maintainer of the Lexicon project, and want to propose a SRU for Lexicon 2.2.1 on Bionic and Lexicon 2.7.0 on Cosmic to fix that issue. [Impact] * Due to an undisclosed bug in Lexicon on the DNSimple provider, the creation of new DNS records on DNSimple is not possible anymore since

[Bug 1825049] Re: dnsimple adapter produces invalid URL in create_record

2019-04-26 Thread Adrien Ferrand
** Attachment added: "Fix for Bionic" https://bugs.launchpad.net/ubuntu/+source/lexicon/+bug/1825049/+attachment/5259384/+files/fix-dnsimple-bionic-debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.