Code Review
/
openstack-build
/
cinder-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f8e683f
)
Make WebOb version specification more flexible
author
Doug Hellmann
<doug.hellmann@dreamhost.com>
Mon, 7 Jan 2013 15:52:39 +0000
(10:52 -0500)
committer
Doug Hellmann
<doug.hellmann@dreamhost.com>
Mon, 7 Jan 2013 15:53:08 +0000
(10:53 -0500)
Change the WebOb version to >=1.0.8 as an temporary
measure to allow the actual version update to 1.2.3
to roll out across the projects one at a time without
breaking the integration tests.
Change-Id: I9969b02a6896f7b952301e40e96f0ef6df8f34c0
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
tools/pip-requires
patch
|
blob
|
history
diff --git
a/tools/pip-requires
b/tools/pip-requires
index 2d2c38f76faef7160fee68368c11e8c229b6cc93..9ef13a00d31cd7e69a00278d938157a60f9c678f 100644
(file)
--- a/
tools/pip-requires
+++ b/
tools/pip-requires
@@
-6,7
+6,7
@@
kombu==1.0.4
lockfile==0.8
lxml>=2.3
routes==1.12.3
-WebOb
=
=1.0.8
+WebOb
>
=1.0.8
wsgiref==0.1.2
greenlet>=0.3.1
PasteDeploy==1.5.0