From bd1fb8ee2545d3d8f6e4a54df24933a26ef6f147 Mon Sep 17 00:00:00 2001 From: recht Date: Tue, 23 Dec 2003 17:24:42 +0000 Subject: update to 2.3.3 This is a bug-fix release for Python 2.3 that fixes a number of bugs, including a couple of serious errors with weakrefs and the cyclic garbage collector. There are also a number of fixes to the standard library - see the release notes ( http://www.python.org/2.3.3/NEWS.html )for details. --- lang/python/srcdist.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/python/srcdist.mk') diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk index 51d82f2bee2..51aa46c4982 100644 --- a/lang/python/srcdist.mk +++ b/lang/python/srcdist.mk @@ -1,16 +1,16 @@ -# $NetBSD: srcdist.mk,v 1.9 2003/12/08 21:13:56 recht Exp $ +# $NetBSD: srcdist.mk,v 1.10 2003/12/23 17:24:42 recht Exp $ .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == "23" || ${_PYTHON_VERSION} == "23pth" -DISTNAME= Python-2.3.2 +DISTNAME= Python-2.3.3 EXTRACT_SUFX= .tgz DISTINFO_FILE= ${.CURDIR}/../../lang/python23/distinfo PATCHDIR= ${.CURDIR}/../../lang/python23/patches -PYSUBDIR= Python-2.3.2 +PYSUBDIR= Python-2.3.3 WRKSRC= ${WRKDIR}/${PYSUBDIR} -MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.2/ +MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.3/ .elif ${_PYTHON_VERSION} == "22" || ${_PYTHON_VERSION} == "22pth" -- cgit v1.2.3