From f9f5f63b6e03ed20ae30e12c9c3acc95685144da Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 3 Nov 2009 02:20:54 +0000 Subject: Update to 2.6.4: What's New in Python 2.6.4 final? ================================= *Release date: 25-Oct-2009* (nothing) What's New in Python 2.6.4rc2? ============================== *Release date: 18-Oct-2009* Library ------- - Issue #7115: Fixed the extension module builds that is failing when using paths in the extension name instead of dotted names. - Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. - Issue #7149: fix exception in urllib when detecting proxy settings on OSX. What's New in Python 2.6.4rc1? ============================== *Release date: 07-Oct-2009* Core and Builtins ----------------- - Issue #7019: Raise ValueError when unmarshalling bad long data, instead of producing internally inconsistent Python longs. Library ------- - Issue #7068: Fixed the partial renaming that occured in r72594. - Issue #7064: Fixed the incompatibility with Setuptools in distutils when running the build_ext command. - Issue #7052: Removed nonexisting NullHandler from logging.__all__. - Issue #7039: Fixed distutils.tests.test_sysconfig when running on installation with no build. Tests ----- - Issue #7042: Fix test_signal (test_itimer_virtual) failure on OS X 10.6. --- lang/python26/Makefile | 7 +++---- lang/python26/PLIST.common | 8 +++++++- lang/python26/distinfo | 8 ++++---- 3 files changed, 14 insertions(+), 9 deletions(-) (limited to 'lang/python26') diff --git a/lang/python26/Makefile b/lang/python26/Makefile index c70f8bb6f73..5fd4ee1edcb 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2009/10/21 08:24:11 tron Exp $ +# $NetBSD: Makefile,v 1.13 2009/11/03 02:20:54 wiz Exp $ -DISTNAME= Python-2.6.3 +DISTNAME= Python-2.6.4 PKGNAME= ${DISTNAME:S/Python/python26/} -PKGREVISION= 2 CATEGORIES= lang python -MASTER_SITES= http://www.python.org/ftp/python/2.6.3/ +MASTER_SITES= http://www.python.org/ftp/python/2.6.4/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/lang/python26/PLIST.common b/lang/python26/PLIST.common index 9d0edcc8051..66733e231b4 100644 --- a/lang/python26/PLIST.common +++ b/lang/python26/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.6 2009/10/20 15:56:49 wiz Exp $ +@comment $NetBSD: PLIST.common,v 1.7 2009/11/03 02:20:54 wiz Exp $ bin/2to3 bin/pydoc${PY_VER_SUFFIX} bin/python${PY_VER_SUFFIX} @@ -751,6 +751,12 @@ lib/python${PY_VER_SUFFIX}/distutils/sysconfig.pyo lib/python${PY_VER_SUFFIX}/distutils/tests/__init__.py lib/python${PY_VER_SUFFIX}/distutils/tests/__init__.pyc lib/python${PY_VER_SUFFIX}/distutils/tests/__init__.pyo +lib/python${PY_VER_SUFFIX}/distutils/tests/setuptools_build_ext.py +lib/python${PY_VER_SUFFIX}/distutils/tests/setuptools_build_ext.pyc +lib/python${PY_VER_SUFFIX}/distutils/tests/setuptools_build_ext.pyo +lib/python${PY_VER_SUFFIX}/distutils/tests/setuptools_extension.py +lib/python${PY_VER_SUFFIX}/distutils/tests/setuptools_extension.pyc +lib/python${PY_VER_SUFFIX}/distutils/tests/setuptools_extension.pyo lib/python${PY_VER_SUFFIX}/distutils/tests/support.py lib/python${PY_VER_SUFFIX}/distutils/tests/support.pyc lib/python${PY_VER_SUFFIX}/distutils/tests/support.pyo diff --git a/lang/python26/distinfo b/lang/python26/distinfo index cb75195b218..7431738f375 100644 --- a/lang/python26/distinfo +++ b/lang/python26/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2009/10/21 11:33:32 tron Exp $ +$NetBSD: distinfo,v 1.15 2009/11/03 02:20:54 wiz Exp $ -SHA1 (Python-2.6.3.tar.bz2) = 8e598f7f9299da96899bd8c0afd0d1313221f00f -RMD160 (Python-2.6.3.tar.bz2) = 8af600f29c06d0a1bd7e5476750cdd7fac5d7529 -Size (Python-2.6.3.tar.bz2) = 11249543 bytes +SHA1 (Python-2.6.4.tar.bz2) = bee572680d1966501247cb2b26e0e51f94d1cd13 +RMD160 (Python-2.6.4.tar.bz2) = fd33853842110fa3636dd296f2f27646fd2b151a +Size (Python-2.6.4.tar.bz2) = 11249486 bytes SHA1 (patch-aa) = d44e67645dc86ff14f5daf5705de02c6f330cc48 SHA1 (patch-ab) = d35025df83e70d129f9fbcd277652b0eea83b026 SHA1 (patch-ac) = 858580a4e5c7474127eafb27bdfa96dc96cafad5 -- cgit v1.2.3