You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/05/24 19:05:26 UTC

[50/50] 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/10f1c19e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/10f1c19e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/10f1c19e

Branch: refs/heads/db/6255
Commit: 10f1c19eade900d7cc5cc3c9ae63c5af26b385ac
Parents: ea4ccf3
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Mon May 20 17:26:20 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Fri May 24 16:26:21 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/10f1c19e/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/10f1c19e/requirements-common.txt
----------------------------------------------------------------------
diff --git a/requirements-common.txt b/requirements-common.txt
index 2b5f8b5..8005d81 100644
--- a/requirements-common.txt
+++ b/requirements-common.txt
@@ -28,7 +28,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