[python-asciitable] New upstream version, reading and writing fixed-width tables

Sergio Pascual sergiopr at fedoraproject.org
Thu Oct 6 11:52:01 UTC 2011


commit e75ae98bc6a53a207fcc42b53456bc4db99d523b
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Thu Oct 6 13:51:52 2011 +0200

    New upstream version, reading and writing fixed-width tables

 .gitignore             |    1 +
 python-asciitable.spec |   24 +++++++++++++++++-------
 sources                |    2 +-
 3 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73b055d..6096615 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /asciitable-0.7.0.1.tar.gz
 /asciitable-0.7.0.2.tar.gz
 /asciitable-0.7.1.tar.gz
+/asciitable-0.8.0.tar.gz
diff --git a/python-asciitable.spec b/python-asciitable.spec
index 5629935..1bfb11a 100644
--- a/python-asciitable.spec
+++ b/python-asciitable.spec
@@ -7,8 +7,8 @@
 %endif
 
 Name: python-%{upname}
-Version: 0.7.1
-Release: 1%{?dist}
+Version: 0.8.0
+Release: 1%{dist}
 Summary: Extensible ASCII table reader and writer
 License: BSD
 
@@ -17,6 +17,7 @@ URL: http://cxc.harvard.edu/contrib/asciitable/
 Source0: http://pypi.python.org/packages/source/a/%{upname}/%{upname}-%{version}.tar.gz
 BuildRequires: python2-devel python-nose
 BuildArch: noarch
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires: numpy
 
@@ -81,7 +82,7 @@ popd
 %endif # with_python3
 
 %check
-nosetests --with-doctest
+nosetests
 
 %install
 rm -rf %{buildroot}
@@ -94,25 +95,34 @@ popd
 %{__python} setup.py install --skip-build --root  %{buildroot}
  
 %files
+%defattr(-,root,root,-)
 %doc CHANGES doc/index.rst
 %{python_sitelib}/*
 
 %if 0%{?with_python3}
 %files -n python3-asciitable
+%defattr(-,root,root,-)
 %doc CHANGES doc/index.rst
 %{python3_sitelib}/*
 %endif # with_python3
 
+
 %changelog
+* Thu Oct 06 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.8.0-1
+- New upstream version, reading and writing fixed-width tables
+
 * Fri Sep 30 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.7.1-1
 - New upstream version, with bugfixes
 
-* Sat Jul 2 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.7.0.2-1
-- Problem with doctest fixed upstream
+* Wed Jul 6 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.7.0.2-1.1
+- Updating sources
 
-* Sat Jul 2 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.7.0.1-1
+* Wed Jul 6 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.7.0.2-1
 - New upstream version with Latex, AASTex support
-- Patch added to fix errors in the doctests of Cds
+
+* Mon Jun 6 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6.0-2.1
+- Adding buildroot
+- Removing nosetests
 
 * Mon Jun 6 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6.0-2
 - Adding index.rst before importing
diff --git a/sources b/sources
index 71b2be8..14a6fb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b536d47550af0edc812c4e1db3c0a6da  asciitable-0.7.1.tar.gz
+913dac05fbf69ae76504f955b77659e5  asciitable-0.8.0.tar.gz


More information about the scm-commits mailing list