[python-djblets/el6] New upstream release 0.6.27

Stephen Gallagher sgallagh at fedoraproject.org
Tue Dec 18 20:13:35 UTC 2012


commit 07058fc9a9ee120125a3aa0bc855a0185a8b0eb8
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Dec 18 15:13:29 2012 -0500

    New upstream release 0.6.27
    
    - General:
        * We now require Django 1.3.4
    - djblets.gravatars:
        * Added a get_gravatar_url() function, which can be used to get
          the URL for a user's gravatar without generating HTML
        * The gravatar URL used for HTTPS connections now uses
          https://secure.gravatar.com and not https://www.gravatar.com
    - djblets.webapi:
        * generate_etag() and serialize_*_field() functions now take a request
          parameter
        * Resource handler functions that provide default values for parameters
          can now expect those to be used
        * The allowed_mimetypes list in WebAPIResource is no longer getting
          polluted with every WebAPIResource's allowed item and list mimetypes

 .gitignore          |    1 +
 python-djblets.spec |   19 ++++++++++++++++++-
 sources             |    2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7422ca..40d2ab4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.6.19.tar.gz
 /Djblets-0.6.22.tar.gz
 /Djblets-0.6.24.tar.gz
+/Djblets-0.6.27.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index 7f0afcf..3235e23 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.6.24
+Version:        0.6.27
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -64,6 +64,23 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Tue Dec 18 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.27-1
+- New upstream release 0.6.27
+- General:
+    * We now require Django 1.3.4
+- djblets.gravatars:
+    * Added a get_gravatar_url() function, which can be used to get
+      the URL for a user's gravatar without generating HTML
+    * The gravatar URL used for HTTPS connections now uses
+      https://secure.gravatar.com and not https://www.gravatar.com
+- djblets.webapi:
+    * generate_etag() and serialize_*_field() functions now take a request
+      parameter
+    * Resource handler functions that provide default values for parameters
+      can now expect those to be used
+    * The allowed_mimetypes list in WebAPIResource is no longer getting
+      polluted with every WebAPIResource's allowed item and list mimetypes
+
 * Wed Oct 24 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.24-1
 - New upstream release 0.6.24
 - Drop upstreamed patches
diff --git a/sources b/sources
index 1e7f2b5..3c1a248 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf872ae550ccd35242d2dff2b5aa8a87  Djblets-0.6.24.tar.gz
+dbbc011b16d3ec6ae3915eeef615120d  Djblets-0.6.27.tar.gz


More information about the scm-commits mailing list