python-libdiscid (2.0.1) stable; urgency=medium
* Fix python_requires in setup.cfg
A typo caused the information not to be included in PKG-INFO
-- Sebastian Ramacher <sramacher@debian.org> Thu, 11 Feb 2021 21:15:43 +0100
python-libdiscid (2.0) stable; urgency=medium
* 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
-- Sebastian Ramacher <sramacher@debian.org> Wed, 10 Feb 2021 23:33:54 +0100
python-libdiscid (1.2) stable; urgency=medium
* Bump required Python version to 3.6
* Replaced use of unicode with str
-- Sebastian Ramacher <sramacher@debian.org> Sun, 24 Jan 2021 23:42:45 +0100
python-libdiscid (1.1) stable; urgency=medium
[ Sebastian Ramacher ]
* Remove support for Python 2.
[ Ville Skyttä ]
* Note Fedora package availability.
[ Philipp Wolfer ]
* Fix the build without pkgconfig module.
-- Sebastian Ramacher <sebastian+dev@ramacher.at> Sun, 10 Nov 2019 22:06:27 +0100
python-libdiscid (1.0) stable; urgency=low
* 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.
-- Sebastian Ramacher <sebastian+dev@ramacher.at> Thu, 29 Dec 2016 12:58:34 +0100
python-libdiscid (0.4.1) unstable; urgency=low
[ Sebastian Ramacher ]
* Fix typo in test_read_not_implemented test.
* Internal changes:
- Move test data to common location for deduplication.
[ Johannes Dewender ]
* libdiscid.compat.discid: Add toc_string property for compatibility with
python-discid 1.1.0.
-- Sebastian Ramacher <sebastian+dev@ramacher.at> Fri, 03 Jan 2014 21:34:17 +0100
python-libdiscid (0.4) unstable; urgency=low
* 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.
-- Sebastian Ramacher <sebastian+dev@ramacher.at> Thu, 03 Oct 2013 15:39:35 +0200
python-libdiscid (0.3.1) unstable; urgency=low
* Fix handling of None in libdiscid.compat.discid.read.
-- Sebastian Ramacher <sebastian+dev@ramacher.at> Mon, 09 Sep 2013 15:36:41 +0200
python-libdiscid (0.3) unstable; urgency=low
* The device used to read the data is now stored in DiscId's device
property.
* Make DiscError available as libdiscid.DiscError.
* libdiscid.compat.discid:
- Fix features handling.
- Try to decode devices with the filesystem's encoding and features with
ascii on a best effort basis.
- Thanks to Andreas Stührk for the hints.
* Internal changes:
- Move most of the API documentation from the rst files back to the code.
- Name the extension module as libdiscid._discid and move some bits that
don't require Cython away.
-- Sebastian Ramacher <sebastian+dev@ramacher.at> Thu, 04 Jul 2013 02:02:25 +0200
python-libdiscid (0.2.0) unstable; urgency=low
* Add libdiscid.compat.discid module that provides the same interface as the
discid module from python-discid. This allows devlopers to write
applications that work with both python-libdiscid and python-discid
without much effort.
* Deprecate libdiscid.DEFAULT_DEVICE in favor of libdiscid.default_device.
The default device might change one some platforms during the runtime, so
it shouldn't be a constant.
-- Sebastian Ramacher <sebastian+dev@ramacher.at> Sun, 30 Jun 2013 21:39:27 +0200
python-libdiscid (0.1.2) unstable; urgency=low
* Fix issues with Cython 0.19.
* Don't fail tests if MCN or ISCR is not available on the platform.
-- Sebastian Ramacher <sebastian+dev@ramacher.at> Thu, 09 May 2013 16:28:29 +0200
python-libdiscid (0.1.1) unstable; urgency=low
* Fix issues with symbol names if python-libdiscid was built against
a libdiscid version prior to 0.5.0 and then used with 0.5.0.
-- Sebastian Ramacher <sebastian+dev@ramacher.at> Sat, 13 Apr 2013 00:55:02 +0200
python-libdiscid (0.1) unstable; urgency=low
* Initial release.
-- Sebastian Ramacher <sebastian+dev@ramacher.at> Thu, 11 Apr 2013 21:43:54 +0200