From 4bd18aad2aa621c968c44d6e089f3c118311eda7 Mon Sep 17 00:00:00 2001 From: Nick Schultz Date: Wed, 4 Apr 2018 15:34:41 -0400 Subject: [PATCH 1/3] PythonGit 1.0.1 -> 2.1.9 --- requirements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.py b/requirements.py index 64b9f003..1dbeb1c9 100644 --- a/requirements.py +++ b/requirements.py @@ -2,7 +2,7 @@ 'docker-py==1.7.0', 'PyYAML==3.11', 'PrettyTable==0.7.0', - 'GitPython==1.0.1', + 'GitPython==2.1.9', 'docopt==0.6.2', 'Schemer==0.2.9', 'psutil==2.2.1', From f39b2b55be21a2c6613139ec8a86bb30aa4cff3c Mon Sep 17 00:00:00 2001 From: Nick Schultz Date: Thu, 5 Apr 2018 14:57:42 -0400 Subject: [PATCH 2/3] update changelog --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 8697eb86..d17558e9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,10 @@ # Changelog ## 0.7.2 (In Progress) +* **Misc** + * Upgraded the version of GitPython that dusty is using from 1.0.1 -> 2.1.9. This should fix an issue with how git response were being parsed, leading to dusty failing to manage its own repositories on newer Apple computers. + * A fix to the install script that will make it install to a temp directory, then copy over the installed binary with correct permissions to the intended installation directory. + * A more robust solition to parsing the `RepoTags` configuration for testing. ## 0.7.1 (April 14, 2016) From 5a45cc65c0695f5b06c14969831870d2d9f7b6d3 Mon Sep 17 00:00:00 2001 From: Nick Schultz Date: Thu, 5 Apr 2018 15:36:38 -0400 Subject: [PATCH 3/3] typo --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index d17558e9..7e22a200 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ * **Misc** * Upgraded the version of GitPython that dusty is using from 1.0.1 -> 2.1.9. This should fix an issue with how git response were being parsed, leading to dusty failing to manage its own repositories on newer Apple computers. * A fix to the install script that will make it install to a temp directory, then copy over the installed binary with correct permissions to the intended installation directory. - * A more robust solition to parsing the `RepoTags` configuration for testing. + * A more robust solution to parsing the `RepoTags` configuration for testing. ## 0.7.1 (April 14, 2016)