[python-djblets] New upstream release 0.7.1

Stephen Gallagher sgallagh at fedoraproject.org
Mon Aug 6 21:13:13 UTC 2012


commit 7c20e932fdbf24c9a810ed1b083a160dadbaa2c8
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Aug 6 16:05:37 2012 -0400

    New upstream release 0.7.1
    
    - Support for ReviewBoard 1.7beta1
    - General:
    -     Djblets now requires Django 1.4.1+
    -     Added localized timezone awareness
    -     Djblets now uses Django's standard static media support
    - djblets.datagrid:
    -     DateTimeColumn and DateTimeSinceColumn are now timezone-aware
    - djblets.extensions:
    -     Added a framework for supporting loadable, configurable extensions in
          Django-based sites
    - djblets.util:
    -     ModificationTimestampField, http_date, and the the ageid filter have
          been made timezone-aware

 .gitignore                         |    2 +
 0001-Conditionalize-ez_setup.patch |   41 ------------------------------------
 python-djblets.spec                |   30 +++++++++++++++++++++-----
 sources                            |    2 +-
 4 files changed, 27 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc9958e..3661d37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.6.18.tar.gz
 /Djblets-0.6.19.tar.gz
 /Djblets-0.6.22.tar.gz
+/Djblets-0.7.tar.gz
+/Djblets-0.7.1.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index 16ee32f..5474d38 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.6.22
+Version:        0.7.1
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -16,30 +16,32 @@ Group:          Applications/Internet
 License:        MIT and (MIT or GPLv2)
 URL:            http://www.review-board.org
 Source0:        http://downloads.review-board.org/releases/Djblets/0.6/Djblets-%{version}.tar.gz
+Source1:        python-djblets-0.7-contrib.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+BuildRequires:  python-django-pipeline
 %if 0%{?fedora} > 17
-Requires:       python-django >= 1.1.1
+Requires:       python-django >= 1.4.1
 %else
-Requires:       Django >= 1.1.1
+Requires:       Django >= 1.4.1
 %endif
 Requires:       python-imaging
-
-Patch0001: 0001-Conditionalize-ez_setup.patch
+Requires:       pytz
 
 %description
 A collection of useful classes and functions for Django
 
 %prep
 %setup -q -n Djblets-%{version}
-%patch0001 -p1
+#%setup -D -T -a 1 -n Djblets-%{version}
 
 # Remove packaged egg-info so it's regenerated by setup.py
 rm -Rf Djblets*.egg-info
 
+
 %build
 %{__python} setup.py build
 
@@ -65,6 +67,22 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Fri Aug 03 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.7.1-1
+- New upstream release 0.7.1
+- Support for ReviewBoard 1.7beta1
+- General:
+-     Djblets now requires Django 1.4.1+
+-     Added localized timezone awareness
+-     Djblets now uses Django's standard static media support
+- djblets.datagrid:
+-     DateTimeColumn and DateTimeSinceColumn are now timezone-aware
+- djblets.extensions:
+-     Added a framework for supporting loadable, configurable extensions in
+      Django-based sites
+- djblets.util:
+-     ModificationTimestampField, http_date, and the the ageid filter have
+      been made timezone-aware
+
 * Tue Jul 31 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.22-1
 - New upstream releae 0.6.22
 - Fixes to support Review Board 1.6.11
diff --git a/sources b/sources
index 6ab55e8..3dc452f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf9d6df682889d6e79b945b8624da116  Djblets-0.6.22.tar.gz
+9f2f982d9d7f317bd55ddb37237fc3e1  Djblets-0.7.1.tar.gz


More information about the scm-commits mailing list