Latest upstream release: 3.0.20 Current version/release in Fedora Rawhide: 3.0.19-1.fc20 URL: https://pypi.python.org/packages/source/c/celery/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring
Latest upstream release: 3.0.21 Current version/release in Fedora Rawhide: 3.0.19-1.fc20 URL: https://pypi.python.org/packages/source/c/celery/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring
Latest upstream release: 3.0.22 Current version/release in Fedora Rawhide: 3.0.19-2.fc20 URL: https://pypi.python.org/packages/source/c/celery/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring
Latest upstream release: 3.0.23 Current version/release in Fedora Rawhide: 3.0.19-2.fc21 URL: https://pypi.python.org/packages/source/c/celery/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring
✗ rpm -qa | grep celery python-celery-3.0.19-2.fc20.noarch ✗ head /usr/bin/celery #!/usr/bin/python3 ... 1. Why does this file say "python3" instead of saying "python" ? 2. After fixing the she-bang manually, I get, ✗ celery worker --autoscale=10,0 -A tasks Traceback (most recent call last): File "/usr/bin/celery", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 3011, in <module> parse_requirements(__requires__), Environment() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: amqp>=1.0.13,<1.1.0 ... This is related to Bug 1000750. Can we please get this package working again?
pushed to rawhide