Closed caphrim007 closed 4 years ago
@peterbe ready for review
Fixes #116
@peterbe I will send updates shortly. thanks for reviewing!
changes made. Ready for review
Travis isn't reporting checks here on the PR, but: https://travis-ci.org/github/peterbe/hashin/builds/698623654 is all green!
This patch changes hashin such that,
If the package specified has underscores in its name, but the new package has hyphens, the following occurs
Prior to this patch, the 1st case about would not occur. Instead, hashin would append the new version in its hyphenated form to the requirements file and leave the old version in its underscored form in the requirements file.