[django-evolution] New upstream release 0.6.6

Stephen Gallagher sgallagh at fedoraproject.org
Tue Apr 3 13:22:50 UTC 2012


commit 58674c7bdd1f81d8eff195b236413755c307e0d0
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Apr 3 06:20:56 2012 -0700

    New upstream release 0.6.6
    
    - Generate more accurate sample evolutions
    - Generate PEP-8-compliant sample evolutions
    - Support Django 1.4's timezone awareness in the Version model

 .gitignore            |    1 +
 django-evolution.spec |   10 ++++++++--
 sources               |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8652908..5ee98b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ django_evolution-0.5.tar.gz
 /django_evolution-0.6.3.tar.gz
 /django_evolution-0.6.4.tar.gz
 /django_evolution-0.6.5.tar.gz
+/django_evolution-0.6.6.tar.gz
diff --git a/django-evolution.spec b/django-evolution.spec
index 1a0fda8..20142fe 100644
--- a/django-evolution.spec
+++ b/django-evolution.spec
@@ -1,6 +1,6 @@
 Name:           django-evolution
-Version:        0.6.5
-Release:        2%{?dist}
+Version:        0.6.6
+Release:        1%{?dist}
 Summary:        Schema evolution for Django
 
 Group:          Development/Languages
@@ -60,6 +60,12 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/django_evolution-%{version}*.egg-info
 
 %changelog
+* Tue Apr 03 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.6-1
+- New upstream release 0.6.6
+- Generate more accurate sample evolutions
+- Generate PEP-8-compliant sample evolutions
+- Support Django 1.4's timezone awareness in the Version model
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index fb34bc4..f9fbc29 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81f9c8f1815707ed2c221f5c5b531ed9  django_evolution-0.6.5.tar.gz
+9bf508eb6122e12ae40f7ef741fa8708  django_evolution-0.6.6.tar.gz


More information about the scm-commits mailing list