You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that there is some roadmap for 0.3.2 release (with 10 issues to tackle), but in the light of recent fixes (e.g. I care about untracked_files fix) I hoped that there might be some bugfix release along the way?
reply would be very appreciated -- I want to decide on how to update debian python-git package -- just pick up patches or (ideally) update to current state (thus official release or candidate would help)
@Byron For good or for worse, my Debian-rotten soul has limited experience with pip since I am preferring installation/maintenance in implementation-agnostic way (apt-get ;-) ) and offload integration testing upon tests/users on a particular system (e.g. Debian) -- hence was my question, because releases help to identify/compare different versions of the same software, which would be tricky if deployment is always happening from a moving target without clear versioning. AFAIK such pip install should work but upgrades will not fetch new state from the 0.3 (I could be proven wrong!).
Activity
[-]could there be an 0.3.2 (or 0.3.2.1 ;-)) release?[/-][+]could there be an 0.3.2 (or 0.3.2-RC2 ;-)) release?[/+]yarikoptic commentedon Aug 15, 2014
reply would be very appreciated -- I want to decide on how to update debian python-git package -- just pick up patches or (ideally) update to current state (thus official release or candidate would help)
Byron commentedon Aug 17, 2014
Does it make sense to use
pip
s special form to pull from a github repository directly, such as in this example ?# Get latest version in 0.3 pip install git+https://github.com/gitpython-developers/GitPython@0.3
Another form of this command can pull a particular commit - more information about this type of
pip
invocation can be found here.yarikoptic commentedon Aug 18, 2014
@Byron For good or for worse, my Debian-rotten soul has limited experience with pip since I am preferring installation/maintenance in implementation-agnostic way (apt-get ;-) ) and offload integration testing upon tests/users on a particular system (e.g. Debian) -- hence was my question, because releases help to identify/compare different versions of the same software, which would be tricky if deployment is always happening from a moving target without clear versioning. AFAIK such pip install should work but upgrades will not fetch new state from the 0.3 (I could be proven wrong!).
Byron commentedon Nov 14, 2014
A new release has been made.