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
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
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
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
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
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
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
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")
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.