launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #09190
Re: Please release lazr.restfulclient
FWIW, I started looking at this today, but didn't get to the end.
versions.cfg needed to be updated--looks like a few older packages are
no longer provided, which is a bit disturbing in the big picture but
irrelevant here, once we adjust.
=== modified file 'versions.cfg'
--- versions.cfg 2011-09-13 12:45:21 +0000
+++ versions.cfg 2012-03-30 19:06:15 +0000
@@ -17,7 +17,7 @@
elementtree = 1.2.7-20070827-preview
epydoc = 3.0.1
grokcore.component = 1.6
-httplib2 = 0.6.0
+httplib2 = 0.7.4
lazr.authentication = 0.1.2
lazr.batchnavigator = 1.2.0
lazr.delegates = 1.2.0
@@ -30,7 +30,7 @@
oauth = 1.0.1
pytz = 2010o
setuptools = 0.6c11
-simplejson = 2.2.1
+simplejson = 2.5.0
testtools = 0.9.11
transaction = 1.0.0
van.testing = 3.0.0
I then tried running tests. I used a system py 2.7 and a custom built
py 2.7, and in both cases I got failures in tests in the
lazr.restful.example.base.tests.test_integration.WSGILayer that
cookbooks.dev was unavailable. How did you get the tests to pass? (I'm
also mildly curious as to how you got it to build without those version
changes, which might be relevant.)
Gary
On 03/30/12 06:30, Jonathan Lange wrote:
Hello,
First up, my thanks to JC, Richard Harding, Martin Pool and Robert
Collins for helping me get a patch[1] in to fix the bug in
lazr.restfulclient preventing processes from sharing a cache[2].
Could you please do a release of lazr.restfulclient? It would help us
a great deal to have something with the fix that we could easily pip
install, and that we could usefully backport to lucid& precise.
Thanks,
jml
[1] https://code.launchpad.net/~jml/lazr.restfulclient/multiple-instance-safe/+merge/98873
[2] https://bugs.launchpad.net/lazr.restfulclient/+bug/459418
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-dev
Post to : launchpad-dev@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~launchpad-dev
More help : https://help.launchpad.net/ListHelp
Follow ups
References