Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #679 from gamechanger/ns-upgrade-python-git
Browse files Browse the repository at this point in the history
Ns upgrade python git
  • Loading branch information
nrschultz authored Apr 5, 2018
2 parents 5fdd719 + 5a45cc6 commit f59065b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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 solution to parsing the `RepoTags` configuration for testing.

## 0.7.1 (April 14, 2016)

Expand Down
2 changes: 1 addition & 1 deletion requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f59065b

Please sign in to comment.