[python-djblets] New upstream release 0.6.18

Stephen Gallagher sgallagh at fedoraproject.org
Tue Jun 5 12:11:31 UTC 2012


commit 0f6bdf226db950f4e0855c4f68c5c0528bccb300
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Jun 5 08:11:27 2012 -0400

    New upstream release 0.6.18
    
    - djblets.siteconfig:
    -     Settings form rows in the template now have IDs indicating the row and
          CSS class names
    -     Help text for fields are now marked as safe, so that the contents
          aren't escaped
    -     The form's disabled_reasons is no longer assumed to be populated
    -     The initial field values are now always set
    - djblets.util:
    -     Added a json_dumps filter, which serialized a value to JSON

 .gitignore          |    1 +
 python-djblets.spec |   16 ++++++++++++++--
 sources             |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cedfb2b..bb0ce87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.6.14.tar.gz
 /Djblets-0.6.16.tar.gz
 /Djblets-0.6.17.tar.gz
+/Djblets-0.6.18.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index 26993ba..cac8d7a 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           python-djblets
-Version:        0.6.17
-Release:        2%{?dist}
+Version:        0.6.18
+Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
 # Djblets is MIT licensed:
@@ -65,6 +65,18 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Tue Jun 05 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.18-1
+- New upstream release 0.6.18
+- djblets.siteconfig:
+-     Settings form rows in the template now have IDs indicating the row and
+      CSS class names
+-     Help text for fields are now marked as safe, so that the contents
+      aren't escaped
+-     The form's disabled_reasons is no longer assumed to be populated
+-     The initial field values are now always set
+- djblets.util:
+-     Added a json_dumps filter, which serialized a value to JSON
+
 * Wed Apr 25 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.17-2
 - Fix Django requirement for F18+
 - Guarantee rebuild of egg-info
diff --git a/sources b/sources
index 64db8fc..5014acb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f20cdbb3f8f2556d768d65b9ff6ad2f8  Djblets-0.6.17.tar.gz
+7864518f3b357030f825af449d00999d  Djblets-0.6.18.tar.gz


More information about the scm-commits mailing list