summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2007-06-07 23:47:50 +0000
committerRob Cakebread <pythonhead@gentoo.org>2007-06-07 23:47:50 +0000
commitc3260f417f49c5900d7d3c3887f036749c6d974c (patch)
tree9925c8d2d8c833ad7de3ff413215486e770ad216 /dev-python/python-openid/files
parentStable on amd64 wrt bug 180989 (diff)
downloadhistorical-c3260f417f49c5900d7d3c3887f036749c6d974c.tar.gz
historical-c3260f417f49c5900d7d3c3887f036749c6d974c.tar.bz2
historical-c3260f417f49c5900d7d3c3887f036749c6d974c.zip
Version bump, added dep for pycrypto removed deps for python-yadis python-urljr. Thanks Paul Rauch <LightLan@lightlan.de>
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-python/python-openid/files')
-rw-r--r--dev-python/python-openid/files/digest-python-openid-2.0.03
-rw-r--r--dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff11
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/python-openid/files/digest-python-openid-2.0.0 b/dev-python/python-openid/files/digest-python-openid-2.0.0
new file mode 100644
index 000000000000..fc00986b0d72
--- /dev/null
+++ b/dev-python/python-openid/files/digest-python-openid-2.0.0
@@ -0,0 +1,3 @@
+MD5 1946e8d65af1e38dc659c56ede066f3d python-openid-2.0.0.tar.bz2 458261
+RMD160 36bcbb3c23cb69c27761074bd4255f02fe147066 python-openid-2.0.0.tar.bz2 458261
+SHA256 8d208e0257bc35c9d227b7660d84b53ca3ccab333d50da20e0a69d32ebad6618 python-openid-2.0.0.tar.bz2 458261
diff --git a/dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff b/dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff
new file mode 100644
index 000000000000..67587a98533a
--- /dev/null
+++ b/dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff
@@ -0,0 +1,11 @@
+--- openid/test/test_fetchers.py.orig 2007-06-07 15:53:38.000000000 -0700
++++ openid/test/test_fetchers.py 2007-06-07 15:53:55.000000000 -0700
+@@ -8,6 +8,8 @@
+ # XXX: make these separate test cases
+
+ def failUnlessResponseExpected(expected, actual):
++ expected.final_url = expected.final_url.replace("localhost", "127.0.0.1")
++ actual.final_url = actual.final_url.replace("localhost", "127.0.0.1")
+ assert expected.final_url == actual.final_url, (
+ "%r != %r" % (expected.final_url, actual.final_url))
+ assert expected.status == actual.status