[SciPy-Dev] moved 0.19.1 tag

Ralf Gommers ralf.gommers at gmail.com
Thu Jun 22 07:32:59 EDT 2017


On Thu, Jun 22, 2017 at 11:26 PM, Jordi Montes <jomsdev at gmail.com> wrote:

> Hi,
>
> What do you mean when you say that it is not tested in your regular
> TravisCI? Maybe I could do a pull request fixing it and to skip this kind
> of problems the next time.
>

It was a 32-bit platform specific issue that turned up at the last moment,
and we don't have 32-bit builds on TravisCI. We build the wheels for
release from a separate repo (https://github.com/MacPython/scipy-wheels),
which does do 32-bit. And those builds were failing after I tagged the
release.

Copying the TravisCI config (PLAT=i686) from the scipy-wheels repo and
updating one of the existing entries in the build matrix of the scipy repo
to use that would be a helpful contribution.

Cheers,
Ralf




>
>
> Thanks,
>
> Jordi.
>
> On 22 June 2017 at 12:27, Ralf Gommers <ralf.gommers at gmail.com> wrote:
>
>> Hi,
>>
>> Unfortunately I had to move the v0.19.1 tag by one commit, a 32-bit test
>> error had snuck in (we don't have that in our regular TravisCI runs, to be
>> fixed). If you have pulled from the repo in the last 24 hours or so and
>> have a local v0.19.1 tag, do:
>>
>>     git tag -d v0.19.1
>>     git fetch upstream --tags
>>
>> to fix possible issues.
>>
>> Cheers,
>> Ralf
>>
>>
>>
>> _______________________________________________
>> SciPy-Dev mailing list
>> SciPy-Dev at python.org
>> https://mail.python.org/mailman/listinfo/scipy-dev
>>
>>
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20170622/fa32a375/attachment-0001.html>


More information about the SciPy-Dev mailing list