We were occasionally trying to compute schema 2 version 1 signatures on the *unicode* representation, which was failing the signature check. This PR adds a new wrapper type called `Bytes`, which all manifests must take in, and which handles the unicodes vs encoded utf-8 stuff in a central location. This PR also adds a test for the manifest that was breaking in production. |
||
---|---|---|
.. | ||
schema2 | ||
test | ||
__init__.py | ||
interfaces.py | ||
schema1.py | ||
schemas.py | ||
schemautil.py | ||
squashed.py | ||
types.py | ||
v1.py |