Your message dated Sun, 22 Dec 2013 04:00:10 +0000 with message-id <[email protected]> and subject line Bug#711338: fixed in celery 3.1.6-1 has caused the Debian Bug report #711338, regarding django-celery: FTBFS: django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty. to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 711338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711338 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: django-celery Version: 2.5.5-2 Severity: serious Tags: sid jessie Justification: fails to build from source django-celery FTBFS: | make[1]: Entering directory `/build/django-celery-vVntP8/django-celery-2.5.5' | set -e; \ | for python in python2.7; do \ | DEB_NETWORK_TESTS=disabled $python setup.py test ; \ | done | running test | Traceback (most recent call last): | File "setup.py", line 190, in <module> | long_description=long_description, | File "/usr/lib/python2.7/distutils/core.py", line 152, in setup | dist.run_commands() | File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands | self.run_command(cmd) | File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command | cmd_obj.run() | File "setup.py", line 122, in run | execute_manager(settings_mod, argv=sys.argv) | File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 469, in execute_manager | utility.execute() | File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 392, in execute | self.fetch_command(subcommand).run_from_argv(self.argv) | File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 272, in fetch_command | klass = load_command_class(app_name, subcommand) | File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 77, in load_command_class | module = import_module('%s.management.commands.%s' % (app_name, name)) | File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module | __import__(name) | File "/usr/lib/python2.7/dist-packages/django/core/management/commands/test.py", line 8, in <module> | from django.test.utils import get_runner | File "/usr/lib/python2.7/dist-packages/django/test/__init__.py", line 5, in <module> | from django.test.client import Client, RequestFactory | File "/usr/lib/python2.7/dist-packages/django/test/client.py", line 21, in <module> | from django.db import close_connection | File "/usr/lib/python2.7/dist-packages/django/db/__init__.py", line 11, in <module> | if settings.DATABASES and DEFAULT_DB_ALIAS not in settings.DATABASES: | File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 53, in __getattr__ | self._setup(name) | File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 48, in _setup | self._wrapped = Settings(settings_module) | File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 152, in __init__ | raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.") | django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty. | make[1]: *** [override_dh_auto_test] Error 1 -- Jakub Wilk
--- End Message ---
--- Begin Message ---Source: celery Source-Version: 3.1.6-1 We believe that the bug you reported is fixed in the latest version of celery, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Fladischer <[email protected]> (supplier of updated celery package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 15 Dec 2013 20:58:41 +0100 Source: celery Binary: python-celery python-celery-doc celeryd Architecture: source all Version: 3.1.6-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Michael Fladischer <[email protected]> Description: celeryd - async task/job queue based on message passing (daemons) python-celery - async task/job queue based on message passing python-celery-doc - async task/job queue based on message passing (Documentation) Closes: 711338 Changes: 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. Checksums-Sha1: d73a8d077299327f37eb84737d6b909564cfd6bd 2566 celery_3.1.6-1.dsc d8c83504fecf0894f5610e23fda41137483a377f 1264225 celery_3.1.6.orig.tar.gz 0114c6af83c9bcd0f954ab91abb56829fb54e5fd 16256 celery_3.1.6-1.debian.tar.gz 6ee2df432d77dd54dc64a6c3a5899c943d585bd9 336170 python-celery_3.1.6-1_all.deb 9e1c3437c32e6ef6b2cd89c5432887826991655d 1367342 python-celery-doc_3.1.6-1_all.deb d33390570813580d18efd6062b8f53471681e338 13274 celeryd_3.1.6-1_all.deb Checksums-Sha256: 118924e9d2b3c1b3cf69522e3796a7fb861ec507e5701cdcee594057b34f8aaa 2566 celery_3.1.6-1.dsc 320708cc2fb1cd1ca552330bb9c326c927668de1fee3b1e53ac6245e53d79e95 1264225 celery_3.1.6.orig.tar.gz b65b06d796cf17e63d89270b93b6ec79215047d552c4acd3e9ed03121a9df315 16256 celery_3.1.6-1.debian.tar.gz 0d6fe27c302f8f93ad9f7727556fc22ba413019630afaf25b79e429b87cab78a 336170 python-celery_3.1.6-1_all.deb 436af11228d5540ac0d04c41803dff497e28ed55d4d86874a4d490b45a685c4b 1367342 python-celery-doc_3.1.6-1_all.deb 2972a39a03c72a72d0a729c51cf9b722a375e6a0272d01908beb85935da5b324 13274 celeryd_3.1.6-1_all.deb Files: f4806e1fb2b1f5d1bd33ad006939ce9b 2566 python optional celery_3.1.6-1.dsc 00eebe44a44fe060c7cd184d15ae0bd9 1264225 python optional celery_3.1.6.orig.tar.gz c8f7ee1b35e57b0a041e88817379c77b 16256 python optional celery_3.1.6-1.debian.tar.gz b8bbae8bbe4dbe43287c9b92fd0d1ac6 336170 python optional python-celery_3.1.6-1_all.deb 4950299260fe62acabbcce3db4b1d07a 1367342 doc optional python-celery-doc_3.1.6-1_all.deb fd128e3a208585639177080bec2551c2 13274 python optional celeryd_3.1.6-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAEBCgAGBQJStBfiAAoJEBWetcTvyHdMCCMP/AyEs3TWhsm0WNL4KUfvMpyY hPuzdEP0CFQdiui/q/kqQJshd7E9zEejUD3g2IWRlabUpyeAZpm2NLKxwYQq2moA ukWCH0qwMI4ItfTGCZjCIEb99iRrj0M8rkqJnbaINOdWqWoMCCbVNw2SWQAN6pI3 BewQvXbevJwGdtVi7byfVR2s8rhwCmLfjlEwqOQVqkLHBJZdth/5NTlV+Sl+WEKg 8sFSPqySFRxP8YHiFOijb82nUMzogW20b3MM1Hr5TuGaNur0ziiH1jxG4utzCyYf CqmbHH47in+9bR/bIcF6XZnT77hwNTriD3gztvsPOMmATDAjGNseU/jd9n6ChLfh rO2Jn0A2/+EVl6Z3W8BCjwRNg066wx8/5Agjb36L6CLq4vtr+MQcdeI8/I0b8hPv U4wZb+78dqvSR8j5ahdYGYoOBIQVPswQk7xdvHXy2Vk8Nyj6KVauxA5MP97DpSLC 9dK9uvbN0yUSMLrvBUGCDdzYSA0RDtYnrS9ESE8+U/35bDX1ULg7yfgSAm+3heqf NXdHENiFvxI4BTnaLYAa+Dt31a4PYxUE9ANwgx1wEd9ggWl/9fcn0N2V1ya0V5jS cQkzN4zwYtxFKNwKdbx7o9R0OT3Vd+xnSuYme3GNgX5KpVoenW90S0ZnFi0nAGJ9 l0S7Zahr5Q91rMh+5PAX =qBDd -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

