python-scipy (0.7.2+dfsg1-1+deb6u1) squeeze-lts; urgency=low * Fix CVE-2013-4251: insecure handling of temporary directory (Closes: #726093) -- Raphael Geissert Thu, 31 Jul 2014 10:39:02 +0200 python-scipy (0.7.2+dfsg1-1) unstable; urgency=low * Release with a new source tarball with missing cython source files * debian/rules: Add get-orig-source target * Add debian/README.source explaining the repackaging of source tarball * Add debian/orig-tar.sh to add missing cython source files to the source tarball (Closes: #589731) * debian/rules: add call to dh_numpy to generate stricter versioned depends on python-numpy (Closes: #590763) * Bump Standards-Version to 3.9.1 * Add myself to Uploaders -- Varun Hiremath Fri, 30 Jul 2010 18:29:18 -0400 python-scipy (0.7.2-2) unstable; urgency=low * debian/patches/string_exceptions.patch: - Do not use string exceptions, not supported by Python 2.6. -- Luca Falavigna Mon, 07 Jun 2010 14:52:40 +0200 python-scipy (0.7.2-1) unstable; urgency=low * New upstream release. * Switch to debhelper 7. * Provide python-scipy-dbg package (Closes: #525329). * Add myself to Uploaders. -- Luca Falavigna Sun, 25 Apr 2010 17:21:21 +0200 python-scipy (0.7.1-1) unstable; urgency=low [ Sandro Tosi ] * debian/control - removed Marco Presi from uploaders: thanks for your work! [ Luca Falavigna ] * New upstream release. - Fix KeyError exception in sparse module (Closes: #525109). - Fix SyntaxWarning exception with python2.6 (Closes: #567148). * debian/patches/restore_sys_argv.patch: - Restore sys.argv in case of exception (Closes: #500814). * debian/control: - Depend on ${misc:Depends}. - Drop useless Conflicts/Replaces fields. - Bump Standards-Version to 3.8.4, no changes required. * debian/README.Debian: - Remove obsolete information. * debian/pycompat: - Remove, useless. -- Debian Python Modules Team Mon, 05 Apr 2010 17:10:56 +0200 python-scipy (0.7.0-2) unstable; urgency=medium [ Julien Lavergne ] * debian/copyright : Update Copyright holders (Closes: #524131) * From Ubuntu, prepare for the future python transition: - debian/rules: + Include /usr/share/python/python.mk + Add $(py_setup_install_args) to setup.py install + Replace site-packages by *-packages - debian/control: + Bump build-depends to python-all-dev (>= 2.5.4-1~) [ Luca Falavigna ] * Remove patches, they are no longer needed and also causing FTBFS with recent python-numpy. Remove quilt machinery too (Closes: #545606). * debian/copyright: add missing copyright holder (Closes: #540504). * debian/control: bump Standards-Version to 3.8.3, no changes required. * debian/watch: fix regex to report correct upstream stable version. -- Debian Python Modules Team Tue, 15 Sep 2009 23:30:12 +0200 python-scipy (0.7.0-1) unstable; urgency=low [ Ondrej Certik ] * Beta version * debian/patches: scipy_include_fix.diff and segfault.patch removed (applied upstream), swig_ftbfs.dpatch and umfpack.dpatch updated to new paths [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn [ David Cournapeau ] * New upstream version * Remove obsolete dependencies on libfftw3-dev, libx11-dev and libnetcdf-dev * Update version for numpy dependency: scipy requires version >= 1.2.0 * Set ATLAS to None when building scipy to avoid depending on ATLAS API, and only use BLAS/LAPACK public API, even when ATLAS is installed on the build machine -- Ondrej Certik Sun, 08 Mar 2009 18:47:03 -0700 python-scipy (0.6.0-12) unstable; urgency=low * The description updated to match the current SciPy (Closes: #489149). * Standards-Version bumped to 3.8.0 (no action needed) * Build-Depends: netcdf-dev changed to libnetcdf-dev -- Ondrej Certik Mon, 16 Jun 2008 22:58:01 +0200 python-scipy (0.6.0-11.1) unstable; urgency=low * Non-maintainer upload. * Change description to refer to python-numpy package instead of Numeric to avoid confusion with python-numeric package. -- Chris AtLee Wed, 23 Apr 2008 15:45:22 -0400 python-scipy (0.6.0-11) unstable; urgency=low * Fixes FTBFS, by unexporting LDFLAGS and setting FFLAGS directly, the same hack as in numpy (Closes: #475990) -- Ondrej Certik Mon, 14 Apr 2008 14:53:57 +0200 python-scipy (0.6.0-10) unstable; urgency=low [Sandro Tosi] * Fixes a dangling symlink (Closes: #471825) -- Ondrej Certik Thu, 20 Mar 2008 14:50:31 +0100 python-scipy (0.6.0-9) unstable; urgency=medium * Uses correct pycentral locations (Closes: #471549) -- Ondrej Certik Wed, 19 Mar 2008 21:41:12 +0100 python-scipy (0.6.0-8) unstable; urgency=low * Build depend on libsuitesparse (>= 3.1.0-3) * Build depends fixed to use gfortran based lapack and blas (Closes: #466868) -- Ondrej Certik Sat, 23 Feb 2008 01:21:51 +0100 python-scipy (0.6.0-7) unstable; urgency=low * Bumped the version, because python-numpy conflicts with python-scipy (<= 0.6.0-6). This compiles against the old suitesparse, but it makes the package installable and working again. -- Ondrej Certik Thu, 21 Feb 2008 15:38:00 +0100 python-scipy (0.6.0-6) UNRELEASED; urgency=low * debian/control - uniforming both Vcs-Svn and Vcs-Browser fields -- Sandro Tosi Thu, 03 Jan 2008 12:18:46 +0100 python-scipy (0.6.0-5.1) unstable; urgency=low * Non-maintainer upload. * Changed `fftw3-dev' to `libfftw3-dev' to get rid of that dependency on a virtual package. * Fix FTBFS with relation to swig with a patch provided by Kumar Appaiah (Closes: #456892) -- Philipp Kern Mon, 31 Dec 2007 13:45:10 +0100 python-scipy (0.6.0-5) unstable; urgency=low * DM-Upload-Allowed changed to XS-DM-Upload-Allowed * standards-version made uptodate (3.7.3) * don't create an empty dir usr/share/doc/python-scipy/weave/ -- Ondrej Certik Tue, 04 Dec 2007 22:27:48 +0100 python-scipy (0.6.0-4) unstable; urgency=low * Use quilt (much eaiser to use) instead of dpatch * Paul's patch added (Closes: #452991) * Add DM-Upload-Allowed: yes -- Ondrej Certik Mon, 03 Dec 2007 15:33:24 +0100 python-scipy (0.6.0-3) unstable; urgency=low [ Piotr Ożarowski ] * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) [ Ondrej Certik ] * Depending on libsuitesparse-dev directly instead of libufsparse-dev (Closes: #445771) -- Ondrej Certik Mon, 15 Oct 2007 20:09:07 +0200 python-scipy (0.6.0-2) unstable; urgency=medium * Replaced fftw-dev with fftw3-dev in Build-Depends (closes: #444124) -- Piotr Ożarowski Wed, 26 Sep 2007 23:52:25 +0200 python-scipy (0.6.0-1) unstable; urgency=low [Ondřej Čertík] * New upstream release * watch file added [Piotr Ożarowski] * Homepage field added -- Ondrej Certik Sun, 23 Sep 2007 16:14:35 +0200 python-scipy (0.5.2.1-2) unstable; urgency=low * Got rid of all lintian and linda warnings (removed "SciPy is an open source library of scientific tools for Python" (first sentence) from the long description) * debian/control: Added XS-Vcs-Svn and XS-Vcs-Browser fields to the Source section -- Ondrej Certik Fri, 31 Aug 2007 04:29:55 +0200 python-scipy (0.5.2.1-1) unstable; urgency=low * Adopting the package * New upstream release (Closes: #426012) * Removed unnecessary patches * Removing LICENSE.txt, since it is unnecessary (and it fixes a lintian warning) -- Ondrej Certik Tue, 28 Aug 2007 12:03:29 +0200 python-scipy (0.5.2-9) experimental; urgency=low * Added Build-Dep on python-numpy (Closes: 422389) * Made build independent of the python version (Closes: 414626) * Added a new patch on sandbox/montecarlo to fix py2.5 compatibility -- Marco Presi (Zufus) Fri, 18 May 2007 11:12:31 +0100 python-scipy (0.5.2-8) experimental; urgency=low * Fixed compatibility with numpy >= 1.0.2, by importing parts from upstream svn -- Marco Presi (Zufus) Sat, 21 Apr 2007 22:46:29 +0100 python-scipy (0.5.2-7+b1) unstable; urgency=low * Binary-only non-maintainer upload for i386; no source changes. * Rebuild to fix binaries built against experimental -- Debian/i386 Build Daemon Tue, 27 Feb 2007 02:01:45 -0600 python-scipy (0.5.2-7) unstable; urgency=low * Added 'm86k' among the archs on which xplt should not build. -- Marco Presi (Zufus) Sat, 24 Feb 2007 13:40:42 +0000 python-scipy (0.5.2-6) unstable; urgency=low * Merged patch for image viwer from upstream svn -- Marco Presi (Zufus) Sat, 24 Feb 2007 01:39:18 +0000 python-scipy (0.5.2-5) experimental; urgency=low * Added a fix in sandbox/montecarlo tests that prevented installation -- Marco Presi (Zufus) Thu, 22 Feb 2007 01:33:18 +0000 python-scipy (0.5.2-4) experimental; urgency=low * Incorporated code from setup_without_xplt.py into patches/sandbox.dpatch, in order to build sandbox/xplt only on supported archs (Closes: #407869). * Added libx11-dev among Build-Deps to support xplt. -- Marco Presi (Zufus) Thu, 22 Feb 2007 00:33:51 +0000 python-scipy (0.5.2-3) experimental; urgency=low * Added netcdfg-dev Build-Deps (completed sandbox inclusion) -- Marco Presi (Zufus) Tue, 20 Feb 2007 23:28:43 +0000 python-scipy (0.5.2-2) experimental; urgency=low * Enabled sandbox modules. To this aim randomkit.[ch] are included from pyhon-numpy sources. See debian/patches/sandbox.dpatch (Closes: #407869). -- Marco Presi (Zufus) Mon, 19 Feb 2007 19:26:22 +0000 python-scipy (0.5.2-1) unstable; urgency=low * Fixed scipy.signal segfault (closes: #410757) * Replaced hard-coded xv command with "see" (from mime-support). Additionally, the environment variable SCIPY_PIL_IMAGE_VIEWER can be set. (Closes: #395198) -- Marco Presi (Zufus) Sun, 18 Feb 2007 16:22:03 +0000 python-scipy (0.5.2-0.1) unstable; urgency=medium * Remove build dependency on python-numpy-dev. * python-scipy: Depend on python-numpy instead of python-numpy-dev. * Package builds on other archs than i386. Closes: #402783. -- Matthias Klose Sun, 7 Jan 2007 14:12:12 +0100 python-scipy (0.5.2-0) experimental; urgency=low * New upstream version (compatible with python-numpy-1.0.x). * (Build-)depend on python-numpy (>= 1:1.0.1). * Remove redundant (build-)dependencies. * weave examples and docs are removed from the upstream tarball. -- Matthias Klose Wed, 3 Jan 2007 22:37:49 +0100 python-scipy (0.5.1-3) unstable; urgency=low * Moved weave/examples into /usr/share/doc/python-scipy/ and removed *.so files that prevented building on non x86 archs (closes: #397241) -- Marco Presi (Zufus) Sat, 16 Sep 2006 18:46:56 +0200 python-scipy (0.5.1-2) unstable; urgency=low * Added swig and libufsparse-dev among Build-deps -- Marco Presi (Zufus) Mon, 11 Sep 2006 22:05:45 +0200 python-scipy (0.5.1-1) unstable; urgency=low * New upstream release -- Marco Presi (Zufus) Thu, 7 Sep 2006 00:32:07 +0200 python-scipy (0.5.0-3) unstable; urgency=low * Re-compiled to reflect C-API changes in numpy. -- Marco Presi (Zufus) Fri, 18 Aug 2006 01:06:06 +0200 python-scipy (0.5.0-2) unstable; urgency=low * Re-added fftw-dev among build-deps. -- Marco Presi (Zufus) Tue, 8 Aug 2006 17:34:44 -0400 python-scipy (0.5.0-1) unstable; urgency=low * New upstream release * Removed debian/patches/python2.3.dpatch now included in upstream release -- Marco Presi (Zufus) Sun, 30 Jul 2006 00:33:21 +0200 python-scipy (0.4.9-2) unstable; urgency=low * Build against new release of python-numpy. -- José Fonseca Wed, 05 Jul 2006 18:06:41 +0100 python-scipy (0.4.9-1) unstable; urgency=low * New upstream version. -- José Fonseca Tue, 04 Jul 2006 16:11:01 +0100 python-scipy (0.3.2-9) unstable; urgency=low * Updated to new python policy (closes: #373352) * Updated standards to 3.7.2 -- Alexandre Fayolle Thu, 15 Jun 2006 17:10:49 +0200 python-scipy (0.3.2-8) unstable; urgency=low * Changed dependency on libwxgtk2.4-1-python to python-wxgtk2.4 (closes: #333795) * Added cow progress bar fix by Glen W. Mabey (closes: #322796) -- Alexandre Fayolle Tue, 8 Nov 2005 11:56:51 +0100 python-scipy (0.3.2-7) unstable; urgency=low * Depend on libwxgtk2.4-1-python due to new C++ ABI. * Do not depend on obsolete blas-dev (Closes: #320441) * Drop the python2.2 version due to python2.2-numeric removal. * Applied Andreas Jochens' patch fixing gcc4.0 storage class error (Closes: #302598) -- José Fonseca Sun, 31 Jul 2005 11:11:42 +0100 python-scipy (0.3.2-6) unstable; urgency=low * Added a Suggests: python2.X-profiler in debian/control, made the import of pstats optional by patching stats/__init__.py (Closes: #296796) -- Alexandre Fayolle Fri, 11 Mar 2005 10:54:35 +0100 python-scipy (0.3.2-5) unstable; urgency=low * Applied Adam Conrad's patch to allow build on m68k (Closes: #292919) * Applied Andreas Jochens' patch fixing gcc4.0 incompatibility and syntax error in debian/control (Closes: #288181) -- Alexandre Fayolle Thu, 17 Feb 2005 14:49:03 +0100 python-scipy (0.3.2-4) unstable; urgency=low * Build for python 2.4. -- José Fonseca Mon, 24 Jan 2005 12:25:16 +0000 python-scipy (0.3.2-3) unstable; urgency=low * fixed build dependencies on arm (Closes: #277897) -- Alexandre Fayolle Sat, 23 Oct 2004 11:28:51 +0200 python-scipy (0.3.2-2) unstable; urgency=low * Updated package description * removed scipy.xplt on hppa, s390, ia64, mips, mipsel (Closes: #277485) * Added note about the missing module in README.Debian -- Alexandre Fayolle Fri, 22 Oct 2004 15:05:00 +0200 python-scipy (0.3.2-1) unstable; urgency=low * New version. -- José Fonseca Mon, 18 Oct 2004 16:28:16 +0100 python-scipy (0.3.0+266.4239-1) unstable; urgency=low * Updated to release. * Recommends c++-compiler. * Dropped python2.1 support. * Official package (closes: #126037). * Added Alexandre Fayolle and Marco Presi as uploaders * Added missing build dependencies -- Alexandre Fayolle Mon, 13 Sep 2004 23:04:34 +0200 python-scipy (0.2.0+cvs20031002-1) unstable; urgency=low * Moved scipy_core into a seperate package. * Default to python-2.3. -- José Fonseca Thu, 02 Oct 2003 13:31:30 +0100 python-scipy (0.2.0+alpha144.4350-1) unstable; urgency=low * Initial Release. -- José Fonseca Tue, 01 Jul 2003 13:35:03 +0100