In python3 the base64 functions always output bytes, and often assert that their input must be bytes too. Koji generally wants base64 data as a string, and was not being careful about the data was passing in to be encoded.
Fixes: #1312 Fixes: #1311 Fixes: #1310
Metadata Update from @mikem: - Pull-request tagged with: testing-ready
:thumbsup:
1 new commit added
unit test for decode_bytes
extend unit test a bit
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
Commit 05f94cbe fixes this pull-request
Pull-Request has been merged by mikem
In python3 the base64 functions always output bytes, and often assert that their input must be bytes too. Koji generally wants base64 data as a string, and was not being careful about the data was passing in to be encoded.
Fixes: #1312
Fixes: #1311
Fixes: #1310