Re: [PATCH] Add and use sqlite-legacy-for-python

2016-02-21 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Christopher Allan Webber writes: > >> Building with a newer version still fails. >> >> I filed a bug on the sqlalchemy tracker: >> >> >> https://bitbucket.org/zzzeek/sqlalchemy/issues/3649/tests-fail-with-python-built-with-newer > > Good news, see the above

Re: [PATCH] Add and use sqlite-legacy-for-python

2016-02-15 Thread Pjotr Prins
On Mon, Feb 15, 2016 at 12:13:36PM -0800, Christopher Allan Webber wrote: > Christopher Allan Webber writes: > > > Building with a newer version still fails. > > > > I filed a bug on the sqlalchemy tracker: > > > > > > https://bitbucket.org/zzzeek/sqlalchemy/issues/3649/tests-fail-with-python-b

Re: [PATCH] Add and use sqlite-legacy-for-python

2016-02-15 Thread Christopher Allan Webber
Christopher Allan Webber writes: > Building with a newer version still fails. > > I filed a bug on the sqlalchemy tracker: > > > https://bitbucket.org/zzzeek/sqlalchemy/issues/3649/tests-fail-with-python-built-with-newer Good news, see the above ticket! There's a fix upstream. I'm working ba

Re: [PATCH] Add and use sqlite-legacy-for-python

2016-02-15 Thread Christopher Allan Webber
Christopher Allan Webber writes: > Mark Weaver suggested that I try with the latest sqlite release (3.10.2) > and see if upgrading would fix the problem. It did not. > > python-alembic is the only Python package I have left to do for handling > all of MediaGoblin's Python dependencies. I would r

Re: [PATCH] Add and use sqlite-legacy-for-python

2016-02-14 Thread Christopher Allan Webber
Christopher Allan Webber writes: > Thompson, David writes: > >> On Fri, Feb 12, 2016 at 7:13 PM, Christopher Allan Webber >> wrote: >>> Ludovic Courtès writes: >>> Pjotr Prins skribis: > Patch b24765139c8940541b23f84592d3580d53f71d71 > > (define-public sqlite >(pac

Re: [PATCH] Add and use sqlite-legacy-for-python

2016-02-13 Thread Andreas Enge
Hello, On Fri, Feb 12, 2016 at 04:13:52PM -0800, Christopher Allan Webber wrote: > +(define-public sqlite-legacy-for-python > +(version "3.8.11.1") in line with other cases where we package several versions, I would simply call this sqlite-3.8. Maybe it could be a simple "define" instead of

Re: [PATCH] Add and use sqlite-legacy-for-python

2016-02-12 Thread Christopher Allan Webber
Thompson, David writes: > On Fri, Feb 12, 2016 at 7:13 PM, Christopher Allan Webber > wrote: >> Ludovic Courtès writes: >> >>> Pjotr Prins skribis: >>> Patch b24765139c8940541b23f84592d3580d53f71d71 (define-public sqlite (package (name "sqlite") - (version

Re: [PATCH] Add and use sqlite-legacy-for-python

2016-02-12 Thread Thompson, David
On Fri, Feb 12, 2016 at 7:13 PM, Christopher Allan Webber wrote: > Ludovic Courtès writes: > >> Pjotr Prins skribis: >> >>> Patch b24765139c8940541b23f84592d3580d53f71d71 >>> >>> (define-public sqlite >>>(package >>> (name "sqlite") >>> - (version "3.8.11.1") >>> + (version "3.10.0")

[PATCH] Add and use sqlite-legacy-for-python

2016-02-12 Thread Christopher Allan Webber
Ludovic Courtès writes: > Pjotr Prins skribis: > >> Patch b24765139c8940541b23f84592d3580d53f71d71 >> >> (define-public sqlite >>(package >> (name "sqlite") >> - (version "3.8.11.1") >> + (version "3.10.0") >> (source (origin >> >> is the cause of python(2|3)-sqlalchemy breaking.