[CDRIVER-2968] Remove GitPython from calc_release_version.py Created: 19/Feb/19 Updated: 28/Oct/23 Resolved: 02/Apr/19 |
|
| Status: | Closed |
| Project: | C Driver |
| Component/s: | Build |
| Affects Version/s: | None |
| Fix Version/s: | 1.15.0 |
| Type: | Improvement | Priority: | Minor - P4 |
| Reporter: | Kevin Albertson | Assignee: | Roberto Sanchez |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
We use calc_release_version.py to determine what version of the driver we're building based on tags from the repo. This runs automatically on cmake. But calc_release_version.py requires GitPython to run. It seems probable that many users will have python and git installed but not GitPython. We're also not getting much use out of the GitPython package in that script. Let's remove the dependency to make our build process easier. |
| Comments |
| Comment by Githook User [ 02/Apr/19 ] |
|
Author: {'name': 'Roberto C. Sánchez', 'username': 'rcsanchez97', 'email': 'roberto@connexer.com'}Message: |