Bug 611277 (python-celery)

Summary: Review Request: python-celery - Task queue/job queue based on distributed message passing
Product: [Fedora] Fedora Reporter: Fabian Affolter <mail>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: andrew, bdpepple, fedora-package-review, metherid, mrunge, notting
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-14 16:44:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 611038, 611040, 611043, 611048, 611068, 673637    
Bug Blocks:    

Description Fabian Affolter 2010-07-04 16:52:57 UTC
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@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@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.

Comment 1 Fabian Affolter 2011-03-26 21:48:35 UTC
* Sat Mar 26 2011 Fabian Affolter <fabian> - 2.2.4-1
- Added new BR
- Enabled test again
- Updated to new upstream version 2.2.4

Updated files:
Spec URL: http://fab.fedorapeople.org/packages/SRPMS/python-celery.spec
SRPM URL: http://fab.fedorapeople.org/packages/SRPMS/python-celery-2.2.4-1.fc14.src.rpm

Comment 2 Rahul Sundaram 2011-04-14 09:41:33 UTC
This has a dependency on python-importlib only if build against a Python older than 2.7 so it should be a conditional dependency.

Comment 3 Rahul Sundaram 2011-06-23 13:55:23 UTC
Fab,  I need this as a dependency of something else I am packaging.  Please respond

Comment 4 Rahul Sundaram 2011-07-14 01:11:59 UTC
Fab,  my entire effort to package Askbot (https://fedoraproject.org/wiki/Askbot) is now waiting on python-celery and python-kombu to be in the repository so that I can build the dependencies and move forward.  It would be very helpful if we could expedite the process.  Thanks

Comment 5 Fabian Affolter 2011-07-14 16:44:06 UTC
No, at the moment I have no time to work on this package and I don't want to block your work.

Comment 6 Andrew Colin Kissa 2011-07-15 11:11:32 UTC

*** This bug has been marked as a duplicate of bug 722444 ***