Skip to content

Releases: sebastinas/python-libdiscid

python-libdiscid version 2.0.3

31 Jul 20:59
v2.0.3
Compare
Choose a tag to compare
  • Bump required Python version to 3.8.
  • Fix compatibility with Sphinx 7.

python-libdiscid version 2.0.2

01 Nov 17:20
v2.0.2
Compare
Choose a tag to compare
  • Remove long deprecated libdiscid.DEFAULT_DEVICE.
  • Bump required Python version to 3.7.

python-libdiscid 2.0.1

11 Feb 20:20
v2.0.1
Compare
Choose a tag to compare
  • Fix python_requires in setup.cfg
    A typo caused the information not to be included in PKG-INFO

python-libdiscid 2.0

10 Feb 22:53
v2.0
Compare
Choose a tag to compare
  • Remove compat module for the 0.x style interface
  • Add type annotations
  • Internal changes:
    • Modernize build system: move build dependencies to pyproject.toml
    • Use relative imports

python-libdiscid 1.2

24 Jan 22:51
v1.2
Compare
Choose a tag to compare
  • Bump required Python version to 3.6
  • Replaced use of unicode with str

v1.1

10 Nov 21:26
v1.1
Compare
Choose a tag to compare
  • Remove support for Python 2.
  • Note Fedora package availability. (#5)
  • Fix the build without pkgconfig module. (#6)

v1.0

10 Nov 21:27
Compare
Choose a tag to compare
  • Fix compatibility issues with Cython 0.23.
  • Add support for Python 3.4, 3.5, and 3.6.
  • Drop (active) support for Python 2.6, 3.2 and 3.3. This change only affects the test suite.
  • Fix various spelling mistakes.
  • Internal changes:
    • Use pkgconfig to detect discid.
    • Use Travis-CI.

v0.4.1

13 Jan 19:54
Compare
Choose a tag to compare
  • Fix typo in test_read_not_implemented test.
  • libdiscid.compat.discid: Add toc_string property for compatibility with python-discid 1.1.0.
  • Internal changes:
    • Move test data to common location for deduplication.

v0.4

13 Jan 19:54
Compare
Choose a tag to compare
  • Add support for libdiscid's discid_get_toc_string introduced in 0.6.0.
  • Add sectors_to_seconds to libdiscid.
  • Use shipped C source to build libdiscid._discid if Cython is not available.
  • Internal changes:
    • Release resources acquired from libdiscid earlier. After a successful read or put all the information is stored in the returned object and no further calls to libdiscid are necessary to access the data.

v0.3.1

13 Jan 19:53
Compare
Choose a tag to compare
  • Fix handling of None in libdiscid.compat.discid.read.