Tres Seaver
2010-01-04 557c82a1f5b1253875b94a259511266355445c35
Updated dependency on ``WebOb`` to require a version which supports features now used in tests.

2 files modified
11 ■■■■■ changed files
CHANGES.txt 9 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
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)
===================
setup.py
@@ -31,7 +31,7 @@
    '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)