[Python-modules-team] Processed: severity of 474939 is wishlist

2008-04-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.21
 severity 474939 wishlist
Bug#474939: python-docutils: update rst.el at leat with some recent snapshot
Severity set to `wishlist' from `normal'


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#475017: python-numpy: missing parentheses in /usr/share/pyshared/numpy/f2py/rules.py line 1222 (fixed upstream)

2008-04-08 Thread Ludovic Aubry
Package: python-numpy
Version: 1:1.0.4-7
Severity: normal
Tags: patch

f2py fails while building module without this fix.

the patch below is from the subversion repository (so it's slightly
offset):

Index: rules.py
===
--- rules.py(revision 4334)
+++ rules.py(revision 4335)
@@ -1200,7 +1200,7 @@
 f.write('C This file is autogenerated with f2py
(version:%s)\n'%(f2py_version))
 f.write('C It contains Fortran 77 wrappers to fortran
functions.\n')
 lines = []
-for l in '\n\n'.join(funcwrappers)+'\n'.split('\n'):
+for l in ('\n\n'.join(funcwrappers)+'\n').split('\n'):
 if l and l[0]==' ':
 while len(l)=66:
 lines.append(l[:66]+'\n ')



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-numpy depends on:
ii  libblas3gf [libblas.so. 1.2-1.5  Basic Linear Algebra Subroutines 3
ii  libc6   2.7-8GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20080202-1 GCC support library
ii  libgfortran34.3-20080202-1   Runtime library for GNU Fortran ap
ii  liblapack3gf [liblapack 3.1.1-0.4library of linear algebra routines
ii  python  2.4.4-6  An interactive high-level object-o
ii  python-central  0.6.1register and build utility for Pyt

python-numpy recommends no packages.

-- no debconf information



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#475017: python-numpy: missing parentheses in /usr/share/pyshared/numpy/f2py/rules.py line 1222 (fixed upstream)

2008-04-08 Thread Ondrej Certik
On Tue, Apr 8, 2008 at 3:49 PM, Ludovic Aubry [EMAIL PROTECTED] wrote:
 Package: python-numpy
  Version: 1:1.0.4-7
  Severity: normal
  Tags: patch

  f2py fails while building module without this fix.

Thanks for the bug report.

Upstream is going to release a new version by the end of the week, so
if it is ok with you, let's wait?

Ondrej



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Cash Paid For Excess Agilent, Tektronix, Fluke and Over 200 other Manufacturers

2008-04-08 Thread Heather
  
Hi -

I am looking to purchase excess, surplus or off-lease electronic test 
equipment. Specifically late model Agilent / HP, Tektronix, Anritsu, 
LeCroy, Advantest, etc. I also purchase over 200 other test equipment 
brands. Please contact me for a cash offer. We also have a consignment 
program.

Sincerely,

Heather Burgess
[EMAIL PROTECTED]
Test Equipment Connection
30 Skyline Drive
Lake Mary, FL 32746
Voice 800-615-8378 (USA) International 407-804-1299 
Visit Test Equipment Connection


 

 

To discontinue our mailings reply with *un*subscribe* in the subject line:
[EMAIL PROTECTED]
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Re: [Python-modules-team] PyOpenSSL compile situation on hppa

2008-04-08 Thread Scott Kitterman
On Tue, 8 Apr 2008 18:17:29 +0200 Sandro Tosi [EMAIL PROTECTED]

wrote:
Dear HPPA admin,

  I'd like to know what is the situation about PyOpenSSL compilation on
  hppa port machine. The package version 0.6-5 was uploaded on
  2008-03-08 and, as of now, no build attempt was made on hppa[1].

I've got a package (not Python related) in similar circumstances.  I
understand that hppa has in general fallen behind.  I believe they're
getting/have recently gotten some new hardware so there's hope they'll
catch up.

Scott K

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#474930: python-scipy: docstring for leastsq (in scipy.optimize) incorrectly describes 'ier'

2008-04-08 Thread Ondrej Certik
On Tue, Apr 8, 2008 at 1:24 AM, Andrzej Novak [EMAIL PROTECTED] wrote:
 Package: python-scipy
  Version: 0.6.0-5.1
  Severity: minor


  Docstring for leastsq incorrectly describes the returned variable
  ier. It states,

 ier -- an integer flag.  If it is equal to 1 the solution was
found.  If it is not equal to 1, the solution was not
found and the following message gives more information.

  This is correct for fsolve; however, for leastsq, ier values of 1, 2,
  3 and 4 all indicate no errors (see the definition of errors within
  the function in
  /usr/share/pycentral/python-scipy/site-packages/scipy/optimize/minpack.py).

Thanks Andrzej for the bug report. This still applies to the latest
svn upstream, so I just reported it:

http://projects.scipy.org/pipermail/scipy-dev/2008-April/008754.html

Ondrej



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team