[python-asciitable] Problem with doctest fixed upstream

Sergio Pascual sergiopr at fedoraproject.org
Sun Jul 3 07:50:31 UTC 2011


commit 1d7babb8f166ae9f53c681086b9906a30f56f868
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Sun Jul 3 09:50:06 2011 +0200

    Problem with doctest fixed upstream

 .gitignore                       |    1 +
 python-asciitable-cds-test.patch |   21 ---------------------
 python-asciitable.spec           |   16 +++++++---------
 sources                          |    2 +-
 4 files changed, 9 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8553f47..8f3edea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /asciitable-0.6.0.tar.gz
 /asciitable-0.7.0.1.tar.gz
+/asciitable-0.7.0.2.tar.gz
diff --git a/python-asciitable.spec b/python-asciitable.spec
index 116f5d3..3aad21b 100644
--- a/python-asciitable.spec
+++ b/python-asciitable.spec
@@ -7,7 +7,7 @@
 %endif
 
 Name: python-%{upname}
-Version: 0.7.0.1
+Version: 0.7.0.2
 Release: 1%{?dist}
 Summary: Extensible ASCII table reader and writer
 License: BSD
@@ -15,7 +15,6 @@ License: BSD
 Group: Development/Libraries
 URL: http://cxc.harvard.edu/contrib/asciitable/
 Source0: http://pypi.python.org/packages/source/a/%{upname}/%{upname}-%{version}.tar.gz
-Patch0: python-asciitable-cds-test.patch
 BuildRequires: python2-devel python-nose
 BuildArch: noarch
 
@@ -35,7 +34,7 @@ table formats via built-in Extension Reader Classes:
   the comment character
   * Daophot: table from the IRAF DAOphot package
   * Ipac: IPAC format table
-  * Latex, AASTex: LaTeX tables (plain and AASTex)
+  * Latex: LaTeX tables (plain and AASTex)
   * NoHeader: basic table with no header where columns are auto-named
   * Rdb: tab-separated values with an extra line after the column 
   definition line
@@ -54,7 +53,7 @@ table formats via built-in Extension Reader Classes:
   the comment character
   * Daophot: table from the IRAF DAOphot package
   * Ipac: IPAC format table
-  * Latex, AASTex: LaTeX tables (plain and AASTex)
+  * Latex: LaTeX tables (plain and AASTex)
   * NoHeader: basic table with no header where columns are auto-named
   * Rdb: tab-separated values with an extra line after the column 
   definition line
@@ -63,7 +62,6 @@ table formats via built-in Extension Reader Classes:
 
 %prep
 %setup -n %{upname}-%{version} -q
-%patch0 -p1
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -83,7 +81,7 @@ popd
 %endif # with_python3
 
 %check
-nosetests
+nosetests --with-doctest
 
 %install
 rm -rf %{buildroot}
@@ -96,19 +94,19 @@ 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
+* Sat Jul 2 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.7.0.2-1
+- Problem with doctest fixed upstream
+
 * Sat Jul 2 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.7.0.1-1
 - New upstream version with Latex, AASTex support
 - Patch added to fix errors in the doctests of Cds
diff --git a/sources b/sources
index 88e6821..76e3f73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1488e89de560df17f271c995f405b555  asciitable-0.7.0.1.tar.gz
+18dd5688f2aa101fe32df1209b79bed0  asciitable-0.7.0.2.tar.gz


More information about the scm-commits mailing list