[Bug 513544] New: Review Request: python-lockfile - Platform-independent file locking module

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 24 05:39:29 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python-lockfile - Platform-independent file locking module

https://bugzilla.redhat.com/show_bug.cgi?id=513544

           Summary: Review Request: python-lockfile - Platform-independent
                    file locking module
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: silas at sewell.ch
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec Url:
http://silassewell.googlecode.com/svn/trunk/projects/packages/rpms/python-lockfile/python-lockfile.spec

SRPM Url:
http://silassewell.googlecode.com/files/python-lockfile-0.8-1.fc12.src.rpm

Description:
The lockfile module exports a FileLock class which provides a simple API for 
locking files. Unlike the Windows msvcrt.locking function, the Unix
fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is
identical across both Unix (including Linux and Mac) and Windows platforms. The 
lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on 
Windows) system calls.

rpmlint

[silas at fox rpmbuild]$ rpmlint /var/lib/mock/fedora-rawhide-i386/result/*.rpm
2 packages and 0 specfiles checked; 0 errors, 0 warnings.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list