[python-djblets] New upstream release 0.7.9

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jan 28 16:06:04 UTC 2013


commit c65e120898e1df17424f087e609232af94b4f075
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Jan 28 11:01:31 2013 -0500

    New upstream release 0.7.9
    
    - JavaScript:
        * modalBoxes now use z-indexes of 99 and 100 for the box and content,
          instead of 11000 and 11001.
    - djblets.datagrid:
        * Columns data by way of field access can now span field relationships.
    - djblets.extensions:
        * Fixed a failure when clearing extension info.
    - djblets.siteconfig:
        * When loading the stored timezone, we're now longer setting
          os.environ['TZ'] to that timezone. Instead, we're just activating
          that timezone for Django only.
    - djblets.webapi:
        * Fixed a bug where list resources that had an unknown ID in the URL
          could end up throwing an exception instead of returning a 404.

 .gitignore          |    1 +
 python-djblets.spec |   23 ++++++++++++++++++++---
 sources             |    2 +-
 3 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b711e3..fea2199 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.7.6.tar.gz
 /Djblets-0.7.7.tar.gz
 /Djblets-0.7.8.tar.gz
+/Djblets-0.7.9.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index c08c383..a21765c 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.7.8
+Version:        0.7.9
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -23,9 +23,9 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-django-pipeline >= 1.2.16
 %if 0%{?fedora} > 17
-Requires:       python-django >= 1.4.2
+Requires:       python-django >= 1.4.3
 %else
-Requires:       Django >= 1.4.2
+Requires:       Django >= 1.4.3
 %endif
 Requires:       python-imaging
 Requires:       pytz
@@ -68,6 +68,23 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Mon Jan 28 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.9-1
+- New upstream release 0.7.9
+- JavaScript:
+    * modalBoxes now use z-indexes of 99 and 100 for the box and content,
+      instead of 11000 and 11001.
+- djblets.datagrid:
+    * Columns data by way of field access can now span field relationships.
+- djblets.extensions:
+    * Fixed a failure when clearing extension info.
+- djblets.siteconfig:
+    * When loading the stored timezone, we're now longer setting
+      os.environ['TZ'] to that timezone. Instead, we're just activating
+      that timezone for Django only.
+- djblets.webapi:
+    * Fixed a bug where list resources that had an unknown ID in the URL
+      could end up throwing an exception instead of returning a 404.
+
 * Thu Dec 20 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.7.8-1
 - New upstream release 0.7.8
 - JavaScript:
diff --git a/sources b/sources
index 91bde18..94526e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9540b0d25ba632c38cc3e3a41e659564  Djblets-0.7.8.tar.gz
+f7da78490a5f8c31dd1453b4a115ff4f  Djblets-0.7.9.tar.gz


More information about the scm-commits mailing list