Chris McDonough
2011-08-12 eef9724c7edcd68114c420bd8b274fecc11ffe1e
- Pyramid now relies on PasteScript >= 1.7.4.  This version contains a
feature important for allowing flexible logging configuration.
2 files modified
8 ■■■■ changed files
CHANGES.txt 6 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -98,6 +98,12 @@
  configuration settings to the "Environment Variables and ``.ini`` Files
  Settings" chapter.
Dependency Changes
------------------
- Pyramid now relies on PasteScript >= 1.7.4.  This version contains a
  feature important for allowing flexible logging configuration.
Bug Fixes
---------
setup.py
@@ -30,7 +30,7 @@
    'Mako >= 0.3.6', # strict_undefined
    'Paste > 1.7', # temp version pin to prevent PyPi install failure :-(
    'PasteDeploy',
    'PasteScript',
    'PasteScript >= 1.7.4', # "here" in logging fileConfig
    'WebOb >= 1.0.2', # no "default_charset"; request.script_name doesnt error
    'repoze.lru',
    'setuptools',