From 65db47b5561a481bcd92e09672559a7bab1bd447 Mon Sep 17 00:00:00 2001 From: mehrdadn Date: Wed, 27 Jul 2016 19:47:14 -0700 Subject: [PATCH] Update submodules (#309) --- .gitmodules | 3 +++ thirdparty/arrow | 2 +- thirdparty/numbuf | 2 +- thirdparty/python | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 thirdparty/python diff --git a/.gitmodules b/.gitmodules index 005d0f1ea..3ed9b3f15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "thirdparty/arrow"] path = thirdparty/arrow url = https://github.com/pcmoritz/arrow.git +[submodule "thirdparty/python"] + path = thirdparty/python + url = https://github.com/austinsc/python.git diff --git a/thirdparty/arrow b/thirdparty/arrow index 070706297..ab67f8481 160000 --- a/thirdparty/arrow +++ b/thirdparty/arrow @@ -1 +1 @@ -Subproject commit 0707062979e99e136656bf7ebfda7f4eb722b5ce +Subproject commit ab67f84810d4343e7d75142fb80754a4d33cc0a0 diff --git a/thirdparty/numbuf b/thirdparty/numbuf index 0dcfcfa2e..212536f87 160000 --- a/thirdparty/numbuf +++ b/thirdparty/numbuf @@ -1 +1 @@ -Subproject commit 0dcfcfa2e912f135c7bbae577856364c5aa26afe +Subproject commit 212536f87ccfdb474a5f32dc54fb563fd6007b8d diff --git a/thirdparty/python b/thirdparty/python new file mode 160000 index 000000000..3f8fa0052 --- /dev/null +++ b/thirdparty/python @@ -0,0 +1 @@ +Subproject commit 3f8fa00528daa3e3849be251f05227842905c7a9