[python-djblets] New upstream release djblets.testing: Added a new TestCase class and @add_fixtures decorator for hav

Stephen Gallagher sgallagh at fedoraproject.org
Thu Nov 10 15:49:34 UTC 2011


commit 7c85946a5e631f3470be14420911a32cf541c732
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Nov 10 10:50:11 2011 -0500

    New upstream release
    djblets.testing:
    Added a new TestCase class and @add_fixtures decorator for having
    fixtures specific to text functions.
    djblets.util:
    Fixed defaults on counter fields on new model instances.
    Added a controlled_subprocess context manager for Python 2.5+.
    Moved controlled_subprocess into djblets.util.contextmanagers.
    Fixed a syntax error in controlled_subprocess on Python 2.4 and 2.5.
    The jQuery and jQuery-UI versions are now referenced in only one place,
    in js/jquery.html and js/jquery-ui.html. Other templates can include
    these and keep up-to-date with the versions Djblets provides.
    djblets.log:
    Allow logging page access times.
    Include the HTTP method in the new page request logs.
    djblets.webapi:
    API authorization failures, misparsed headers, and authorization attempts
    are now logged.
    Fixed authentication failures when ":" was in the password.
    djblets.compress:
    Added a new filters for django-compress that handles lesscss
    (http://lesscss.org) files and automatically converts/deploys as CSS.
    Added new templates for django-compress that handles the MEDIA_SERIAL
    suffix.
    djblets.siteconfig:
    The settings template now allows fields to not have a label by setting
    "fields_no_label" to True in the form class.

 .gitignore          |    1 +
 python-djblets.spec |   31 ++++++++++++++++++++++++++++++-
 sources             |    2 +-
 3 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5db43c..90c11fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.6.9.tar.gz
 /Djblets-0.6.10.tar.gz
 /Djblets-0.6.11.tar.gz
+/Djblets-0.6.14.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index 55ae6ed..26ea36e 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.6.11
+Version:        0.6.14
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -58,6 +58,35 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Thu Nov 10 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.14-1
+- New upstream release
+- djblets.testing:
+-     Added a new TestCase class and @add_fixtures decorator for having
+      fixtures specific to text functions.
+- djblets.util:
+-     Fixed defaults on counter fields on new model instances.
+-     Added a controlled_subprocess context manager for Python 2.5+.
+-     Moved controlled_subprocess into djblets.util.contextmanagers.
+-     Fixed a syntax error in controlled_subprocess on Python 2.4 and 2.5.
+-     The jQuery and jQuery-UI versions are now referenced in only one place,
+      in js/jquery.html and js/jquery-ui.html. Other templates can include
+      these and keep up-to-date with the versions Djblets provides.
+- djblets.log:
+-     Allow logging page access times.
+-     Include the HTTP method in the new page request logs.
+- djblets.webapi:
+-    API authorization failures, misparsed headers, and authorization attempts
+     are now logged.
+-    Fixed authentication failures when ":" was in the password.
+- djblets.compress:
+-    Added a new filters for django-compress that handles lesscss
+     (http://lesscss.org) files and automatically converts/deploys as CSS.
+-    Added new templates for django-compress that handles the MEDIA_SERIAL
+     suffix.
+- djblets.siteconfig:
+-     The settings template now allows fields to not have a label by setting
+      "fields_no_label" to True in the form class.
+
 * Tue Sep 13 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.11-1
 - djblets.testing:
   * Added a new TestCase class and @add_fixtures decorator for
diff --git a/sources b/sources
index 9efbfce..0ba888e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78c1fc1a5d68876db9140e6427a3ae91  Djblets-0.6.11.tar.gz
+e4337111e9cc0a04db38eac5c2ad1383  Djblets-0.6.14.tar.gz


More information about the scm-commits mailing list