-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
ed25519: Update to upstream master HEAD #299
Conversation
Update ed2519 from 18d0b5515 to c13748e1d2. This includes three commits that * fixes invalid escape sequence in docstring (our issue secure-systems-lab#290) * updates CI, lint & tox configuration (not included in our copy) * whitespace fixes to satisfy the new linter configuration So no functional changes but the first item should silence a DeprecationWarning in some cases. Fixes secure-systems-lab#298
Both Python 2.7 builds failed on Travis. Did upstream make a change which isn't supported by Python 2.7? 😕 |
That seems to be my fault: The old version had an empty I'll fix this but first I'll think if there is maybe a simple way to sure I can't mess up next time... |
* Add advice on updating * Add __init__.py that was mistakenly removed in commit c73a705 (this file is not part of upstream, it is added in securesystemslib) * Delete Travis config as it was actually deleted upstream
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from a minor question on _vendor/README.md this looks good to me, thanks!
Co-authored-by: Joshua Lock <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the impeccable work, @jku!
Update ed2519 from 18d0b5515 to c13748e1d2.
This includes three commits that
So no functional changes but the first item should silence a
DeprecationWarning in some cases.
Fixes #298