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

Merged
merged 1 commit into from Aug 23, 2017

Conversation

Projects
None yet
4 participants
Contributor

kyrias commented Jun 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.

python_dependencies: Use bcrypt module instead of py-bcrypt
py-bcrypt has been unmaintained for a long while, while bcrypt is
actively maintained. And since ff8b871
we're compatible with the bcrypt anyway.

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>

Can one of the admins verify this patch?

Can one of the admins verify this patch?

Can one of the admins verify this patch?

Contributor

kyrias commented Jun 22, 2017

oy-oy?

Member

richvdh commented Aug 23, 2017

@erikjohnston this looks like the right solution?

Owner

erikjohnston commented Aug 23, 2017

Probably?

Member

richvdh commented Aug 23, 2017

this should avoid things like #2345 in future.

@richvdh 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
Member

richvdh commented Aug 23, 2017

(Thanks @kyrias)

@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

Set bcrypt_rounds = 4
to stop breakage occuring with modern python bcrypt.

(We now use bcrypt 3 in synapse, as of
matrix-org/synapse#2288)

richvdh added a commit to matrix-org/sytest that referenced this pull request Aug 23, 2017

Set bcrypt_rounds = 4
to stop breakage occuring with modern python bcrypt.

(We now use bcrypt 3 in synapse, as of
matrix-org/synapse#2288)

@richvdh 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