[python-djblets] New upstream release 0.7.12

Stephen Gallagher sgallagh at fedoraproject.org
Mon Apr 22 12:52:42 UTC 2013


commit 65bb05604b76c235a18e97cadd87c3bdbbd46606
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Apr 22 08:39:46 2013 -0400

    New upstream release 0.7.12
    
    - djblets.datagrid:
        * Massively speed up datagrid rendering
    - djblets.extensions:
        * Added an install_extension function to ExtensionManager
    - djblets.util.fields:
        * CounterField now allows incrementing/decrementing by values other than 1
    - djblets.util.templatetags:
        * The thumbnail and crop_image template tags now work with Django Storage
          backends
        * Added a save_image_to_storage function in djblets_images that makes it
          easy to save image data to Storage backends
    - djblets.webapi:
        * Resources now consider both Last Modified and ETag headers simultaneously
          when determining if a cached payload is still valid. Previously, if the
          Last Modified timestamps were the same, the ETag check would fail

 .gitignore          |    1 +
 python-djblets.spec |   42 ++++++++++++++++++++++++++++--------------
 sources             |    2 +-
 3 files changed, 30 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0c79ff..50dc9c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.7.8.tar.gz
 /Djblets-0.7.9.tar.gz
 /Djblets-0.7.11.tar.gz
+/Djblets-0.7.12.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index c0cf10a..0705837 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           python-djblets
-Version:        0.7.11
-Release:        2%{?dist}
+Version:        0.7.12
+Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
 # Djblets is MIT licensed:
@@ -21,22 +21,18 @@ BuildArch:      noarch
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  python-django-pipeline >= 1.2.16
-%if 0%{?fedora} > 17
-BuildRequires:  python-django14
-Requires:       python-django >= 1.4.5
-Conflicts:      python-django >= 1.5
-%else
-BuildRequires:  Django14
-Requires:       Django >= 1.4.5
-Conflicts:      Django >= 1.5
-%endif
+BuildRequires:  python-django-pipeline >= 1.2.24
+
 Requires:       python-imaging
 Requires:       pytz
 Requires:       python-feedparser >= 5.1.2
-Requires:       python-django-pipeline >= 1.2.16
+Requires:       python-django-pipeline >= 1.2.24
 Conflicts:      python-django-pipeline >= 1.3.0
 
+# Distro-release-specific
+# Change this for each branch
+BuildRequires:  python-django14
+Requires:       python-django14
 
 %description
 A collection of useful classes and functions for Django
@@ -68,11 +64,29 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc NEWS
+%doc NEWS README PKG-INFO AUTHORS
 %{python_sitelib}/Djblets*.egg-info/
 %{python_sitelib}/djblets/
 
 %changelog
+* Mon Apr 22 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.12-1
+- New upstream release 0.7.12
+- djblets.datagrid:
+    * Massively speed up datagrid rendering
+- djblets.extensions:
+    * Added an install_extension function to ExtensionManager
+- djblets.util.fields:
+    * CounterField now allows incrementing/decrementing by values other than 1
+- djblets.util.templatetags:
+    * The thumbnail and crop_image template tags now work with Django Storage
+      backends
+    * Added a save_image_to_storage function in djblets_images that makes it
+      easy to save image data to Storage backends
+- djblets.webapi:
+    * Resources now consider both Last Modified and ETag headers simultaneously
+      when determining if a cached payload is still valid. Previously, if the
+      Last Modified timestamps were the same, the ETag check would fail
+
 * Wed Apr 10 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.11-2
 - Guarantee that Djblets builds against the correct version of Django
 
diff --git a/sources b/sources
index f9ff0e8..2c6eb15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7fd3017d32cfd50883821d7f54d82ae0  Djblets-0.7.11.tar.gz
+6a18a63e33e6a27fdeace00c066e0ffe  Djblets-0.7.12.tar.gz


More information about the scm-commits mailing list