Mailinglist Archive: opensuse-commit (1019 mails)

< Previous Next >
commit python3 for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 20 Nov 2010 12:23:06 +0100
  • Message-id: <20101120112306.388CD202B5@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package python3 for openSUSE:Factory
checked in at Sat Nov 20 12:23:06 CET 2010.



--------
--- python3/python3.changes 2010-01-23 20:09:19.000000000 +0100
+++ /mounts/work_src_done/STABLE/python3/python3.changes 2010-11-15
14:12:50.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Nov 15 12:22:19 UTC 2010 - coolo@xxxxxxxxxx
+
+- update to 3.1.2
+ * new stable release from 3.1 branch
+- add svn patch to fix zlib test case
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
Python-3.1.tar.bz2

New:
----
_service
_service:download_url:Python-3.1.2.tar.bz2
rev79851.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-doc.spec ++++++
--- /var/tmp/diff_new_pack.gX2ZiJ/_old 2010-11-20 12:22:43.000000000 +0100
+++ /var/tmp/diff_new_pack.gX2ZiJ/_new 2010-11-20 12:22:43.000000000 +0100
@@ -24,7 +24,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Additional Package Documentation for Python.
Version: 3.1
-Release: 4
+Release: 11
%define pyver 3.1
BuildArch: noarch
%define tarname Python-%{pyver}

++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.gX2ZiJ/_old 2010-11-20 12:22:43.000000000 +0100
+++ /var/tmp/diff_new_pack.gX2ZiJ/_new 2010-11-20 12:22:43.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package python3 (Version 3.1)
+# spec file for package python3 (Version 3.1.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,12 +21,12 @@
BuildRequires: db-devel fdupes gcc-c++ gdbm-devel gettext-tools gmp-devel
intltool libbz2-devel libopenssl-devel ncurses-devel readline-devel
sqlite-devel tk-devel xorg-x11-devel
#Requires: openssl >= 0.9.8e
Url: http://www.python.org/
-License: MIT
+License: Python ..
Group: Development/Languages/Python
AutoReqProv: on
Summary: Python3 Interpreter
-Version: 3.1
-Release: 4
+Version: 3.1.2
+Release: 1
%define tarname Python-%{version}
Source0: %{tarname}.tar.bz2
Source1: baselibs.conf
@@ -50,6 +50,8 @@
Patch34: python-2.5.2-docdirs.patch
Patch35: python-2.5.2-configure.patch
Patch36: python-2.6b3-curses-panel.patch
+# PATCH-UPSTREAM fix zlib test case (r79851)
+Patch37: rev79851.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define python_version %(echo %{version} | head -c 3)
%define idle_name idle3
@@ -63,12 +65,6 @@
If you want to install third party modules using distutils, you need to
install python-devel package.

-
-
-Authors:
---------
- Guido van Rossum <guido@xxxxxxxxxx>
-
%package idle
License: Python ..
Requires: %{name} = %{version} python3-tk
@@ -82,12 +78,6 @@
colorizing, and many other things, as well as a Python shell window and
a debugger.

-
-
-Authors:
---------
- Guido van Rossum <guido@xxxxxxxxxx>
-
%package demo
License: Python ..
Requires: %{name} = %{version}
@@ -231,6 +221,7 @@
%if %suse_version > 1100
%patch36
%endif
+%patch37
# some cleanup
find . -name .cvsignore -type f -print0 | xargs -0 rm -f
find . -name CVS -type d -print0 | xargs -0 rm -rf

++++++ rev79851.diff ++++++
--- Lib/test/test_zlib.py 2010/04/06 17:24:02 79850
+++ Lib/test/test_zlib.py 2010/04/06 17:25:56 79851
@@ -85,7 +85,7 @@

def test_baddecompressobj(self):
# verify failure on building decompress object with bad params
- self.assertRaises(ValueError, zlib.decompressobj, 0)
+ self.assertRaises(ValueError, zlib.decompressobj, -1)

def test_decompressobj_badflush(self):
# verify failure on calling decompressobj.flush with bad params

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages