Skip to content
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

Replace unmaintained pycrypto dependency with pycryptodome #6324

Merged
merged 2 commits into from
Jun 13, 2018

Conversation

nsoranzo
Copy link
Member

@nsoranzo nsoranzo commented Jun 12, 2018

The minimum secret key length for Blowfish was increased from 4 to 5 bytes.

The first argument to Blowfish.new() must now be a bytestring, and the mode argument is no more optional.

Remove unused encode_id() function from scripts/api/common.py .

Documentation updated, then rebuilt with make config-rebuild .

Also update 2 dependencies (bdbag and netifaces) to versions with Python3 manylinux wheels on PyPI.

xref. #1715

Minimum secret key length for Blowfish was increased from 4 to 5 bytes.

First argument to Blowfish.new() must be a bytestring, and the `mode`
argument is no more optional.

Remove unused `encode_id` function from `scripts/api/common.py` .

Documentation updated, then rebuilt with `make config-rebuild` .
@jmchilton jmchilton merged commit d66a630 into galaxyproject:dev Jun 13, 2018
@nsoranzo nsoranzo added the area/python3 Specific to Python 3 label Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants