#1313 Fix encoding issues with base64 data
Merged 5 years ago by mikem. Opened 5 years ago by mikem.
mikem/koji base64-bytes  into  master

No commits found

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

5 years ago

1 new commit added

  • unit test for decode_bytes
5 years ago

1 new commit added

  • extend unit test a bit
5 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

5 years ago

Commit 05f94cb fixes this pull-request

Pull-Request has been merged by mikem

5 years ago