NEWS 599 B

12345678910111213141516
  1. python-lockfile (1:0.10.2-1) unstable; urgency=low
  2. As of version 0.9, the Python API in ‘lockfile’ breaks backward
  3. compatibility with older versions. From the upstream release notes:
  4. * The names of the three main classes have changed as follows:
  5. LinkFileLock -> LinkLockFile
  6. MkdirFileLock -> MkdirLockFile
  7. SQLiteFileLock -> SQLiteLockFile
  8. Any Python code written to use the names from older APIs will break in
  9. this version. Such code needs to be migrated to use the new names.
  10. -- Ben Finney <ben+debian@benfinney.id.au> Wed, 06 May 2015 10:38:38 +1000