Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
python_dependencies: Use bcrypt module instead of py-bcrypt #2288
Conversation
matrixbot
commented
Jun 17, 2017
|
Can one of the admins verify this patch? |
matrixbot
commented
Jun 17, 2017
|
Can one of the admins verify this patch? |
matrixbot
commented
Jun 17, 2017
|
Can one of the admins verify this patch? |
|
oy-oy? |
|
@erikjohnston this looks like the right solution? |
|
Probably? |
|
this should avoid things like #2345 in future. |
richvdh
merged commit a7effa8
into
matrix-org:develop
Aug 23, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
|
(Thanks @kyrias) |
kyrias
deleted the
kyrias:bcrypt
branch
Aug 23, 2017
richvdh
added a commit
to matrix-org/sytest
that referenced
this pull request
Aug 23, 2017
richvdh
added a commit
to matrix-org/sytest
that referenced
this pull request
Aug 23, 2017
richvdh
referenced this pull request
in matrix-org/sytest
Aug 23, 2017
Merged
Set bcrypt_rounds = 4 #372
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kyrias commentedJun 17, 2017
py-bcrypt has been unmaintained for a long while, while bcrypt is
actively maintained. And since ff8b871
we're compatible with the bcrypt anyway.
This allows distro maintainer to drop the unmaintained module which also
happens to conflict with the bcrypt module.