Your message dated Mon, 21 May 2018 21:59:31 +0000
with message-id <e1fksq3-000cv0...@fasolo.debian.org>
and subject line Bug#896354: fixed in python-quantities 0.12.1-1
has caused the Debian Bug report #896354,
regarding python-quantities: quantities fails to import
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 ow...@bugs.debian.org
immediately.)


-- 
896354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-neo
Version: 0.3.3-2
Severity: serious
User: helm...@debian.org
Usertags: python-import

After installing python-neo importing the module neo
into a python interpreter fails with the following error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/neo/__init__.py", line 7, in <module>
    from neo.core import *
  File "/usr/lib/python2.7/dist-packages/neo/core/__init__.py", line 42, in 
<module>
    from neo.core.analogsignal import AnalogSignal
  File "/usr/lib/python2.7/dist-packages/neo/core/analogsignal.py", line 30, in 
<module>
    import quantities as pq
  File "/usr/lib/python2.7/dist-packages/quantities/__init__.py", line 283, in 
<module>
    from .units import *
  File "/usr/lib/python2.7/dist-packages/quantities/units/__init__.py", line 9, 
in <module>
    from . import acceleration
  File "/usr/lib/python2.7/dist-packages/quantities/units/acceleration.py", 
line 7, in <module>
    from .time import s
  File "/usr/lib/python2.7/dist-packages/quantities/units/time.py", line 18, in 
<module>
    aliases=['milliseconds']
  File "/usr/lib/python2.7/dist-packages/quantities/unitquantity.py", line 62, 
in __new__
    ret._conv_ref = definition._reference
  File "/usr/lib/python2.7/dist-packages/quantities/quantity.py", line 139, in 
_reference
    rq = rq * u._reference**d
  File "/usr/lib/python2.7/dist-packages/quantities/unitquantity.py", line 230, 
in __pow__
    return self.view(Quantity).__pow__(other)
  File "/usr/lib/python2.7/dist-packages/quantities/quantity.py", line 88, in g
    return f(self, other, *args)
  File "/usr/lib/python2.7/dist-packages/quantities/quantity.py", line 321, in 
__pow__
    return super(Quantity, self).__pow__(other)
  File "/usr/lib/python2.7/dist-packages/quantities/quantity.py", line 236, in 
__array_prepare__
    """
ValueError: ufunc %r not supported by quantities
                please file a bug report at https://github.com/python-quantities
                

The vast majority of import failures is attributed to missing dependencies.
Often times that manifests as an ImportError or ModuleNotFoundError.
Typically, dependencies should be inserted by dh-python via ${python:Depends}
or ${python3:Depends}. Thus a missing dependency can be caused by incomplete
install_requires in setup.py. Sometimes a missing dependency of a dependency
is the cause, in such cases this bug should be reassigned.

Helmut

--- End Message ---
--- Begin Message ---
Source: python-quantities
Source-Version: 0.12.1-1

We believe that the bug you reported is fixed in the latest version of
python-quantities, which is due to be installed in the Debian FTP archive.

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 896...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated python-quantities 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 21 May 2018 21:26:52 +0200
Source: python-quantities
Binary: python-quantities
Architecture: source
Version: 0.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
 python-quantities - Library for computation of physical quantities with units, 
based
Closes: 896354 896361
Changes:
 python-quantities (0.12.1-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Yaroslav Halchenko ]
   * debian/control:
     - added X-Python-Version: >= 2.6 to restrict supported versions of Python
       so it could be seamlessly backported to squeeze
     - added Suggests: python-unittest2 so tests could be exercised
       on user's sytem
 .
   [ Andreas Tille ]
   * New upstream version
     Closes: #896354, #896361
   * Moved packaging to Salsa
   * cme fix dpkg-control
   * Fix watch file
   * debhelper 11
   * Testsuite: autopkgtest-pkg-python
   * Install correct doc
   * DEP5 fix
Checksums-Sha1:
 8b2b24b30f1a8707fc57582a0ab0589c73c68099 2184 python-quantities_0.12.1-1.dsc
 b5da8f8c7464015249297ab9e86f464ecc52e7da 102308 
python-quantities_0.12.1.orig.tar.gz
 1769d1ea2803766227e62a05d5ed0c5e9d2428c8 4212 
python-quantities_0.12.1-1.debian.tar.xz
Checksums-Sha256:
 cb8619eb63b452eadb4e2dae267e64e2e182da1183a2aaec076030b637e4605d 2184 
python-quantities_0.12.1-1.dsc
 899d2701390957b312de0dc73c1209b458aea9ae86ed62c95c875b5e5753ee20 102308 
python-quantities_0.12.1.orig.tar.gz
 b16faa3c812f0c0a4d5f8ea10ce88ba91b9ddaef39e84f42d9126e024cc79c13 4212 
python-quantities_0.12.1-1.debian.tar.xz
Files:
 2177e85fcc31e9b8aa0439957f2772c9 2184 python optional 
python-quantities_0.12.1-1.dsc
 0165df2319f6b556a4cf29905fcb71d9 102308 python optional 
python-quantities_0.12.1.orig.tar.gz
 90e46920cbec5a94baec9665a8c2f538 4212 python optional 
python-quantities_0.12.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlsDMFkRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtE5TQ/+NoyUvEdena3BRc5PKzVyoRsnPgEj1aqg
AOV5C8CQd35VmajXrz0bZXRDt1whTLG+uxzIZtjU6OoA+dvtX5HkiECG/rg7VluC
uNeLCePHVJkV3qdHZOfXwK2SGVPVcsavOEy1LTOKdGiF/fSVuNpFL8GaT8I70sCG
f8eWzY7aMMt4K2ka7015IQ9PgTukTgyqG3QUZniCcYYvP1ZJKO9hplruqGK7xuOb
QkBMyyA29JQjDNPziWJkWuz+DwNWy99dD2B/e1DD1gPjnw+J1VdxzRWvC8Kh6P4K
q6MjIHNj3ODVgWv/JcondddlUuBhWq+q9ztmgfbT2zxwMpi0brxcJ0waG1IJdr7Q
A67AzUjEmM+EyG7+Jo5oP5ZqSKp06qVsmUJNmQiyL80Ga2r9naa+jY1oKZgO+VTb
FabAHsSfKTnKe25CZKUiaUB1C66n9RDZwGJHiUT/QaaZHZgC1gMFeUprw+WNm0/5
E7BB+/yMatFmpwycxwYk+hXfFRZdfM+x6BnPZ2KkxgN9G0I9owr+xodQYCPTKhya
uXxW4klw5aghQ2Sc1Q+UmfD+LjvlP0CK/6sYiISmZ6RCczPtSu2bADRatgYJkIsZ
GtrsubbSya2wkf+Gdaril4zdBtidLC9U5poq89EtAK7md6xONi31PdeHCO6PQSw1
CGi3mtL5tLQ=
=QDlC
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to