Skip to content

Releases: wheelodex/wheel-filename

v1.4.1 — Refine type annotations

31 May 13:30
v1.4.1
Compare
Choose a tag to compare
  • Refine return type annotation on ParsedWheelFilename.tag_triples()

v1.4.0 — `wheel-filename` command

03 Feb 15:00
v1.4.0
Compare
Choose a tag to compare
  • Support Python 3.10
  • Added a wheel-filename command that outputs wheel filename components as JSON

v1.3.0 — Support bytes paths

18 Mar 12:38
v1.3.0
Compare
Choose a tag to compare
  • Support Python 3.9
  • Paths passed to parse_wheel_filename() can now be bytes or os.PathLike[bytes]

v1.2.0 — Tuple & typing

05 Jul 19:19
v1.2.0
Compare
Choose a tag to compare
  • Changed ParsedWheelFilename to a namedtuple so that it can be iterated over
  • Dropped support for Python 3.5
  • Added type annotations

v1.1.0 — Strip directory components

01 Apr 19:04
v1.1.0
Compare
Choose a tag to compare
  • parse_wheel_filename() now strips leading directory components from its argument before processing

v1.0.0 — Initial release

23 Mar 21:01
v1.0.0
Compare
Choose a tag to compare