-------------------
- `"buildver"` is now `None`/`null` instead of the empty string when there is
no build tag in the wheel's filename
- Added a `parse_wheel_filename()` function for parsing a wheel filename into
its components
- Validation of `RECORD` files is now done directly by `wheel-inspect` instead
of with `distlib` in order to achieve more descriptive error messages