[ckan-changes] commit/ckan: dread: [requires]: Avoid recently released WebOb 1.1 because of incompatibility.

Bitbucket commits-noreply at bitbucket.org
Fri Jul 8 13:46:20 UTC 2011


1 new changeset in ckan:

http://bitbucket.org/okfn/ckan/changeset/8b21ba2a6eb5/
changeset:   8b21ba2a6eb5
user:        dread
date:        2011-07-08 15:45:00
summary:     [requires]: Avoid recently released WebOb 1.1 because of incompatibility.
affected #:  1 file (129 bytes)

--- a/requires/lucid_present.txt	Fri Jul 08 12:41:15 2011 +0100
+++ b/requires/lucid_present.txt	Fri Jul 08 14:45:00 2011 +0100
@@ -10,6 +10,9 @@
 psycopg2==2.0.13
 lxml==2.2.4
 sphinx==0.6.4
+# Specifying not to use later webob because of incompatibility
+# with pylons 0.9.7 (change to imports of Multidict)
+webob<=1.0.8
 Pylons==0.9.7
 repoze.who==1.0.18
 tempita==0.4

Repository URL: https://bitbucket.org/okfn/ckan/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list