Skip to content

python-discid 1.3.0

Latest

Choose a tag to compare

@phw phw released this 26 Jul 12:34
· 3 commits to main since this release
v1.3.0
b6f12e1
  • Modernized, PEP 518 compatible, build system using `pyproject.toml``
  • Minimum supported Python version is now 3.9.
  • issue #51: tests requiring a physical disc are not run by default anymore.
    Set the environment variable DISCID_TESTS_REQUIRE_DISC to enable them
    or run make disccheck.
  • Fixed put to work with first track number greater than 1.
  • Add Disc.cddb_query_string property.