python2.1 (2.1.3-3.4) oldstable-security; urgency=high * Non-maintainer upload by the Security Team * Adjusted the distribution -- Martin Schulze Thu, 15 Sep 2005 09:55:07 +0200 python2.1 (2.1.3-3.3) stable-security; urgency=high * Non-maintainer upload by the Security Team * Applied maintainer patch to fix recent PCRE buffer overflow in local copy [debian/patches/pcre-security_CAN-2005-2491.dpatch, CAN-2005-2491] -- Martin Schulze Thu, 15 Sep 2005 07:08:12 +0200 python2.1 (2.1.3-3.2) stable-security; urgency=low * Fix bug introduced with the security fix (Zack Weinberg). -- Matthias Klose Sat, 7 Sep 2002 11:15:15 +0200 python2.1 (2.1.3-3.1) stable-security; urgency=high * Non-maintainer upload by security team * Applied upstream os._execvpe security fix. -- Martin Schulze Fri, 23 Aug 2002 10:59:31 +0200 python2.1 (2.1.3-3) unstable; urgency=high * Add Build-Conflicts: tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev. Closes: #143534 (build a working _tkinter module, on machines, where 8.0's tk.h gets included). -- Matthias Klose Fri, 19 Apr 2002 23:48:10 +0200 python2.1 (2.1.3-2) unstable; urgency=low * According to report #131813, the python interpreter is much faster on some architectures, when beeing linked statically with the python library (25%). Gregor and me tested on i386, m68k and alpha, but we could not reproduce such a speedup (generally between 5% and 10%). But we are linking the python executable now statically (closes: #131813). * Tighten the dependency of the python-foo packages on python2.1-foo (>= 2.1.3), not (>= 2.1.2). * Clean the Doc/info directory. -- Matthias Klose Thu, 11 Apr 2002 00:13:08 +0200 python2.1 (2.1.3-1) unstable; urgency=medium * New upstream (bugfix) version. Replace our CVS version with the released version. * Build info docs from the tex source, merge the python-doc-info package into the python-doc package (closes: #117081). * Always build the dl module. Failure in case of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open is called. -- Matthias Klose Tue, 9 Apr 2002 07:42:08 +0200 python2.1 (2.1.2-4) unstable; urgency=high * Apply patch for mpzmodule to build from source with gmp-4.0. * Insert defines for large file support in acconfig.h (closes: #140568). * Enable dl module. * Build doc files with python binary from package (closes: #138991). * Build _tkinter module with BLT and Tix support (closes: #130563). * Updates from the CVS python21-maint branch up to 20020401. * pydoc segfault unreproducible (closes: #131372). -- Matthias Klose Mon, 1 Apr 2002 14:00:47 +0200 python2.1 (2.1.2-3) unstable; urgency=high * Sorry, not including the python-registry ... I'm away from my mail and couldn't fix the errors I would definitely introduce ... * Revert the patch for fixing #97146 and return to the upstream behaviour (closes: #135461): Don't load modules with RTLD_GLOBAL. Upstream has rejected the patch: "They (Debian) claim that this "solves" bug debbug:97146, and that it is a good thing to copy that strategy from Redhat. This is foolish; the use of RTLD_GLOBAL has been stopped since Python 1.5.2 precisely to avoid the problem you are now seeing, and Redhat should have never changed the Python source in that way. Any library that relies on RTLD_GLOBAL needs to be fixed (through exposure of CAPI objects); any application that relies on RTLD_GLOBAL can use sys.setdlopenflags (available since Python 2.2)." * Updates from the CVS python21-maint branch up to 20020315. Mostly documentation fixes. * python2.1-elisp: Conflict with python2-elisp (closes: #132225). * python2.1: Conflict with python2.1-ssl (<< 2.1.2) (closes: #132893). * Fix spelling error in package description (closes: #129972). -- Matthias Klose Fri, 15 Mar 2002 22:10:13 +0100 python2.1 (2.1.2-2) unstable; urgency=medium * Separate out email package to python2.1-email (not built from the python2.1 source package). Closes: #129749, #129750, #129752, #129761, #129769, #129772. * Clarify python2.1-doc README.Debian (closes: #121547). * Install pygettext in /usr/bin (closes: #129408). * Update pre-generated info docs to 2.1.2. -- Matthias Klose Fri, 18 Jan 2002 17:53:12 +0100 python2.1 (2.1.2-1) unstable; urgency=high * New upstream version: python-2.1.2. Removed the cvs-updates. * Still urgency high; not yet moved to testing. * We were missing the python-xmlbase package. Nobody noticed ... * Remove empty directories from the packages (this and the former closes: #128294). * Update README.python2.1: Describe the Debian package setup. Document building of packages using distutils. * Lib/gettext.py: Add fallback argument to translation(). Set fallback to 1 for install(). Closes: #127954. * Build the -doc packages from the python source. Obsoletes the python2.1-src package. The info-tarball is included as a patch, until the secret of building this format is disclosed. * mimetypes.py: Add `/etc/mime.types' to `known_files' (closes: #128845). * Make the python-doc package suggest python-doc-info. This cannot be a dependency, because pythonX.Y-doc-info conflict to each other. Planned to merge these packages, when the info docs can be built from the source docs. Help is appreciated. * python-mode.el: Don't try to write in /usr/tmp, because this may not be writeable by the ordinary user (closes: #128296). * Add Lib/test/{__init__.py,pystone.py,README} to python package. * python, python2.1: Change priority to standard. Addresses: #117582. * fcntlmodule: Add constants (backport from 2.2). Closes: #129102. * Add the email module from python-2.2. Do not include the documentation, because this would change the section numbers in the manual. Please use the documentation from the `python2.2-doc' package instead. * Add list of patches to /usr/share/doc/python2.1/README.Debian. -- Matthias Klose Wed, 16 Jan 2002 18:40:20 +0100 python2.1 (2.1.1-8) unstable; urgency=high * Updates from the CVS python21-maint branch up to 20020107. webbrowser.py: properly escape url's (closes: #127507). * Enable large file support for Linux, but not the Hurd (closes: #128021). -- Matthias Klose Mon, 7 Jan 2002 20:24:56 +0100 python2.1 (2.1.1-7) unstable; urgency=medium * Add missing chunk of the GNU/Hurd patch (therefore urgency medium). * Send anonymous password when using anonftp (closes: #126813). * Backports from the release22-maint branch: - CDROM.py. Updated (closes: #125785). - Add TCP socket options from glibc 2.2.4 (closes: #84340). * idle.py: preprend '/usr/lib/idle-python2.1' to sys.path. Closes: #126383, #126657. * Beginning with v2.1 (or v2.0?), ftplib.py uses passive ftp as the default. Closes: #40891. * urllib2.py has the functionality to handle user and password in requests by passing a Request instance instead of URL to urlopen (closes: #120013). * python (v2.1) includes an updated curses module (supporting ncurses). Closes: #35554). * Link dbm module with db1 library (closes: #127040). -- Matthias Klose Sun, 30 Dec 2001 17:06:06 +0100 python2.1 (2.1.1-6) unstable; urgency=low * Apply patch to correctly run libapache-mod-python (closes: #125670). * Make the default packages depend on the same version of the corresponding versioned package (closes: #125846). * Make site.py a config file (closes: #125908). * getopt long option handling fixed upstream (closes: #80243). * Install the .cls files needed to build docs into the python-dev package (fixes: #50244). * idle's handling of breakpoints fixed upstream (closes: #82060). * html-doc files don't set any body color anymore (closes: #76103). * Documentation updated upstream to describe library behaviour (closes: #75605, #87722). * Signal names are defined in the `signal' module (closes: #109292). * Updates from the CVS python21-maint branch up to 20011220. -- Matthias Klose Thu, 20 Dec 2001 20:00:36 +0100 python2.1 (2.1.1-5) unstable; urgency=low * Make python2.1 depend on python (the default version). Closes: #121908. * Do not provide python2.1-base anymore. * idle package provides idle and idle.1 links. Closes: #122049. * debian/copyright: Removed word of warning. Closes: #120038. * Install correct README.Debian for python2.1 package. Include hint where to find Makefile.pre.in. Closes: #121757. * Suggest installation of the python-ssl package. * Don't include the (empty) distutils directory. Closes: #123677. * Include pointer for Tk documentation (python-tk). Closes: #74805. * Call dlopen with RTLD_NOW | RTLD_GLOBAL. Closes: #97146. * Remove idle config files on purge. * python2.1: Remove empty /usr/lib/python2.1 directory on purge. * python: Remove empty /usr/lib/python{1.5,2.0} directories, if python1.5/python2.0 are already uninstalled and some files exist. * Don't build the python-doc package. python2.1-doc thinks it does a better job ;-) -- Matthias Klose Mon, 17 Dec 2001 00:48:54 +0100 python2.1 (2.1.1-4) unstable; urgency=medium * Remove conflicts for packages, that don't need to depend on a specific Python version (bg5ps, imgsizer, lyx, moosic, pydf, pydict). * Do not build the python-regrtest package anymore. It's available in the source package and we don't package testsuites for other packages as well. * Keep the test framework components test/regrtest.py and test/test_support.py in the python package (closes: #118899). -- Matthias Klose Sun, 11 Nov 2001 17:33:31 +0100 python2.1 (2.1.1-3) unstable; urgency=medium * Make python-doc package. * Remove old /usr/doc/python directory (closes: #117154). * Apply patch for exceptions module (fixed upstream). Taken from http://sourceforge.net/tracker/?group_id=5470&atid=105470&func=detail&aid=422004. Closes: #111340. * Configure with --with-fpectl (fixes #118125). * setup.py: Remove broken check for _curses_panel module (Closes: #116081). * Add Python interpreter to Konsole's file menu (default version only). Closes: #96778. * idle: Move config-* files to /etc and mark as conffiles (Closes: #106390). * Move idle packages to section `devel'. * Apply patch to build on the HUrd (closes: #118148). -- Matthias Klose Sat, 3 Nov 2001 18:12:03 +0100 python2.1 (2.1.1-2) unstable; urgency=low * Finally upload to unstable. * shlibs now uses the changed package name. * README.Debian: point to draft of python-policy in the python package. * Add missing pydoc -> pydoc2.1 link in `python' package. -- Matthias Klose Tue, 30 Oct 2001 00:08:05 +0100 python2.1 (2.1.1-1.4) unstable; urgency=low * Rename package python2.1-base to python2.1, rename python-base to python. * Make python conflict with python-base unconditionally, add conflicts to all packages, that do not have a dependency of the form: python (<< 2.1). New packages should be uploaded: - If the package connot be converted to use the recent Python version, make the package depend on python1.5, call python1.5 explicitely in the program(s) and the installation scripts. - Make the package use the recent Python version and make it depend on: python (>= 2.1), python (<< 2.2). * Remove empty installation files (postinst, prerm). -- Matthias Klose Wed, 24 Oct 2001 22:05:44 +0200 python2.1 (2.1.1-1.3) unstable; urgency=low * Make python2.1 the default. Add conflicts to all packages, that do not have a dependency of the form: python-base (<< 2.1). New packages should be uploaded: - If the package connot be converted to use the recent Python version, make the package depend on python1.5-base, call python1.5 explicitely in the program(s) and the installation scripts. - Make the package use the recent Python version and make it depend on: python-base (>= 2.1), python-base (<< 2.2). * Add a draft of a python-policy. The most recent version can be found at http://ftp-master.debian.org/~doko/python and is discussed on the debian-python mailing list. -- Matthias Klose Sun, 21 Oct 2001 16:07:12 +0200 python2.1 (2.1.1-1.2) unstable; urgency=low * Really remove the python alternative. -- Matthias Klose Sat, 20 Oct 2001 15:16:56 +0200 python2.1 (2.1.1-1.1) unstable; urgency=low * README FOR PACKAGE MAINTAINERS: It is planned to remove the python2-XXX packages from unstable and move on to python2.1. If you repackage/adapt your modules for python2.1, don't build python2-XXX and python2.1-XXX packages from the same source package, so that the python2-XXX package can be removed without influencing the python2.1-XXX package. See the debian-python mailing list at http://lists.debian.org/devel.html for details and the current discussion and a draft for a debian-python policy (August to October 2001). * Remove alternative for /usr/bin/python. The python-base package now provides the default python version. * Regenerate control file to fix build dependencies (closes: #116190). * Remove alternative for /usr/bin/{python,pydoc}. * Provide a libpython2.1.so symlink in /usr/lib/python2.1/config, so that the shared library is found when -L/usr/lib/python2.1/config is specified. * Conflict with old package versions, where /usr/bin/python is a real program (closes: #115943). * python2.1-elisp conflicts with python-elisp (closes: #115895). * We now have 2.1 (closes: #96851, #107849, #110243). -- Matthias Klose Fri, 19 Oct 2001 17:34:41 +0200 python2.1 (2.1.1-1) unstable; urgency=low * Incorporated Matthias' modifications. -- Gregor Hoffleit Thu, 11 Oct 2001 00:16:42 +0200 python2.1 (2.1.1-0.2) unstable; urgency=low * New upstream 2.1.1. * GPL compatible licence (fixes #84080, #102949, #110643). * Fixed upstream (closes: #99692, #111340). * Build in separate build directory. * Split Debian patches into debian/patches directory. * Build dependencies: Add libgmp3-dev, libexpat1-dev, tighten debhelper dependency. * debian/rules: Updated a "bit". * python-elisp: Remove custom dependency (closes: #87783), fix emacs path (closes: #89712), remove emacs19 dependency (#82694). * Mention distutils in python-dev package description (closes: #108170). * Update README.Debian (closes: #85430). * Run versioned python in postinsts (closes: #113349). * debian/sample.{postinst,prerm}: Change to version independent scripts. * Use '/usr/bin/env python2.1' as interpreter for all python scripts. * Add libssl-dev to Build-Conflicts. * python-elisp: Add support for emacs21 (closes: #98635). * Do not compress .py files in doc directories. * Don't link explicitely with libc. -- Matthias Klose Wed, 3 Oct 2001 09:53:08 +0200 python2.1 (2.1.1-0.1) unstable; urgency=low * New upstream version (CVS branch release21-maint, will become 2.1.1): This CVS branch will be released as 2.1.1 under a GPL compatible license. -- Gregor Hoffleit Wed, 27 Jun 2001 22:47:58 +0200 python2 (2.1-0.1) unstable; urgency=low * Fixed Makefile.pre.in. * Fixed the postinst files in order to use 2.1 (instead of 2.0). * Mention the immanent release of 2.0.1 and 2.1.1, with a GPL compatible license. -- Gregor Hoffleit Sun, 17 Jun 2001 21:05:25 +0200 python2 (2.1-0) unstable; urgency=low * New upstream version. * Experimental packages. -- Gregor Hoffleit Thu, 10 May 2001 00:20:04 +0200 python2 (2.0-7) unstable; urgency=low * Rebuilt with recent tcl8.3-dev/tk8.3-dev in order to fix a dependency problem with python2-tk (closes: #87793, #92962). * Change postinst to create and update /usr/local/lib/python2.0 and site-python with permissions and owner as mandated by policy: 2775 and root:staff (closes: #89047). * Fix to compileall.py: A superfluous argument made compileall without options fail (cf. #92990 for python). * Move the distutils module into python2-dev. It needs Makefile.pre.in in order to work (closes: #89900). * Remove build-dependency on libgdbm2-dev (which isn't built anyway). * Add a build-dependency on libdb2-dev (cf. #90220 for python). -- Gregor Hoffleit Sat, 14 Apr 2001 21:07:51 +0200 python2 (2.0-6) unstable; urgency=low * Remove python-zlib package; merge it into python-base. * Mark that README.python2 is not yet updated. -- Gregor Hoffleit Wed, 21 Feb 2001 12:34:18 +0100 python2 (2.0-5) unstable; urgency=low * Recompile with tcl/tk8.3 (closes: #82088). * Modifications to README.why-python2 (closes: #82116). * Add menu hint to idle2 menu entry. * idle2 is renamed idle-python2 and now build correctly (closes: #82218). * Add build-dependency on autoconf (closes: #85339). * Build bsddbmodule as shared module (Modules/Setup.config.in), and link libpython2.so with -lm in Makefile (closes: #86027). * various cleanups in debian/rules, e.g. removing dh_suidregister. * Make pdb available as /usr/bin/pdb-python2 in python2-dev (cf. #79870 in python-base). * Remove libgmp3 from build-dependencies, since we currently can't build the mpzmodule for Python2 due to license problems. -- Gregor Hoffleit Sun, 18 Feb 2001 00:12:17 +0100 python2 (2.0-4) unstable; urgency=low * control: make python2-elisp conflict with python-elisp (it doesn't make sense to have both of them installed, does it ?) * include build-depend on libxmltok1-dev. * again, build with tcl/tk8.0. -- Gregor Hoffleit Wed, 10 Jan 2001 23:37:01 +0100 python2 (2.0-3) unstable; urgency=low * Modules/Setup.in: Added a missing \ that made _tkinter be built incorrectly. * rules: on the fly, change all '#!' python scripts to use python2. -- Gregor Hoffleit Wed, 13 Dec 2000 20:07:24 +0100 python2 (2.0-2) unstable; urgency=low * Aaargh. Remove conflicts/provides/replaces on python-base to make parallel installation of python-base and python2-base possible. * Install examples into /usr/share/doc/python2 (not python) and fix symlink to python2.0 (thanks to Rick Younie for pointing out this). * Rename man page to python2.1. -- Gregor Hoffleit Wed, 13 Dec 2000 09:31:05 +0100 python2 (2.0-1) unstable; urgency=low * New upstream version. Initial release for python2. -- Gregor Hoffleit Mon, 11 Dec 2000 22:39:46 +0100