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 2018/08/10 16:24:52 UTC

allura git commit: [#8200] upgrade GitPython

Repository: allura
Updated Branches:
  refs/heads/db/8200 [created] f627bfbff


[#8200] upgrade GitPython


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

Branch: refs/heads/db/8200
Commit: f627bfbffc0563ad666dcbfb587d771195f33a37
Parents: e67a58a
Author: Dave Brondsema <da...@brondsema.net>
Authored: Fri Aug 10 11:26:17 2018 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Aug 10 11:26:17 2018 -0400

----------------------------------------------------------------------
 requirements.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/f627bfbf/requirements.txt
----------------------------------------------------------------------
diff --git a/requirements.txt b/requirements.txt
index bbe46aa..79ef7b5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -77,10 +77,9 @@ WebFlash==0.1a9
 WebHelpers==1.3
 
 # git deps
-GitPython==0.3.2rc1
-async==0.6.1
-gitdb==0.5.4
-smmap==0.8.1
+GitPython==2.1.11
+gitdb2==2.0.4
+smmap2==2.0.4
 
 # testing & development
 datadiff==1.1.5