Ensure compatiblity with launchpadlib 1.9.7
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ground Control |
Confirmed
|
High
|
Martin Owens |
Bug Description
This bug is to track any changes that need to be made to this package
to make it compatible with launchpadlib 1.9.7, the version of
launchpadlib currently in Natty. Forgive the formal tone; I'm filing a
lot of these bugs at once.
In late February, I performed an audit of this project's code and
spoke on IRC with the project maintainer, so this should not be a huge
surprise. If Natty already contains a compatible version of your
package, just mark this bug "Fix Released".
If you have any questions, feel free to respond in this bug. For a
guide to the changes in Natty's launchpadlib, see this mailing list
message:
https:/
My audit did not find any major issues that need to be addressed
immediately, but I'd like you to test it out yourself just to make
sure. I did find some minor issues that can probably be resolved
later, but which might cause deprecation errors, now or in the future:
* Use of deprecated server 'edge'. Use 'production' instead.
I had concerns about daemon.py, which sniffs the user's active Launchpad cookie
and simulates a browser session, but doctormo convinced me that this was
necessary for the time being, until it becomes possible to manipulate ssh keys
through a web service.
Changed in groundcontrol: | |
importance: | Undecided → High |
status: | New → Confirmed |
assignee: | nobody → Martin Owens (doctormo) |
I almost made a seperate bug report till I realised that the issue I'm seeing is a result of the issue listed here:
"* Use of deprecated server 'edge'. Use 'production' instead."
The Fix Bug buttons bug search cannot see bugs > 963999
GC is making calls against edge which is deprecated. Presumably edge stopped getting updated after 963999.
Needs updating to use the production servers.