Your message dated Mon, 24 Aug 2009 22:41:04 +0000
with message-id <[email protected]>
and subject line Bug#519580: fixed in python-numpy 1:1.3.0-1
has caused the Debian Bug report #519580,
regarding python-numpy: broken 'deprecated' function whenever warnings
filterings is on -- tiny misprint in utils.py, remove ", "
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
519580: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519580
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-numpy
Version: 1:1.2.1-1
Severity: normal
Tags: patch
how to reproduce -- enable filtering of warnings, and use deprecated
function
>>> import warnings
>>> warnings.filterwarnings('ignore', 'buga duga', Warning)
>>> import scipy
>>> import scipy.stats
>>> scipy.sparse.speye(1,1)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/numpy/lib/utils.py", line 110, in
newfunc
warnings.warn(str1, DeprecationWarning)
File "/usr/lib/python2.5/warnings.py", line 62, in warn
globals)
File "/usr/lib/python2.5/warnings.py", line 85, in warn_explicit
if ((msg is None or msg.match(text)) and
TypeError: expected string or buffer
Fix should be banal:
in numpy/lib/utils.py:105 replace
str1 = "%s is deprecated, use %s" % (oldname, newname),
with
str1 = "%s is deprecated, use %s" % (oldname, newname)
;-)
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'stable'), (300, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-numpy depends on:
ii libatlas3gf-base [libla 3.6.0-22.1~debug Automatically Tuned Linear Algebra
ii libatlas3gf-sse [liblap 3.6.0-22.1~debug Automatically Tuned Linear Algebra
ii libatlas3gf-sse2 [libla 3.6.0-22.1~debug Automatically Tuned Linear Algebra
ii libblas3gf [libblas.so. 1.2-2 Basic Linear Algebra Subroutines 3
ii libc6 2.9-4 GNU C Library: Shared libraries
ii libgcc1 1:4.3.1-9 GCC support library
ii libgfortran3 4.3.1-9 Runtime library for GNU Fortran ap
ii liblapack3gf [liblapack 3.1.1-1 library of linear algebra routines
ii python 2.5.2-2 An interactive high-level object-o
ii python-central 0.6.11 register and build utility for Pyt
python-numpy recommends no packages.
Versions of packages python-numpy suggests:
ii python-nose 0.10.4-2 test discovery and running for Pyt
pn python-numpy-dbg <none> (no description available)
ii python-numpy-doc 1:1.2.1-1 NumPy documentation
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python-numpy
Source-Version: 1:1.3.0-1
We believe that the bug you reported is fixed in the latest version of
python-numpy, which is due to be installed in the Debian FTP archive:
python-numpy-dbg_1.3.0-1_i386.deb
to pool/main/p/python-numpy/python-numpy-dbg_1.3.0-1_i386.deb
python-numpy-doc_1.3.0-1_all.deb
to pool/main/p/python-numpy/python-numpy-doc_1.3.0-1_all.deb
python-numpy-ext_1.3.0-1_all.deb
to pool/main/p/python-numpy/python-numpy-ext_1.3.0-1_all.deb
python-numpy_1.3.0-1.diff.gz
to pool/main/p/python-numpy/python-numpy_1.3.0-1.diff.gz
python-numpy_1.3.0-1.dsc
to pool/main/p/python-numpy/python-numpy_1.3.0-1.dsc
python-numpy_1.3.0-1_i386.deb
to pool/main/p/python-numpy/python-numpy_1.3.0-1_i386.deb
python-numpy_1.3.0.orig.tar.gz
to pool/main/p/python-numpy/python-numpy_1.3.0.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated python-numpy package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 24 Aug 2009 22:38:50 +0200
Source: python-numpy
Binary: python-numpy python-numpy-dbg python-numpy-ext python-numpy-doc
Architecture: source all i386
Version: 1:1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
python-numpy - Numerical Python adds a fast array facility to the Python
languag
python-numpy-dbg - Fast array facility to the Python language (debug extension)
python-numpy-doc - NumPy documentation
python-numpy-ext - NumPy adds a fast array facility to the Python language
Closes: 505999 519580
Changes:
python-numpy (1:1.3.0-1) unstable; urgency=low
.
[ Kumar Appaiah ]
* New upstream release.
+ Fix memory leak in exponentiation. (Closes: #505999)
* debian/rules:
+ Use quilt instead of simple-patchsys.
+ Add sed magic to fix the f2py2.4 and f2py2.5
to use the right interpreters.
+ debian/patches:
- 01_fix_man_hyphens.patch: Removed; merged upstream.
- 03_force_f2py_version.patch: Add to force generation
f2py postfixed with interpreter version.
- 04_fix_utils_deprecated.patch: Fix incorrect comma
in utils.py. Patch from Yaroslav Halchenko (Closes: #519580)
* debian/control:
+ Standards version is now 3.8.2 (no changes needed).
+ Remove myself from uploaders.
.
[ Matthias Klose ]
* Add debian/README.source.
* Bump standards version to 3.8.3.
* Fix section of the -dbg package.
Checksums-Sha1:
6c03b0063af5d4b14b2f2b638b0610f8dbf25bf7 1735 python-numpy_1.3.0-1.dsc
c04998a1fbf7d990c9a2b99a7b62486012c570ac 1995868 python-numpy_1.3.0.orig.tar.gz
2be19bb007485e56fa8872525342d44b8ba61951 9395 python-numpy_1.3.0-1.diff.gz
fd6fdb1ffc3f46cabf85e846d57b2aba2a9f37be 7402 python-numpy-ext_1.3.0-1_all.deb
374588db131f9ad613f61493c277e4309bc73a6f 41390 python-numpy-doc_1.3.0-1_all.deb
30ac0bc24a3a5a7192f5ec842e14ba8788653566 1685576 python-numpy_1.3.0-1_i386.deb
7de9875f385101c952937e950a059604eb641c63 4270372
python-numpy-dbg_1.3.0-1_i386.deb
Checksums-Sha256:
de5e449daf7c27290d884589da854d8c7df5a5d47bff74e11172472787dd1f4b 1735
python-numpy_1.3.0-1.dsc
7524687cce85aa78103046db5e617c626b0ef871a203a049159f88f35647c90d 1995868
python-numpy_1.3.0.orig.tar.gz
7ce6f3e2d10378869cdcaeb9e87ce41a84225aded74cb4f2daa804672eb50744 9395
python-numpy_1.3.0-1.diff.gz
30d2db432f9a368eb134d35a36711cfbbb2fef5e8bfce3ab8475b5cd952de885 7402
python-numpy-ext_1.3.0-1_all.deb
9f973e06cfeaf29ba94d1efd612bcff3934baa628c975d7bcf136b4b62c5734b 41390
python-numpy-doc_1.3.0-1_all.deb
2bdf4fa8f5bf152285088499de14588130350748a4079a965b50b21cd90a6aeb 1685576
python-numpy_1.3.0-1_i386.deb
1061199110601333db5e348217d4ba314bc5af3b8becfa16d1f4dd45dad4a138 4270372
python-numpy-dbg_1.3.0-1_i386.deb
Files:
50e6d6ffccb5439fb7c282100f1f1e1c 1735 python optional python-numpy_1.3.0-1.dsc
3f7773ff0971a5ebb8591536d8ec7bd6 1995868 python optional
python-numpy_1.3.0.orig.tar.gz
5b469e037148d7eb4a803952d99f2b3b 9395 python optional
python-numpy_1.3.0-1.diff.gz
b7e19705e6de44a607955b0344f918cc 7402 python optional
python-numpy-ext_1.3.0-1_all.deb
ad55debae77e19271ab45e9ba89de7cd 41390 doc optional
python-numpy-doc_1.3.0-1_all.deb
1affe06d508dc535c1f24290877fb65d 1685576 python optional
python-numpy_1.3.0-1_i386.deb
497dddf003f2ce313e94dc5134953d84 4270372 debug extra
python-numpy-dbg_1.3.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqS/JMACgkQStlRaw+TLJxdGACgjqXfURegNq4HDZUq+/dp0xyx
fHkAoJX8Wk56xn2J7uTGTu/rXGW32EKN
=DrRp
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team