Hello community, here is the log from the commit of package python3 for openSUSE:Factory checked in at 2012-07-14 10:22:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3 (Old) and /work/SRC/openSUSE:Factory/.python3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3", Maintainer is "jmate...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2012-04-12 09:51:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes 2012-07-14 11:51:15.000000000 +0200 @@ -1,0 +2,12 @@ +Thu Jun 28 07:57:58 UTC 2012 - sasc...@suse.de + +- Satisfy source_validator by uncommenting an otherwise unused "Patch" + line + +------------------------------------------------------------------- +Fri May 18 11:50:27 UTC 2012 - idon...@suse.com + +- update to 3.2.3 + * No changes since rc2 + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/python3/python3-doc.changes 2012-04-12 09:51:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3.new/python3-doc.changes 2012-07-14 11:51:15.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jun 12 14:43:44 UTC 2012 - jmate...@suse.com + +- update to build against 3.2.3 + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/python3/python3.changes 2012-04-12 09:51:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes 2012-07-14 11:51:15.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jun 12 15:39:08 UTC 2012 - adr...@suse.de + +- fix logic of checks exclusion + +------------------------------------------------------------------- Old: ---- Python-3.2.3rc2.tar.bz2 New: ---- Python-3.2.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-base.spec ++++++ --- /var/tmp/diff_new_pack.TvG3c3/_old 2012-07-14 11:51:18.000000000 +0200 +++ /var/tmp/diff_new_pack.TvG3c3/_new 2012-07-14 11:51:18.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3-base # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,10 +32,9 @@ Summary: Python3 Interpreter License: Python-2.0 Group: Development/Languages/Python -Version: 3.2.2.99rc2 +Version: 3.2.3 Release: 0 -#%%define tarversion %{version} -%define tarversion 3.2.3rc2 +%define tarversion %{version} %define tarname Python-%{tarversion} # python 3.1 didn't have a separate python-base, so it is wrongly @@ -126,7 +125,8 @@ %package -n python3-idle -Requires: %{name} = %{version} python3-tk +Requires: %{name} = %{version} +Requires: python3-tk Summary: An Integrated Development Environment for Python Group: Development/Languages/Python @@ -246,16 +246,16 @@ make %{?_smp_mflags} profile-opt %check +# SUSE's gdb breaks test_gdb by producing spurious output (zypper suggestions) +EXCLUDE="-x test_gdb" # test_ctypes breaks on ARM - even on real machines %ifarch %arm EXCLUDE="$EXCLUDE -x test_ctypes" %endif # some tests break in QEMU %if 0%{?qemu_user_space_build} > 0 -EXCLUDE="$EXCLUDE -x test_threading test_threadedtempfile test_io test_ioctl test_mmap test_openpty test_pty" +EXCLUDE="$EXCLUDE -x test_multiprocessing test_threading test_threadedtempfile test_io test_ioctl test_mmap test_openpty test_pty" %endif -# SUSE's gdb breaks test_gdb by producing spurious output (zypper suggestions) -EXCLUDE="-x test_gdb" # Limit virtual memory to avoid spurious failures if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then ++++++ python3-doc.spec ++++++ --- /var/tmp/diff_new_pack.TvG3c3/_old 2012-07-14 11:51:18.000000000 +0200 +++ /var/tmp/diff_new_pack.TvG3c3/_new 2012-07-14 11:51:18.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3-doc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python3-doc Url: http://www.python.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -23,18 +24,19 @@ Group: Development/Languages/Python Version: 3.2 Release: 0 -%define pyver 3.2.2.99rc2 +%define pyver 3.2.3 BuildArch: noarch -#%%define tarname Python-%{pyver} -%define tarname Python-3.2.3rc2 +%define tarname Python-%{pyver} %define pyname python Enhances: %{pyname}=%{pyver} Source0: %{tarname}.tar.bz2 Source1: %{pyname}-%{version}-docs-html.tar.bz2 Source2: %{pyname}-%{version}-docs-pdf-a4.tar.bz2 Source3: %{pyname}-%{version}-docs-pdf-letter.tar.bz2 -Provides: pyth_doc pyth_ps -Obsoletes: pyth_doc pyth_ps +Provides: pyth_doc +Provides: pyth_ps +Obsoletes: pyth_doc +Obsoletes: pyth_ps %description Tutorial, Global Module Index, Language Reference, Library Reference, ++++++ python3.spec ++++++ --- /var/tmp/diff_new_pack.TvG3c3/_old 2012-07-14 11:51:18.000000000 +0200 +++ /var/tmp/diff_new_pack.TvG3c3/_new 2012-07-14 11:51:18.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python3 BuildRequires: automake BuildRequires: db-devel @@ -36,10 +37,9 @@ Summary: Python3 Interpreter License: Python-2.0 Group: Development/Languages/Python -Version: 3.2.2.99rc2 +Version: 3.2.3 Release: 0 -#%%define tarversion %{version} -%define tarversion 3.2.3rc2 +%define tarversion %{version} %define tarname Python-%{tarversion} Requires: python3-base = %{version} @@ -200,7 +200,7 @@ fi # only test the parts skipped in python3-base TESTS="test_dbm_gnu test_dbm_ndbm test_readline test_ssl test_tcl test_tk test_ttk_guionly test_ttk_textonly test_curses test_socketserver test_sqlite test_hashlib" -make test TESTOPTS="-l $TESTS $EXCLUDE" TESTPYTHONOPTS="-R" +make test TESTOPTS="-l $TESTS" TESTPYTHONOPTS="-R" %install # replace rest of /usr/local/bin/python or /usr/bin/python2.5 with /usr/bin/python3 ++++++ Python-3.2.3rc2.tar.bz2 -> Python-3.2.3.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/python3/Python-3.2.3rc2.tar.bz2 /work/SRC/openSUSE:Factory/.python3.new/Python-3.2.3.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org