Tres Seaver
2013-12-20 183470537df63941cca098076d06b4d1ac6d4d11
Merge pull request #1210 from bertjwregeer/feature.depend-on-webob

Depend on webob 1.3.1
2 files modified
5 ■■■■ changed files
CHANGES.txt 3 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -4,6 +4,9 @@
Bug Fixes
---------
- Depend on a newer version of WebOb so that we pull in some crucial bug-fixes
  that were showstoppers for functionality in Pyramid.
- Add a trailing semicolon to the JSONP response. This fixes JavaScript syntax
  errors for old IE versions. See https://github.com/Pylons/pyramid/pull/1205
setup.py
@@ -39,7 +39,7 @@
install_requires=[
    'setuptools',
    'WebOb >= 1.3', # request.domain and CookieProfile
    'WebOb >= 1.3.1', # request.domain and CookieProfile
    'repoze.lru >= 0.4', # py3 compat
    'zope.interface >= 3.8.0',  # has zope.interface.registry
    'zope.deprecation >= 3.5.0', # py3 compat