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/05/28 18:01:08 UTC

[16/50] git commit: match PyMollom to capitalization used on pypi

match PyMollom to capitalization used on pypi


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

Branch: refs/heads/cj/5913
Commit: d412205ebc6a488aba9b44561919b6614408a736
Parents: 5f7d382
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu May 23 18:53:10 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Thu May 23 18:53:10 2013 +0000

----------------------------------------------------------------------
 requirements-optional.txt |    2 +-
 requirements-sf.txt       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/d412205e/requirements-optional.txt
----------------------------------------------------------------------
diff --git a/requirements-optional.txt b/requirements-optional.txt
index 9de8406..accdc43 100644
--- a/requirements-optional.txt
+++ b/requirements-optional.txt
@@ -14,4 +14,4 @@ MySQL-python  # GPL
 
 # One or the other is required to enable spam checking
 akismet==0.2.0
-pymollom==0.1  # GPL
+PyMollom==0.1  # GPL

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/d412205e/requirements-sf.txt
----------------------------------------------------------------------
diff --git a/requirements-sf.txt b/requirements-sf.txt
index a506fa4..6686610 100644
--- a/requirements-sf.txt
+++ b/requirements-sf.txt
@@ -17,7 +17,7 @@ sqlalchemy-migrate==0.7.1
 wsgipreload==1.2
 pyzmq==2.1.7
 html2text==3.200.3dev-20121112
-pymollom==0.1
+PyMollom==0.1
 
 # use version built from https://github.com/johnsca/GitPython/commits/tv/6000
 # for unmerged fixes for [#5411], [#6000], and [#6078]