[python3/f14/master] add test.support to the core package (rhbz#596258)

dmalcolm dmalcolm at fedoraproject.org
Wed Sep 8 22:55:02 UTC 2010


commit 21a34fa6da666f2bd327380fc7d2d8dac9c7c4e1
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Wed Sep 8 18:53:19 2010 -0400

    add test.support to the core package (rhbz#596258)

 python3.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 75f1203..3e0de6e 100644
--- a/python3.spec
+++ b/python3.spec
@@ -40,7 +40,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.2
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: Python
 Group: Development/Languages
 Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -878,6 +878,7 @@ rm -fr %{buildroot}
 %{pylibdir}/sqlite3/*.py*
 %dir %{pylibdir}/test
 %{pylibdir}/test/__init__.py*
+%{pylibdir}/test/support.py*
 %{pylibdir}/urllib
 %{pylibdir}/wsgiref
 %{pylibdir}/xml
@@ -943,6 +944,8 @@ rm -fr %{buildroot}
 %{pylibdir}/json/tests
 %{pylibdir}/sqlite3/test
 %{pylibdir}/test
+%exclude %{pylibdir}/test/__init__.py*
+%exclude %{pylibdir}/test/support.py*
 %{dynload_dir}/_ctypes_test.so
 %{dynload_dir}/_testcapimodule.so
 %{pylibdir}/lib2to3/tests
@@ -1071,6 +1074,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Wed Sep  8 2010 David Malcolm <dmalcolm at redhat.com> - 3.1.2-14
+- add test.support to the core package (rhbz#596258)
+
 * Fri Aug 20 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 3.1.2-13
 - Fix for lone surrogates, utf8 and certain encode error handlers.
 


More information about the scm-commits mailing list