PyPi release 1.6.2
Release Notes
- Set "User-Agent" header for HTTP fetch handler (via
python-requests
) to"bdbag/{version} (requests/{version})"
. - Added
sha1
support forbdbag_utils
functioncreate-rfm-from-url-list
. See PR #46. - Fix issues with unicode handling in
fetch.txt
, ROmetadata.json
,keychain.json
, andremote-file-manifest
JSON files. - Fix issues with over-escaping (urlencoding) of filenames and urls in
fetch.txt
and ROmetadata.json
.
Per the spec, only CR,LF, whitespace, and literal percent should be encoded.