You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/06/03 21:19:29 UTC

[30/38] git commit: [#6255] switch dependencies from PIL to Pillow

[#6255] switch dependencies from PIL to Pillow


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/3f51e124
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/3f51e124
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/3f51e124

Branch: refs/heads/cj/6218
Commit: 3f51e124dc0681869e76ca7f37348a028b39c6b6
Parents: 686ae83
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Mon May 20 17:26:20 2013 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Mon Jun 3 17:01:52 2013 +0000

----------------------------------------------------------------------
 Allura/setup.py         |    1 -
 requirements-common.txt |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/3f51e124/Allura/setup.py
----------------------------------------------------------------------
diff --git a/Allura/setup.py b/Allura/setup.py
index 983cff0..4a5f4f1 100644
--- a/Allura/setup.py
+++ b/Allura/setup.py
@@ -68,7 +68,6 @@ setup(
         "Pygments >= 1.1.1",
         "python-openid >= 2.2.4",
         "EasyWidgets >= 0.1.1",
-        "PIL >= 1.1.7",
         "iso8601",
         "chardet >= 1.0.1",
         "feedparser >= 5.0.1",

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/3f51e124/requirements-common.txt
----------------------------------------------------------------------
diff --git a/requirements-common.txt b/requirements-common.txt
index 445d8be..1f5067e 100644
--- a/requirements-common.txt
+++ b/requirements-common.txt
@@ -27,7 +27,7 @@ oauth2==1.5.170
 Paste==1.7.5.1
 PasteDeploy==1.5.0
 PasteScript==1.7.4.2
-PIL==1.1.7
+Pillow==2.0.0
 poster==0.8.1
 Pygments==1.5
 pymongo==2.4.2