[python-django-tables2/f17] update to version 0.10.0 from upstream

Matthias Runge mrunge at fedoraproject.org
Fri Mar 16 08:06:29 UTC 2012


commit 6f33f842468ace8f16c7bd18a7307c4bd5a044e4
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Fri Mar 16 09:05:57 2012 +0100

    update to version 0.10.0 from upstream

 .gitignore                 |    1 +
 python-django-tables2.spec |    8 ++++----
 sources                    |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2a0a38..fd9f479 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /django-tables2-0.9.4.tar.gz
+/django-tables2-0.10.0.tar.gz
diff --git a/python-django-tables2.spec b/python-django-tables2.spec
index 8371f68..4b82488 100644
--- a/python-django-tables2.spec
+++ b/python-django-tables2.spec
@@ -1,19 +1,18 @@
 %global pkgname django-tables2
 Name:           python-django-tables2
-Version:        0.9.4
-Release:        2%{?dist}
+Version:        0.10.0
+Release:        1%{?dist}
 Summary:        Table framework for Django
 
 License:        BSD
 URL:            https://github.com/bradleyayers/django-tables2
 Source0:        http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz
-#md5=9f073e4746afd49b660b5dcdb5fa0ae8
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 
-Requires:       Django
+Requires:       Django 
 
 Provides:       django-tables2 = %{pkgname}-%{version}-%{release}
 
@@ -47,6 +46,7 @@ rm -rf django_tables2.egg-info
 
 
 %changelog
+* Fri Mar 16 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.10.0-1
 * Wed Mar 07 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.9.4-2
 - remove included egg-info
 - more specific %%files-section
diff --git a/sources b/sources
index 36d47b0..0f732da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f073e4746afd49b660b5dcdb5fa0ae8  django-tables2-0.9.4.tar.gz
+db5217c854ad2513bf2705aab6cb66c5  django-tables2-0.10.0.tar.gz


More information about the scm-commits mailing list