add test.support to the core package (rhbz#596258)
This commit is contained in:
parent
e9848abbe0
commit
2da356fc4f
@ -39,7 +39,7 @@
|
|||||||
Summary: Version 3 of the Python programming language aka Python 3000
|
Summary: Version 3 of the Python programming language aka Python 3000
|
||||||
Name: python3
|
Name: python3
|
||||||
Version: %{pybasever}.2
|
Version: %{pybasever}.2
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
|
Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
|
||||||
@ -645,6 +645,7 @@ rm -fr %{buildroot}
|
|||||||
%{pylibdir}/sqlite3/*.py*
|
%{pylibdir}/sqlite3/*.py*
|
||||||
%dir %{pylibdir}/test
|
%dir %{pylibdir}/test
|
||||||
%{pylibdir}/test/__init__.py*
|
%{pylibdir}/test/__init__.py*
|
||||||
|
%{pylibdir}/test/support.py*
|
||||||
%{pylibdir}/urllib
|
%{pylibdir}/urllib
|
||||||
%{pylibdir}/wsgiref
|
%{pylibdir}/wsgiref
|
||||||
%{pylibdir}/xml
|
%{pylibdir}/xml
|
||||||
@ -709,6 +710,8 @@ rm -fr %{buildroot}
|
|||||||
%{pylibdir}/json/tests
|
%{pylibdir}/json/tests
|
||||||
%{pylibdir}/sqlite3/test
|
%{pylibdir}/sqlite3/test
|
||||||
%{pylibdir}/test
|
%{pylibdir}/test
|
||||||
|
%exclude %{pylibdir}/test/__init__.py*
|
||||||
|
%exclude %{pylibdir}/test/support.py*
|
||||||
%{dynload_dir}/_ctypes_test.so
|
%{dynload_dir}/_ctypes_test.so
|
||||||
%{dynload_dir}/_testcapimodule.so
|
%{dynload_dir}/_testcapimodule.so
|
||||||
%{pylibdir}/lib2to3/tests
|
%{pylibdir}/lib2to3/tests
|
||||||
@ -731,6 +734,9 @@ rm -fr %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 8 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-8
|
||||||
|
- add test.support to the core package (rhbz#596258)
|
||||||
|
|
||||||
* Sun Aug 22 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.1.2-7
|
* Sun Aug 22 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.1.2-7
|
||||||
- Backport from F14:
|
- Backport from F14:
|
||||||
- Fix for lone surrogates, utf8 and certain encode error handlers.
|
- Fix for lone surrogates, utf8 and certain encode error handlers.
|
||||||
|
Loading…
Reference in New Issue
Block a user