[python-djblets/el6: 1/2] New upstream release 0.7.27

Stephen Gallagher sgallagh at fedoraproject.org
Thu Dec 12 18:41:07 UTC 2013


commit ee86555e9ad70dc5565c5340ce7ef0eac07adb6b
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Dec 12 13:40:21 2013 -0500

    New upstream release 0.7.27
    
    - http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.25.NEWS
      * djblets.auth:
        * Added some human-readable labels for RegistrationForm.
        * RegistrationForm subclasses that make use of fields that normalize to
          non-strings no longer fail to save.
      * djblets.webapi:
        * Usernames with plus signs in them are now matched in the API.
    - http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.26.NEWS
      * djblets.util.fields:
        * Fixed JSONField in the administration UI.
      * djblets.webapi:
        * Added support for web API authentication backends.
    - http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.27.NEWS
      * Fixed a regression with the new webapi auth backend support

 .gitignore          |    1 +
 python-djblets.spec |   19 ++++++++++++++++++-
 sources             |    2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5eae729..013d40a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.7.21.tar.gz
 /Djblets-0.7.23.tar.gz
 /Djblets-0.7.24.tar.gz
+/Djblets-0.7.27.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index 6a68ac3..a9d3901 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.7.24
+Version:        0.7.27
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -69,6 +69,23 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Thu Dec 12 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.27-1
+- New upstream release 0.7.27
+- http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.25.NEWS
+  * djblets.auth:
+    * Added some human-readable labels for RegistrationForm.
+    * RegistrationForm subclasses that make use of fields that normalize to
+      non-strings no longer fail to save.
+  * djblets.webapi:
+    * Usernames with plus signs in them are now matched in the API.
+- http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.26.NEWS
+  * djblets.util.fields:
+    * Fixed JSONField in the administration UI.
+  * djblets.webapi:
+    * Added support for web API authentication backends.
+- http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.27.NEWS
+  * Fixed a regression with the new webapi auth backend support
+
 * Wed Nov 27 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.24-1
 - New upstream release 0.7.24
 - http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.24.NEWS
diff --git a/sources b/sources
index 2a15319..92bf187 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b02c12b48213c398c7b4d98bf465d7e  Djblets-0.7.24.tar.gz
+97d331971283cf384517949cb6664a11  Djblets-0.7.27.tar.gz


More information about the scm-commits mailing list