File: NEWS

package info (click to toggle)
python-lockfile 1%3A0.12.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 697; makefile: 76; sh: 19
file content (15 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
python-lockfile (1:0.10.2-1) unstable; urgency=low

  As of version 0.9, the Python API in ‘lockfile’ breaks backward
  compatibility with older versions. From the upstream release notes:

    * The names of the three main classes have changed as follows:

        LinkFileLock -> LinkLockFile
        MkdirFileLock -> MkdirLockFile
        SQLiteFileLock -> SQLiteLockFile

  Any Python code written to use the names from older APIs will break in
  this version. Such code needs to be migrated to use the new names.

 -- Ben Finney <ben+debian@benfinney.id.au>  Wed, 06 May 2015 10:38:38 +1000