Change logs for python3.1 source package in Karmic

  • python3.1 (3.1.1-0ubuntu5) karmic-proposed; urgency=low
    
      * distutils install: Don't install into /usr/local/local, if option
        --prefix=/usr/local is present. LP: #456917.
      * python3.1-doc: Fix searching in local documentation. LP: #456025.
    
     -- Matthias Klose <email address hidden>   Mon, 02 Nov 2009 12:38:24 +0100
  • python3.1 (3.1.1-0ubuntu4) karmic; urgency=low
    
      * Update to the 3.1 release branch, 20091011.
      * Remove /usr/local/lib/python3.1 on package removal, if empty.
      * Build _hashlib as a builtin. LP: #445530.
      * python3.1-doc: Don't compress the sphinx inventory.
      * python3.1-doc: Fix jquery.js symlink. LP: #447370.
      * Run the benchmark with -C 2 -n 5 -w 4 on all architectures.
      * python3.1-dbg: Don't create debug subdirectory in /usr/local. No
        separate debug directory needed anymore.
    
     -- Matthias Klose <email address hidden>   Sun, 11 Oct 2009 19:59:17 +0200
  • python3.1 (3.1.1-0ubuntu3) karmic; urgency=low
    
      * Update to the 3.1 release branch, 20090913.
      * Fix title of devhelp document. LP: #423551.
    
     -- Matthias Klose <email address hidden>   Sun, 13 Sep 2009 23:13:51 +0200
  • python3.1 (3.1.1-0ubuntu2) karmic; urgency=low
    
      * Fix regeneration of configure script.
    
     -- Matthias Klose <email address hidden>   Wed, 19 Aug 2009 13:38:24 +0200
  • python3.1 (3.1.1-0ubuntu1) karmic; urgency=low
    
      * Python 3.1.1 final release.
    
     -- Matthias Klose <email address hidden>   Tue, 18 Aug 2009 18:00:17 +0200
  • python3.1 (3.1-0ubuntu2) karmic; urgency=low
    
      * Disable profile feedback based optimization on amd64 (GCC
        PR gcov-profile/38292).
    
     -- Matthias Klose <email address hidden>   Fri, 24 Jul 2009 16:27:22 +0200
  • python3.1 (3.1-0ubuntu1) karmic; urgency=low
    
      * Python 3.1 final release.
      * Update to the 3.1 release branch, 20090723.
      * Add explicit build dependency on tk8.5-dev.
    
     -- Matthias Klose <email address hidden>   Thu, 23 Jul 2009 18:52:17 +0200
  • python3.1 (3.1~rc2+20090622-0ubuntu1) karmic; urgency=low
    
      [Matthias Klose]
      * Python 3.1 rc2 release. Closes: #529320.
      * Update to the trunk, 20090622, remove patches integrated upstream.
      * Configure with --with-fpectl --with-dbmliborder=bdb --with-wide-unicode.
        NOTE: The --with-wide-unicode configuration will break most extensions
        built with 3.1~a1, but is consistent with python2.x configurations.
      * Add symbols files for libpython3.1 and python3.1-dbg, don't include symbols
        from builtins, which can either be built as builtins or extensions.
      * Keep an empty lib-dynload in python3.1-minimal to avoid a warning on
        startup.
      * python3.1-doc: Depend on libjs-jquery, use jquery.js from this package.
        Closes: #523485.
      * Do not add /usr/lib/pythonXY.zip on sys.path.
      * Add symbols files for libpython3.1 and python3.1-dbg, don't include symbols
        from builtins, which can either be built as builtins or extensions.
      * Keep an empty lib-dynload in python3.1-minimal to avoid a warning on
        startup.
      * Fix some lintian warnings.
      * Use the information in /etc/lsb-release for platform.dist(). LP: #196526.
      * Move the bdist_wininst files into the -dev package (only needed to build
        windows installers).
      * Document changes to the site directory name in the installation manual.
      * Don't build a profiled binary. Closes: #521811.
    
      * Address issues when working with PYTHONUSERBASE and non standard prefix
        (pointed out by Larry Hastings):
        - distutils.sysconfig.get_python_lib(): Only return ".../dist-packages" if
          prefix is the default prefix and if PYTHONUSERBASE is not set in the
          environment.
        - site.addusersitepackages(): Add USER_BASE/.../dist-packages to sys.path.
      * Always use the `unix_prefix' scheme for setup.py install in a virtualenv
        setup. LP: #339904.
      * Don't make the setup.py install options --install-layout=deb and --prefix
        conflict with each other.
      * distutils: Always install into `/usr/local/lib/python3.1/dist-packages'
        if an option `--prefix=/usr/local' is present (except for virtualenv
        and PYTHONUSERBASE installations). LP: #362570.
      * Always use `site-packages' as site directory name in virtualenv.
    
      [Marc Deslauriers]
      * debian/pyhtml2devhelp.py: update for sphinx generated documentation.
      * debian/rules: re-enable documentation files for devhelp.
    
     -- Matthias Klose <email address hidden>   Mon, 22 Jun 2009 16:18:39 +0200