[python-djblets] djblets.testing: * Added a new TestCase class and @add_fixtures decorator for having fixtures specif

Stephen Gallagher sgallagh at fedoraproject.org
Tue Sep 13 11:50:11 UTC 2011


commit db9b9300a96d298ea9d1d65a8ea2a4b231a6a99e
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Sep 13 07:49:56 2011 -0400

    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.

 .gitignore          |    1 +
 python-djblets.spec |    9 ++++++++-
 sources             |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b98408..e5db43c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.6.8.tar.gz
 /Djblets-0.6.9.tar.gz
 /Djblets-0.6.10.tar.gz
+/Djblets-0.6.11.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index 37293a3..55ae6ed 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.6.10
+Version:        0.6.11
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -58,6 +58,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* 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
+    having fixtures specific to text functions.
+- djblets.util:
+  * Fixed defaults on counter fields on new model instances.
+
 * Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.10-1
 - New upstream release 0.6.10
 - Required for ReviewBoard 1.5.6
diff --git a/sources b/sources
index 953e5fe..9efbfce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02fda03878981f4fcf6dddea0bd0fc4a  Djblets-0.6.10.tar.gz
+78c1fc1a5d68876db9140e6427a3ae91  Djblets-0.6.11.tar.gz


More information about the scm-commits mailing list