summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-01 19:54:43 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-01 19:54:43 +0000
commite4945535a0d1c1166550081f41d9b95d2dbae0b7 (patch)
tree3bccc8c0c45b5c9f820f4ff6f6c27988a996022c /dev-lang/python/ChangeLog
parentRestore dropped keyword to middle version (diff)
downloadgentoo-2-e4945535a0d1c1166550081f41d9b95d2dbae0b7.tar.gz
gentoo-2-e4945535a0d1c1166550081f41d9b95d2dbae0b7.tar.bz2
gentoo-2-e4945535a0d1c1166550081f41d9b95d2dbae0b7.zip
Respect PYTHONDONTWRITEBYTECODE / sys.dont_write_bytecode in distutils.
Check availability of nis headers before building of nis module (bug #288110). Use pkg-config found by AC_PATH_TOOL() to avoid problem during crosscompilation (bug #299044). Depend on >=app-admin/eselect-python-20091230, which allows wrapper scipts generated by python_generate_wrapper_scripts() and requiring Python-2-specific target scripts to work correctly, when Python 3 is set as main active version of Python. (Portage version: 15155-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/python/ChangeLog')
-rw-r--r--dev-lang/python/ChangeLog58
1 files changed, 34 insertions, 24 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 60480930c270..3afff4efafbf 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for dev-lang/python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.442 2010/01/01 18:56:30 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.443 2010/01/01 19:54:43 arfrever Exp $
+
+ 01 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ python-3.1.1-r1.ebuild:
+ Respect PYTHONDONTWRITEBYTECODE / sys.dont_write_bytecode in distutils.
+ Check availability of nis headers before building of nis module (bug #288110).
+ Use pkg-config found by AC_PATH_TOOL() to avoid problem during crosscompilation
+ (bug #299044). Depend on >=app-admin/eselect-python-20091230, which allows
+ wrapper scipts generated by python_generate_wrapper_scripts() and requiring
+ Python-2-specific target scripts to work correctly, when Python 3 is set as
+ main active version of Python.
*python-2.5.4-r4 (01 Jan 2010)
@@ -976,23 +986,23 @@
bug 150595 dev-lang/python-2.5 fails to compile with LC_ALL=de_DE@euro
bug 150732 python-2.4.3-r4 does not honor ROOT
bug 159967 python doesn't add pthread to LIBS correctly on BSD
-
+
Other problems fixed:
bug 148362 File collision between python-2.4* and python-2.5*
bug 151695 dev-python/python-docs env.d entry incorrect
bug 158383 emerging python-2.4.3-r4 segfaults with -ipv6
bug 165268 dev-lang/python-2.4.4 fails to build the dbm module
-
+
Test failures fixed:
bug 82469: QA issue: python-2.3.5-maketest failes with propolice
bug 124188 dev-lang/python-2.4.2 fails test_cookielib
bug 154247 dev-lang/python-2.4.4 tests failed: test_sax failed -- 1 of 42 tests failed: test_xmlgen_attr_escape
-
+
Feature requests:
bug 131325 python 2.4.4/2.3.6 enable pthreads inconditionaly
bug 135617 dev-lang/python should install Tools/freeze
bug 176066 dev-lang/python-2.5.1 bump
-
+
Fixed in current upstream version:
bug 90660 python-2.3.5: No module named fcntl
bug 144798 dev-lang/python-2.4.3 with TZ=Australia/Melbourne fails test
@@ -1111,9 +1121,9 @@
11 Jul 2006; Alastair Tse <liquidx@gentoo.org> python-2.4.3-r1.ebuild:
python-2.2.3-r6.ebuild, python-2.3.5-r2.ebuild, python-2.4.2.ebuild,
python-2.4.2-r1.ebuild, python-2.4.2-r2.ebuild, python-2.4.3.ebuild,
- python-2.4.3-r1.ebuild:
+ python-2.4.3-r1.ebuild:
Typo fix in DESCRIPTION (#139463)
-
+
09 Jul 2006; Joshua Kinard <kumba@gentoo.org> python-2.4.3-r1.ebuild:
Marked stable on mips.
@@ -1543,7 +1553,7 @@
25 Jun 2004; Aron Griffis <agriffis@gentoo.org> python-2.2.2.ebuild,
python-2.2.3-r5.ebuild, python-2.3.3-r1.ebuild, python-2.3.3.ebuild,
python-2.3.4.ebuild, python-2.3.4_rc1.ebuild:
- QA - fix use invocation and a bug in the 2.3.4 ebuilds:
+ QA - fix use invocation and a bug in the 2.3.4 ebuilds:
[ -z "use X" -o -z "use tcltk" ] doesn't do what you meant it to do
20 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> python-2.3.3-r1.ebuild:
@@ -1732,15 +1742,15 @@
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,
+ 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.
@@ -1807,7 +1817,7 @@
sys-apps/portage to exclusions
09 Oct 2003; <tuxus@gentoo.org> python-2.2.3-r1.ebuild:
- stable on mips
+ stable on mips
*python-2.3.2-r1 (08 Oct 2003)
@@ -1882,7 +1892,7 @@
Added hppa to keywords.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
+
29 Nov 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
Added missing python-config for 2.2.2.
@@ -1894,7 +1904,7 @@
20 Oct 2002; Jon Nelson <jnelson@gentoo.org> :
2.2.2 is released
-
+
*python-2.2.1-r5 (03 Oct 2002)
15 Oct 2002; Martin Schlemmer <azarah@gentoo.org> :
@@ -1915,7 +1925,7 @@
Filter -malign-double from flags
*python-2.1.3-r1 (2 Jul 2002)
-
+
20 Jul 2002; Doug Goldstein <cardoe@gentoo.org> python-2.1.3-r1.ebuild
Added missing KEYWORDS
@@ -1944,8 +1954,8 @@
python-config file has changed.
*python-2.2.1-r1 (29 May 2002)
-
- 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org>: python-2.2.1-r1.ebuild
+
+ 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org>: python-2.2.1-r1.ebuild
Added missing KEYWORDS
29 May 2002; Jon Nelson <jnelson@gentoo.org>: python-2.2.1-r1.ebuild
@@ -1972,27 +1982,27 @@
24 Apr 2002; Jon Nelson <jnelson@gentoo.org> python-2.2-r6.ebuild : Make
python build with shared modules. Depends on python-fchksum, as fchksum *no
longer built in*
-
+
*python-2.2-r5 (8 Apr 2002)
8 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org> python-2.2-r5.ebuild :
-
+
Added include flag for compilation of tcltk with python to compile
correctly.
--------
-
+
06 Apr 2002; Daniel Robbins <drobbins@gentoo.org> : the 2.2-r4 ebuild now
disables C++ support if we are creating a new build image (since we have no
C++ in that case).
-
+
30 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : changed PROVIDE from
virtual/python-2.2 to virtual/python. No rev bump.
*python-2.2-r4 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
+
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about