[python-prettytable] update to 0.6

Pádraig Brady pbrady at fedoraproject.org
Tue Aug 7 00:21:56 UTC 2012


commit 7e954815e043ccbc469493192c80b4b143f974d5
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Aug 7 01:11:36 2012 +0100

    update to 0.6
    
    This version supports python3,
    but beware it's non backwards compatible
    wrt the printt function at least.

 .gitignore              |    1 +
 python-prettytable.spec |    9 ++++++---
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f157a7..376b084 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /prettytable-0.5.tar.gz
+/prettytable-0.6.tar.gz
diff --git a/python-prettytable.spec b/python-prettytable.spec
index a5866c8..a366216 100644
--- a/python-prettytable.spec
+++ b/python-prettytable.spec
@@ -1,13 +1,13 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:		python-prettytable
-Version:	0.5
-Release:	4%{?dist}
+Version:	0.6
+Release:	1%{?dist}
 Summary:	Python library to display tabular data in tables
 
 Group:		Development/Languages
 License:	BSD
-Source0:	http://pypi.python.org/packages/source/P/PrettyTable/prettytable-0.5.tar.gz
+Source0:	http://pypi.python.org/packages/source/P/PrettyTable/prettytable-0.6.tar.gz
 URL:		http://pypi.python.org/pypi/PrettyTable
 
 BuildArch:	noarch
@@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug  7 2012 Pádraig Brady <P at draigBrady.com> - 0.6-1
+- Update to 0.6
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 065be08..ffd184c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13a6930d775395f393afd86948afa4fa  prettytable-0.5.tar.gz
+0d3963ae68aaa929d1d12572b4a2200c  prettytable-0.6.tar.gz


More information about the scm-commits mailing list