[python-tablib] Disable python3-tablib since the package is so unstable.

Ralph Bean ralph at fedoraproject.org
Fri Jul 6 20:26:29 UTC 2012


commit 25f841ffdf29feb9a5e69cf40d0ba649646f06b7
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Jul 6 16:26:24 2012 -0400

    Disable python3-tablib since the package is so unstable.

 python-tablib.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/python-tablib.spec b/python-tablib.spec
index 61d2cfa..3739f6a 100644
--- a/python-tablib.spec
+++ b/python-tablib.spec
@@ -2,13 +2,16 @@
 %global with_python3 1
 %endif
 
+# Disable python3 for now since this package is in such a strange state.
+%global with_python3 0
+
 %global modname tablib
 %global raw_version 0.9.11
 %global checkout 20120702git752443f
 
 Name:             python-tablib
 Version:          %{raw_version}.%{checkout}
-Release:          4%{?dist}
+Release:          5%{?dist}
 Summary:          Format agnostic tabular data library (XLS, JSON, YAML, CSV)
 
 Group:            Development/Libraries
@@ -131,6 +134,9 @@ popd
 
 
 %changelog
+* Fri Jul 06 2012 Ralph Bean <rbean at redhat.com> - 0.9.11.20120702git752443f-5
+- Disable python3 for now since the package is so unstable.
+
 * Fri Jul 06 2012 Ralph Bean <rbean at redhat.com> - 0.9.11.20120702git752443f-4
 - Patch to fix broken setup.py
 


More information about the scm-commits mailing list