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
Bump required python-cryptography version #464
Conversation
|
NACK, you didn't update the comments. |
ce3e60c
to
2de0565
Compare
|
Fixed upstream |
|
|
2de0565
to
eaed208
Compare
|
Didn't realize we need that as well now, patch is in this PR. |
|
@stlaz can you please link https://fedorahosted.org/freeipa/ticket/6631 to the fixup commit? |
When bumping version of python-cryptography in freeipa.spec.in, ipasetup.py.in was forgotten about. https://fedorahosted.org/freeipa/ticket/6631
eaed208
to
0f2477c
Compare
|
@martbab Sure, done. |
|
Fixed upstream |
Since we started using
Certificate.serial_numberinstead of.serialfrom python-cryptography (3d9bec2), bump the required version to the one where the above mentioned transition happened (pyca/cryptography@e295f3a).