Bug#825900: [Python-modules-team] Bug#825900: python-numpy: version number breaks distutils.version.StrictVersion

2016-05-31 Thread Sandro Tosi
please dont reply only to me, and always keep the bug in the loop; I didnt add the bug back in the recipients and it would disclose your private email, but you can forward my reply On Tue, May 31, 2016 at 10:38 AM, Ole Streicher wrote: > Hi Sandro, > > On 31.05.2016 11:28, Sandro Tosi wrote: >> d

Bug#825900: [Python-modules-team] Bug#825900: python-numpy: version number breaks distutils.version.StrictVersion

2016-05-31 Thread Ole Streicher
On 31.05.2016 11:41, Sandro Tosi wrote: >> They try to catch changes in numpy over the years to be compliant to >> older numpy versions as well. The source code in question is here: >> >> https://github.com/radio-astro-tools/spectral-cube/blob/master/spectral_cube/np_compat.py >> >> This is still u

Bug#825900: [Python-modules-team] Bug#825900: python-numpy: version number breaks distutils.version.StrictVersion

2016-05-31 Thread Ole Streicher
Hi Sandro, On 31.05.2016 11:28, Sandro Tosi wrote: > do you have any solution to suggest? Still not; after numpy upstream pointed me to PEP-440, I forwarded this to the spectral-cube upstream [1]. We will probably find a solution for spectral-cube. [1] https://github.com/radio-astro-tools/spectr

Bug#825900: [Python-modules-team] Bug#825900: python-numpy: version number breaks distutils.version.StrictVersion

2016-05-31 Thread Sandro Tosi
On Tue, May 31, 2016 at 9:21 AM, Ole Streicher wrote: from distutils.version import StrictVersion StrictVersion("1.11.1.rc1") > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib64/python2.7/distutils/version.py", line 40, in __init__ > self.parse(vstring)