Author: wiget                        Date: Sun Feb 28 23:31:45 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix 2to3
- release 3
- test_zlib fail (new zlib?)

---- Files affected:
packages/python3:
   python3.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: packages/python3/python3.spec
diff -u packages/python3/python3.spec:1.30 packages/python3/python3.spec:1.31
--- packages/python3/python3.spec:1.30  Thu Aug 27 18:17:59 2009
+++ packages/python3/python3.spec       Mon Mar  1 00:31:40 2010
@@ -15,7 +15,7 @@
 # tests which may fail because of builder environment limitations (no /proc or 
/dev/pts)
 %define                nobuilder_tests test_resource test_openpty test_socket 
test_nis test_posix test_locale test_pty
 # tests which fail because of some unknown/unresolved reason (this list should 
be empty)
-%define                broken_tests test_httpservers test_distutils 
test_cmd_line test_pydoc test_telnetlib
+%define                broken_tests test_httpservers test_distutils 
test_cmd_line test_pydoc test_telnetlib test_zlib
 
 %define        beta            %{nil}
 
@@ -36,7 +36,7 @@
 Summary(uk.UTF-8):     Мова програмування дуже високого рівня з X-інтерфейсом
 Name:          python3
 Version:       %{py_ver}.1
-Release:       2
+Release:       3
 Epoch:         1
 License:       PSF
 Group:         Applications
@@ -892,7 +892,6 @@
 %{py_scriptdir}/importlib/*.py
 %{py_scriptdir}/json/*.py
 %{py_scriptdir}/lib2to3/*.py
-%{py_scriptdir}/lib2to3/fixes/*.py
 %{py_scriptdir}/lib2to3/pgen2/*.py
 %{py_scriptdir}/logging/*.py
 %{py_scriptdir}/multiprocessing/*.py
@@ -928,6 +927,7 @@
 %{py_scriptdir}/lib2to3/*.pickle
 %{py_scriptdir}/lib2to3/*.py[co]
 %dir %{py_scriptdir}/lib2to3/fixes
+%{py_scriptdir}/lib2to3/fixes/*.py
 %{py_scriptdir}/lib2to3/fixes/*.py[co]
 %dir %{py_scriptdir}/lib2to3/pgen2
 %{py_scriptdir}/lib2to3/pgen2/*.py[co]
@@ -960,6 +960,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2010/02/28 23:31:40  wiget
+- fix 2to3
+- release 3
+- test_zlib fail (new zlib?)
+
 Revision 1.30  2009/08/27 16:17:59  wiget
 - rel. 2
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python3/python3.spec?r1=1.30&r2=1.31&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to