Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-29 Thread Michael Banck
Hi, On Wed, Nov 26, 2014 at 11:57:41PM +0100, Michael Banck wrote: On Wed, Nov 26, 2014 at 05:47:57PM -0500, Yaroslav Halchenko wrote: Upload it without delay, and let's hope none off those doesn't veil the actual problem in the code :-) OK, I will sponsor that upload as well tomorrow.

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-29 Thread Michael Banck
On Sat, Nov 29, 2014 at 02:11:48PM +0100, Michael Banck wrote: Hi, On Wed, Nov 26, 2014 at 11:57:41PM +0100, Michael Banck wrote: On Wed, Nov 26, 2014 at 05:47:57PM -0500, Yaroslav Halchenko wrote: Upload it without delay, and let's hope none off those doesn't veil the actual problem

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-26 Thread Tomasz Buchert
Good idea, feel free to change the patch. I won't be able to do it before the evening. Tomasz On 25/11/14 20:51, Yaroslav Halchenko wrote: On Wed, 26 Nov 2014, Tomasz Buchert wrote: + import pandas as _ +-return True ++return hasattr(_, DateRange) imho this is

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-26 Thread Tomasz Buchert
Hi, this patch is even more concise. It builds properly on amd64 and i386 (at least). Cheers, Tomasz diff -Nru statsmodels-0.4.2/debian/changelog statsmodels-0.4.2/debian/changelog --- statsmodels-0.4.2/debian/changelog 2012-06-29 23:26:49.0 +0200 +++ statsmodels-0.4.2/debian/changelog

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-26 Thread Yaroslav Halchenko
Thanks Tomasz, Upload it without delay, and let's hope none off those doesn't veil the actual problem in the code :-) Happy thanksgiving On November 26, 2014 5:18:50 PM EST, Tomasz Buchert tomasz.buch...@inria.fr wrote: Hi, this patch is even more concise. It builds properly on amd64 and i386

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-26 Thread Michael Banck
Hi, On Wed, Nov 26, 2014 at 05:47:57PM -0500, Yaroslav Halchenko wrote: Upload it without delay, and let's hope none off those doesn't veil the actual problem in the code :-) OK, I will sponsor that upload as well tomorrow. Happy thanksgiving To you, too! Michael -- To UNSUBSCRIBE,

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-25 Thread Michael Banck
On Sun, Nov 23, 2014 at 07:13:07PM +0100, Michael Banck wrote: Hi have uploaded the attached debdiff targetted at testing-proposed-updates to DELAYED/3-day. See also the pre-approval/unblock bug for relesae.debian.org, #770730. Unfortunately, it FTBFS on i386 still, there are a couple of test

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-25 Thread Tomasz Buchert
On 25/11/14 10:57, Michael Banck wrote: On Sun, Nov 23, 2014 at 07:13:07PM +0100, Michael Banck wrote: Hi have uploaded the attached debdiff targetted at testing-proposed-updates to DELAYED/3-day. See also the pre-approval/unblock bug for relesae.debian.org, #770730. Unfortunately, it

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-25 Thread Yaroslav Halchenko
On Tue, 25 Nov 2014, Tomasz Buchert wrote: Hi have uploaded the attached debdiff targetted at testing-proposed-updates to DELAYED/3-day. See also the pre-approval/unblock bug for relesae.debian.org, #770730. Unfortunately, it FTBFS on i386 still, there are a couple of test suite

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-25 Thread Tomasz Buchert
On 25/11/14 16:23, Yaroslav Halchenko wrote: On Tue, 25 Nov 2014, Tomasz Buchert wrote: Hi have uploaded the attached debdiff targetted at testing-proposed-updates to DELAYED/3-day. See also the pre-approval/unblock bug for relesae.debian.org, #770730. Unfortunately, it FTBFS on

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-25 Thread Yaroslav Halchenko
On Wed, 26 Nov 2014, Tomasz Buchert wrote: + import pandas as _ +-return True ++return hasattr(_, DateRange) imho this is way too aggressive and would cause skipping all pandas related tests (DateRange dependent or not) + except ImportError: + return

Bug#768695: Bug #768695: statsmodels: FTBFS in jessie: ImportError: cannot import name DateRange

2014-11-23 Thread Michael Banck
tags 768695 +pending Hi have uploaded the attached debdiff targetted at testing-proposed-updates to DELAYED/3-day. See also the pre-approval/unblock bug for relesae.debian.org, #770730. Michael diff -Nru statsmodels-0.4.2/debian/changelog statsmodels-0.4.2/debian/changelog ---