You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/03/05 23:42:11 UTC

[9/50] [abbrv] git commit: [#5411] ticket:268 Added patched GitPython to the requirements

[#5411] ticket:268 Added patched GitPython to the requirements


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

Branch: refs/heads/si/5453
Commit: 92885fcc05b0cb9b1c39e718e085f8ed942d64f6
Parents: 864f0de
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed Feb 13 16:06:27 2013 +0000
Committer: Cory Johns <jo...@geek.net>
Committed: Fri Mar 1 15:57:39 2013 +0000

----------------------------------------------------------------------
 requirements-common.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/92885fcc/requirements-common.txt
----------------------------------------------------------------------
diff --git a/requirements-common.txt b/requirements-common.txt
index 49f7124..51e8579 100644
--- a/requirements-common.txt
+++ b/requirements-common.txt
@@ -64,8 +64,8 @@ WebHelpers==1.3
 # git deps
 async==0.6.1
 gitdb==0.5.4
-GitPython==0.3.0-beta2
-smmap==0.8.1
+-e git://github.com/42cc/GitPython.git@0.3.2-RC1-20130214#egg=git
+smmap==0.8.2
 
 # testing & development
 datadiff==1.1.5