int_to_bytes got moved to itsdangerous.encoding.int_to_bytes in itsdangerous-1.0.0 This fixes for example the failure in py-test_pagure_flask_form: https://ci.centos.org/job/pagure-pr/1630/consoleText
Signed-off-by: Karsten Hopp karsten@redhat.com
Will this work for older versions of itsdangerous, or do we need to raise the dependency to 1.0.0? If we do, is there a way we can support both old and new versions?
itsdangerous
1 new commit added
Fall back to ItsDangerous-0.24 if itsdangerous.encoding throws an attribute error
Pull-Request has been merged by pingou
int_to_bytes got moved to itsdangerous.encoding.int_to_bytes in
itsdangerous-1.0.0
This fixes for example the failure in py-test_pagure_flask_form:
https://ci.centos.org/job/pagure-pr/1630/consoleText
Signed-off-by: Karsten Hopp karsten@redhat.com