Releases: wheelodex/wheel-filename
Releases · wheelodex/wheel-filename
v1.4.1 — Refine type annotations
v1.4.0 — `wheel-filename` command
- Support Python 3.10
- Added a
wheel-filename
command that outputs wheel filename components as JSON
v1.3.0 — Support bytes paths
- Support Python 3.9
- Paths passed to
parse_wheel_filename()
can now bebytes
oros.PathLike[bytes]
v1.2.0 — Tuple & typing
- Changed
ParsedWheelFilename
to anamedtuple
so that it can be iterated over - Dropped support for Python 3.5
- Added type annotations
v1.1.0 — Strip directory components
parse_wheel_filename()
now strips leading directory components from its argument before processing
v1.0.0 — Initial release
Split off code from wheel-inspect