diff options
| author | Tres Seaver <tseaver@palladion.com> | 2010-01-04 16:38:00 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2010-01-04 16:38:00 +0000 |
| commit | 557c82a1f5b1253875b94a259511266355445c35 (patch) | |
| tree | 3957244bffff64b8f2835ef8096ac8da5f6ab72e | |
| parent | 53a7f9e7f72e56cd00283f3962c19308b8056df6 (diff) | |
| download | pyramid-557c82a1f5b1253875b94a259511266355445c35.tar.gz pyramid-557c82a1f5b1253875b94a259511266355445c35.tar.bz2 pyramid-557c82a1f5b1253875b94a259511266355445c35.zip | |
Updated dependency on ``WebOb`` to require a version which supports features now used in tests.
| -rw-r--r-- | CHANGES.txt | 9 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 20d8ec6f0..2b1ad4dd0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +After 1.2a10 (unreleased) +========================= + +Bugs Fixed +---------- + +- Updated dependency on ``WebOb`` to require a version which supports + features now used in tests. + 1.2a10 (2010-01-04) =================== @@ -31,7 +31,7 @@ install_requires=[ 'Paste > 1.7', # temp version pin to prevent PyPi install failure :-( 'PasteDeploy', 'PasteScript', - 'WebOb', + 'WebOb>=0.9.6', # tests fail with earlier versions 'repoze.lru', 'setuptools', 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf) |
