[Bug 611277] New: Review Request: python-celery - Task queue/job queue based on distributed message passing

bugzilla at redhat.com bugzilla at redhat.com
Sun Jul 4 16:52:58 UTC 2010


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-celery - Task queue/job queue based on distributed message passing

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

           Summary: Review Request: python-celery - Task queue/job queue
                    based on distributed message passing
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: fabian at bernewireless.net
         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://fab.fedorapeople.org/packages/SRPMS/python-celery.spec
SRPM URL:
http://fab.fedorapeople.org/packages/SRPMS/python-celery-2.0.0-1.fc13.src.rpm

Project URL: http://pypi.python.org/pypi/celery

Description:
Celery is a task queue/job queue based on distributed message
passing. It is focused on real-time operation, but supports
scheduling as well.

The execution units, called tasks, are executed concurrently on a
single or more worker servers. Tasks can execute asynchronously
(in the background) or synchronously (wait until ready).

Celery is already used in production to process millions of tasks
a day.

Koji scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2294047

rpmlint output:
[fab at laptop011 SRPMS]$ rpmlint python-celery-2.0.0-1.fc13.src.rpm
python-celery.src:68: W: macro-in-comment %check
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

The test section is commented-out because there are plenty of issues at the
moment.

[fab at laptop011 noarch]$ rpmlint python-celery-2.0.0-1.fc13.noarch.rpm
python-celery.noarch: W: hidden-file-or-dir
/usr/share/doc/python-celery-2.0.0/docs/.static/.keep
python-celery.noarch: E: zero-length
/usr/share/doc/python-celery-2.0.0/docs/.static/.keep
python-celery.noarch: W: hidden-file-or-dir
/usr/share/doc/python-celery-2.0.0/docs/.static
python-celery.noarch: W: hidden-file-or-dir
/usr/share/doc/python-celery-2.0.0/docs/.static
python-celery.noarch: W: no-manual-page-for-binary celeryd
python-celery.noarch: W: no-manual-page-for-binary camqadm
python-celery.noarch: W: no-manual-page-for-binary celeryev
python-celery.noarch: W: no-manual-page-for-binary celeryinit
python-celery.noarch: W: no-manual-page-for-binary celeryd-multi
python-celery.noarch: W: no-manual-page-for-binary celerybeat
1 packages and 0 specfiles checked; 1 errors, 9 warnings.

The rpmlint issues about the hidden stuff are all related to sphinx-build.

-- 
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 package-review mailing list