[Python-modules-commits] r11914 - in packages/python-django/trunk/debian (changelog control)

lamby at users.alioth.debian.org lamby at users.alioth.debian.org
Wed Feb 24 07:58:36 UTC 2010


    Date: Wednesday, February 24, 2010 @ 07:58:33
  Author: lamby
Revision: 11914

Add python-yaml to Suggests; without it, Django silently fails to load YAML fixtures. (Closes: #570963)

Modified:
  packages/python-django/trunk/debian/changelog
  packages/python-django/trunk/debian/control

Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog	2010-02-23 23:53:32 UTC (rev 11913)
+++ packages/python-django/trunk/debian/changelog	2010-02-24 07:58:33 UTC (rev 11914)
@@ -1,3 +1,10 @@
+python-django (1.1.1-4) UNRELEASED; urgency=low
+
+  * Add python-yaml to Suggests; without it, Django silently fails to load YAML
+    fixtures. (Closes: #570963)
+
+ -- Chris Lamb <lamby at debian.org>  Wed, 24 Feb 2010 07:57:24 +0000
+
 python-django (1.1.1-3) unstable; urgency=low
 
   * Apply patch from upstream VCS to fix to_locale not working with sr_Latn:

Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control	2010-02-23 23:53:32 UTC (rev 11913)
+++ packages/python-django/trunk/debian/control	2010-02-24 07:58:33 UTC (rev 11914)
@@ -13,7 +13,7 @@
 Package: python-django
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup, python-sqlite
+Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup, python-sqlite, python-yaml
 Description: High-level Python web development framework
  Django is a high-level web application framework that loosely follows the
  model-view-controller design pattern.




More information about the Python-modules-commits mailing list