We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider this example:
▶ python hashin.py -r ~/songsearch/requirements.txt --dry-run --update-all --- Old +++ New ... xmltodict==0.11.0 \ - --hash=sha256:add07d92089ff611badec526912747cf87afd4f9447af6661aca074eeaf32615 \ - --hash=sha256:8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df + --hash=sha256:8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df \ + --hash=sha256:add07d92089ff611badec526912747cf87afd4f9447af6661aca074eeaf32615
Nothing has actually changed but for some reason, the order of the hashes is different this time. That would cause an unnecessary change.
The text was updated successfully, but these errors were encountered:
Note, it is not safe to ignore the problem if the package (e.g. xmltodict) hasn't changed version number. The hashes could legitimately be different.
xmltodict
Sorry, something went wrong.
Order of hashes are unpredictable
fb5444d
Fixes #93
Order of hashes are unpredictable (#95)
f39192e
peterbe
No branches or pull requests
Consider this example:
▶ python hashin.py -r ~/songsearch/requirements.txt --dry-run --update-all --- Old +++ New ... xmltodict==0.11.0 \ - --hash=sha256:add07d92089ff611badec526912747cf87afd4f9447af6661aca074eeaf32615 \ - --hash=sha256:8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df + --hash=sha256:8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df \ + --hash=sha256:add07d92089ff611badec526912747cf87afd4f9447af6661aca074eeaf32615
Nothing has actually changed but for some reason, the order of the hashes is different this time. That would cause an unnecessary change.
The text was updated successfully, but these errors were encountered: