From eef9724c7edcd68114c420bd8b274fecc11ffe1e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 12 Aug 2011 16:51:49 -0400 Subject: - Pyramid now relies on PasteScript >= 1.7.4. This version contains a feature important for allowing flexible logging configuration. --- CHANGES.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 65dcf11fa..9f55bff35 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -98,6 +98,12 @@ Documentation 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 --------- diff --git a/setup.py b/setup.py index f6cc911f6..4c556dbc3 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires=[ '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', -- cgit v1.2.3