Re: sqlite update causes failure of python-sqlalchemy

2016-02-09 Thread Ludovic Courtès
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. I confirmed that by > regressing to t

sqlite update causes failure of python-sqlalchemy

2016-02-08 Thread Pjotr Prins
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. I confirmed that by regressing to the original sqlite package. Since the pytho