Your message dated Fri, 04 Jan 2019 14:46:27 +0000
with message-id <e1gfqjz-000g61...@fasolo.debian.org>
and subject line Bug#917465: fixed in aplpy 2.0~rc2-1
has caused the Debian Bug report #917465,
regarding aplpy: autopkgtest needs update for new version of python-numpy
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.)


-- 
917465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917465
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: aplpy
Version: 1.1.1-4
User: debian...@lists.debian.org
Usertags: needs-update
Control: affects -1 src:python-numpy

[X-Debbugs-CC: debian...@lists.debian.org,
python-nu...@packages.debian.org ]

Dear maintainers,

With a recent upload of python-numpy the autopkgtest of aplpy fails in
testing when that autopkgtest is run with the binary packages of
python-numpy from unstable. It passes when run with only packages from
testing. In tabular form:
                       pass            fail
python-numpy           from testing    1:1.16.0~rc1-2
aplpy                  from testing    1.1.1-4
all others             from testing    from testing

I copied some of the output at the bottom of this report. I haven't
checked them all, but it seems you need to accept or fix the deprecation
warnings.

Currently this regression is contributing to the delay of the migration
of python-numpy to testing [1]. Of course, python-numpy shouldn't just
break your autopkgtest (or even worse, your package), but it seems to me
that the change in python-numpy was intended and your package needs to
update to the new situation. If needed, please change the bug's severity.

If this is a real problem in your package (and not only in your
autopkgtest), the right binary package(s) from python-numpy should
really add a versioned Breaks on the unfixed version of (one of your)
package(s). Note: the Breaks is nice even if the issue is only in the
autopkgtest as it helps the migration software to figure out the right
versions to combine in the tests.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=python-numpy

https://ci.debian.net/data/autopkgtest/testing/amd64/a/aplpy/1592220/log.gz

=================================== FAILURES
===================================
_____________________________ test_beam_addremove
______________________________

    def test_beam_addremove():
        f = FITSFigure(HDU)
>       f.show_grayscale()

/usr/lib/python3/dist-packages/aplpy/tests/test_beam.py:22:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _
<string>:2: in show_grayscale
    ???
/usr/lib/python3/dist-packages/aplpy/decorators.py:25: in _auto_refresh
    return f(*args, **kwargs)
/usr/lib/python3/dist-packages/aplpy/core.py:578: in show_grayscale
    interpolation=interpolation)
<string>:2: in show_colorscale
    ???
/usr/lib/python3/dist-packages/aplpy/decorators.py:25: in _auto_refresh
    return f(*args, **kwargs)
/usr/lib/python3/dist-packages/aplpy/core.py:670: in show_colorscale
    vmid=vmid, vmin=vmin, vmax=vmax)
/usr/lib/python3/dist-packages/aplpy/normalize.py:51: in __init__
    Normalize.__init__(self, vmin=vmin, vmax=vmax, clip=clip)
/usr/lib/python3/dist-packages/matplotlib/colors.py:892: in __init__
    self.vmin = _sanitize_extrema(vmin)
/usr/lib/python3/dist-packages/matplotlib/colors.py:101: in
_sanitize_extrema
    ret = np.asscalar(ex)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _

a = 0.0

    @array_function_dispatch(_asscalar_dispatcher)
    def asscalar(a):
        """
        Convert an array of size 1 to its scalar equivalent.

        .. deprecated:: 1.16

            Deprecated, use `numpy.ndarray.item()` instead.

        Parameters
        ----------
        a : ndarray
            Input array of size 1.

        Returns
        -------
        out : scalar
            Scalar representation of `a`. The output data type is the
same type
            returned by the input's `item` method.

        Examples
        --------
        >>> np.asscalar(np.array([24]))
        24

        """

        # 2018-10-10, 1.16
        warnings.warn('np.asscalar(a) is deprecated since NumPy v1.16, use '
>                     'a.item() instead', DeprecationWarning, stacklevel=1)
E       DeprecationWarning: np.asscalar(a) is deprecated since NumPy
v1.16, use a.item() instead

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: aplpy
Source-Version: 2.0~rc2-1

We believe that the bug you reported is fixed in the latest version of
aplpy, 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 917...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated aplpy 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: SHA512

Format: 1.8
Date: Fri, 04 Jan 2019 14:28:09 +0100
Source: aplpy
Binary: python3-aplpy
Architecture: source
Version: 2.0~rc2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Description:
 python3-aplpy - Astronomical Plotting Library in Python
Closes: 917465
Changes:
 aplpy (2.0~rc2-1) unstable; urgency=medium
 .
   * New upstream version 2.0~rc2. Closes: #917465
   * Rediff patches. Drop patches that are applied upstream.
   * Push Standards-Version to 4.3.0. No changes needed.
   * Remove generated aplpy/version.py
   * Adjust dependencies: montage-wrapper -> reproject
   * Update d/watch for changed capitalization
Checksums-Sha1:
 aa80af151aa186c2284df8473a223c60a5905bb5 2148 aplpy_2.0~rc2-1.dsc
 e7223b64bf6fb2cee965b9ac6697c3d77ae465a7 1715068 aplpy_2.0~rc2.orig.tar.gz
 df0a4065823a32df55b744d6b50205556e79dac7 4124 aplpy_2.0~rc2-1.debian.tar.xz
Checksums-Sha256:
 d91f27ef6c185f67be79e8b2a18b71837e52b5ef9edfb976db98b5fc706d1f76 2148 
aplpy_2.0~rc2-1.dsc
 02feefd01adaeac475865b5ac142c02779741f986d0eccf8b80a95687f8a1972 1715068 
aplpy_2.0~rc2.orig.tar.gz
 ecffcf387f3a315665d81447bc12694f939be4a3d9356844fdff9d15093a6b47 4124 
aplpy_2.0~rc2-1.debian.tar.xz
Files:
 248860206ecf725ce0d46d9919ad2951 2148 python optional aplpy_2.0~rc2-1.dsc
 f7b457f412e035343fbf19ee28e7824c 1715068 python optional 
aplpy_2.0~rc2.orig.tar.gz
 66430f71ef36a0d9b49abe58290484ce 4124 python optional 
aplpy_2.0~rc2-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAlwvYmUACgkQcRWv0HcQ
3Pf2CA//S2g2otTZOKwZtyDdcTz/ck2qI3zcVcDXCiukQhBGJ5Q0j3jq9pzRtdy/
ptBJHwXz1eJVu1Zya9X9dkdehzDX7DO3jwx5wCvVPK+SNIVx4kJMnkgvemzWQKru
W3JQ5rrvoLAx9/oK6wmVmJ/iPiKzpqF6dvkDgwWK8cS+FpmT0cN2dkt6GxzVQvZL
d4LGXbp/iN7ks/AaN4mGmEM+9nkIGuwICao3RQ9vgP3Yy5LE8sKpgnuVp86AJxjM
GZAI4yvid/1/BYJ326Pf10S3PAFgdI6fWBFuXi2vMp8uuvR4HbH8Jn2ZRkn+77aQ
DltR/iPPHUgxdHx0y+ymo7FoKINzGTfb3GFEPhOHE4Nq/zGdJRyLXG4MtHSxfrtj
Gal4z78tpI4qO452AKnUrzafRUXxFAn5BoEEELhYueO4lsHO8sFk6AXALf8EeaFL
/mTjrKH83xyhPoCamEjv6EM/Bc10BClSPrziOjl6XT+KPvBoQNiaPovn+PXAn3/n
6sFgGxD0J78rcMM2pcnRQsOUoSIWtRoFDxUHewazdqdZVCrrTYSjoA7TmJUDrPRt
tEsVlXei5R9wN7MlFttI9Ec9ufssYmImGFxjUxK8O/8di9vWne+cbjbg2ZiQv8r9
80EiNrnzuHhcwq+2SEtgXI0pCSMeWgfAgOoKqoUlHivT1iqI4UM=
=CV/m
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to