summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-12-23 17:24:42 +0000
committerrecht <recht@pkgsrc.org>2003-12-23 17:24:42 +0000
commit6ff2e5bdd5bf4fcda0c0f6cba9121a753ed66f17 (patch)
tree4c92347ad3099dfb4feb17a70da59ac41d8b6913 /lang/python
parenta170a89ca6a2ae606d295eee3223216c138a6594 (diff)
downloadpkgsrc-6ff2e5bdd5bf4fcda0c0f6cba9121a753ed66f17.tar.gz
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.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/srcdist.mk8
1 files changed, 4 insertions, 4 deletions
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"