celery 3.1.6-1ubuntu1 source package in Ubuntu

Changelog

celery (3.1.6-1ubuntu1) trusty; urgency=medium

  * Merge with Debian; remaining changes:
    - Drop issue tracker for doc generation as it adds a build-dep that it
      is not really necessary for this package to build. This allows us to
      MIR celery without MIR'ing the dependency.

celery (3.1.6-1) unstable; urgency=low

  [ Michael Fladischer ]
  * New upstream release (Closes: #711338).
  * Bump Standards version to 3.9.5.
  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
    and build-indep targets.
  * Add build dependency on python-openssl to enable more tests.
  * Add drop_downgrade.patch to remove upstream celery.app detection and
    removal code.
  * Add disable_unstable_tests.patch to disable randomly failing test.
  * Add fix_test_crontab_is_due.patch to fix timeshifts in tests.
  * Add locales to Build-Depends so LC_ALL=C.UTF-8 can be used.
  * Make Build-Depends on python-mock versioned with (>= 1.0.1).
  * Use LC_ALL=C.UTF-8 when running tests.
  * Refresh existing patches.
  * Install upstream changelog.
  * Update upstream homepage URL to the official one.
  * celeryd:
    + Move daemon management scripts to the separate celeryd package.
    + Document change in NEWS.
    + Install init scripts from extra instead of contrib.
    + Move default file from python-celery to celeryd package.
    + Move postinst and postrm files from python-celery to celeryd package.
    + Breaks python-celery (<< 3.0.24-1) to avoid file conflicts.
    + Do not define CELERYD_PID_FILE in /etc/default/celeryd to enable
      automatic generation by init.d script.
    + Drop init.d/celeryevcam as it is no longer shipped by upstream.
  * python-celery
    + Install supervisord from extra instead of contrib.
    + Add versioned dependency on python-billiard.
    + Bump dependency on python-kombu(-doc) to >= 2.5.15.
    + Add dependency on python-tz.
    + Drop depenceny on python-amqplib, it has been replaced by
      python-amqp/python-librabbitmq in python-kombu.
    + Drop dependency on python-anyjson, as it is required by python-kombu which
      already has it set as a versioned dependency.
    + Install celery.1 manpage.
    + Suggest python-celery-doc.
  * python-celery-doc
    + Adapt filenames in d/docs to new upstream names.
    + Update directories in doc-base.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
 -- Matthias Klose <email address hidden>   Tue, 07 Jan 2014 20:04:17 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
celery_3.1.6.orig.tar.gz 1.2 MiB 320708cc2fb1cd1ca552330bb9c326c927668de1fee3b1e53ac6245e53d79e95
celery_3.1.6-1ubuntu1.debian.tar.gz 15.7 KiB 220424b4b2d3826ccf7b40ee43f1a5cd3071c042fcea8335be40b5cc04065613
celery_3.1.6-1ubuntu1.dsc 2.0 KiB 8961ad0ec3b52ad1c7452b13daeaeced9ca8c2ff016c75408c56e3d08b78c3aa

Available diffs

View changes file

Binary packages built by this source

celeryd: async task/job queue based on message passing (daemons)

 Celery is an open source asynchronous 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 one
 or more worker nodes. Tasks can execute asynchronously (in the
 background) or synchronously (wait until ready).
 .
 Celery is written in Python, but the protocol can be implemented
 in any language. It can also operate with other languages using
 webhooks.
 .
 The recommended message broker is RabbitMQ, but limited support for Redis,
 Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
 ORM) is also available. Celery is easy to integrate with Django, using the
 python-django-celery package.
 .
 This package contains the init scripts to start the celery daemons.

python-celery: No summary available for python-celery in ubuntu utopic.

No description available for python-celery in ubuntu utopic.

python-celery-doc: No summary available for python-celery-doc in ubuntu utopic.

No description available for python-celery-doc in ubuntu utopic.