Skip to content
Snippets Groups Projects
Commit cf9ec057 authored by Emilio Pozuelo Monfort's avatar Emilio Pozuelo Monfort
Browse files

Add more breaks for Numpy 1.16 compatibility

parent 902b1635
No related branches found
No related tags found
No related merge requests found
python-numpy (1:1.16.0~rc2-2) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* d/changelog: Remove trailing whitespaces.
[ Emilio Pozuelo Monfort ]
* Add more breaks for older versions of packages not compatible with
Numpy 1.16.
-- Ondřej Nový <onovy@debian.org> Wed, 09 Jan 2019 13:45:57 +0100
python-numpy (1:1.16.0~rc2-1) unstable; urgency=medium
......
......@@ -38,7 +38,11 @@ Suggests: gcc (>= 4:4.6.1-5),
python-numpy-dbg,
python-numpy-doc
Provides: python-f2py, python-numpy-dev, ${numpy:Provides}, ${python:Provides}
Breaks: python-astropy (<< 2.0.9-1), python-skimage (<< 0.14.1-3)
Breaks: python-astropy (<< 2.0.9-1),
python-pbcore (<< 1.6.5+dfsg-1),
python-skimage (<< 0.14.1-3),
python-tables (<< 3.4.4-2),
python-theano (<< 1.0.3+dfsg-1),
Description: Numerical Python adds a fast array facility to the Python language
Numpy contains a powerful N-dimensional array object, sophisticated
(broadcasting) functions, tools for integrating C/C++ and Fortran
......@@ -84,7 +88,13 @@ Provides: python3-f2py,
python3-numpy-dev,
${numpy3:Provides},
${python3:Provides}
Breaks: python3-aplpy (<< 2.0~rc2-1), python3-astropy (<< 3.1-1), python3-ccdproc (<< 1.3.0-5), python3-skimage (<< 0.14.1-3)
Breaks: python3-aplpy (<< 2.0~rc2-1),
python3-astropy (<< 3.1-1),
python3-ccdproc (<< 1.3.0-5),
python3-dask (<< 1.0.0+dfsg-2),
python3-skimage (<< 0.14.1-3),
python3-tables (<< 3.4.4-2),
python3-theano (<< 1.0.3+dfsg-1),
Description: Fast array facility to the Python 3 language
Numpy contains a powerful N-dimensional array object, sophisticated
(broadcasting) functions, tools for integrating C/C++ and Fortran
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment