update to 0.6

This version supports python3,
but beware it's non backwards compatible
wrt the printt function at least.
This commit is contained in:
Pádraig Brady 2012-08-07 01:11:36 +01:00
parent 126c8b44c9
commit 7e954815e0
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/prettytable-0.5.tar.gz
/prettytable-0.6.tar.gz

View File

@ -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@draigBrady.com> - 0.6-1
- Update to 0.6
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
13a6930d775395f393afd86948afa4fa prettytable-0.5.tar.gz
0d3963ae68aaa929d1d12572b4a2200c prettytable-0.6.tar.gz