diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-11-22 15:13:12 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-11-22 15:13:12 +0000 |
commit | 6c81164524413f880408a7e96c3c5621bc057b69 (patch) | |
tree | 59f0717b978127afb4c6ecd318779d5f7a755874 /dev-lang/python | |
parent | patch for msn servers for bitlbee (diff) | |
download | historical-6c81164524413f880408a7e96c3c5621bc057b69.tar.gz historical-6c81164524413f880408a7e96c3c5621bc057b69.tar.bz2 historical-6c81164524413f880408a7e96c3c5621bc057b69.zip |
ucs4 is now default for python-2.3. python-updater has some added options.
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 20 | ||||
-rw-r--r-- | dev-lang/python/Manifest | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 40deb02b2892..d482d5987013 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,24 @@ # ChangeLog for dev-lang/python # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.51 2003/11/13 09:01:53 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.52 2003/11/22 15:13:12 liquidx Exp $ + +*python-2.3.2-r2 (22 Nov 2003) + + 22 Nov 2003; Alastair Tse <liquidx@gentoo.org> python-2.3.2-r2.ebuild, + files/python-updater: + ucs4 is now default. if you previously had python-2.3 merged, you'll need to + update your packages again. (sorry, that is the price for running p.mask'ed + versions). to update your python packages if you had python-2.3 installed, + run : + + /usr/portage/dev-lang/python/files/python-updater -o 2.3 + + if you are upgrading from python-2.2, then you will need to run: + + /usr/portage/dev-lang/python/files/python-updater + + python-updater script also modified to have more robust command-line + parsing. hopefully this will be the last revision till we can go ~x86. 13 Nov 2003; Alastair Tse <liquidx@gentoo.org> python-2.3.2-r1.ebuild: fix python-config install for python-2.3 diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 1a16c53db460..ceee9aee25fc 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -7,6 +7,7 @@ MD5 58ed89f3cc48f16f8bc96b76490e5b6a python-2.2.3-r1.ebuild 3293 MD5 77b761a177b5943e0a0893fcbd8b0e3a python-2.2.3-r5.ebuild 4472 MD5 789d8555967a31cc0de2126fa6468fc2 python-2.2.3.ebuild 2999 MD5 cca542f96b13c06fa4f7cd6626182a6c python-2.3.2-r1.ebuild 4817 +MD5 8efd0beb961ba91576860c3a502037f4 python-2.3.2-r2.ebuild 4697 MD5 3dbbf5dfb3660eb003061a0c59f6e758 files/depreorder.py 1947 MD5 f3f370c8d1382c1a7571cfc1cbb196d9 files/digest-python-2.1.3-r1 62 MD5 aa73c4258e3be099345a929ad6e01665 files/digest-python-2.2.1-r5 62 @@ -15,6 +16,7 @@ MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3 62 MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r1 62 MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r5 62 MD5 aafa57d90e8894592bdf346eedc77faa files/digest-python-2.3.2-r1 62 +MD5 aafa57d90e8894592bdf346eedc77faa files/digest-python-2.3.2-r2 62 MD5 5f2361b3e770981b737a9ad3d2863931 files/python-2.2.1-r5-gentoo.diff 4152 MD5 11aa066154fe2e0a4c306124c7e5dd4a files/python-2.2.2-tk-8.4.x.patch 2997 MD5 96d4207fb41391c70d5f02e1785c9527 files/python-2.2.3-db4.patch 1220 |