Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).

2016-02-10 Thread Efraim Flashner
On Mon, 8 Feb 2016 22:09:25 +0100 Pjotr Prins wrote: > Yes, that is what I have already done. I can't afford to wait ;) > > I am just wondering how many packages are broken (visibly or not). > > Sqlite changed something fundamental. > > Pj. > I locally updated sqlite to 3.10.2 and that didn'

Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).

2016-02-08 Thread Christopher Allan Webber
Leo Famulari writes: > On Mon, Feb 08, 2016 at 09:26:42AM -0800, Christopher Allan Webber wrote: >> Pjotr Prins writes: >> >> > * gnu/packages/python.scm (python-sqlalchemy): >> > Update to 1.0.11 > > [...] > >> LGTM, push it! >> >> . o O (iirc, version bump pushes are often ok to just push to g

Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).

2016-02-08 Thread Pjotr Prins
Yes, that is what I have already done. I can't afford to wait ;) I am just wondering how many packages are broken (visibly or not). Sqlite changed something fundamental. Pj. On Mon, Feb 08, 2016 at 09:57:10PM +0100, Andreas Enge wrote: > On Mon, Feb 08, 2016 at 09:49:51PM +0100, Pjotr Prins wro

Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).

2016-02-08 Thread Andreas Enge
On Mon, Feb 08, 2016 at 09:49:51PM +0100, Pjotr Prins wrote: > They will fix it when they upgrade sqlite. python-sqlalchemy is under > active development. Question is what we do for the time being with > sqlite. I would say the culprit is python-sqlalchemy and not sqlite. So if you cannot wait fo

Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).

2016-02-08 Thread Pjotr Prins
On Mon, Feb 08, 2016 at 09:07:46PM +0100, Andreas Enge wrote: > Sorry, I did not realise that this is related to the sqlite thing. Yes, it is not about this version of python-sqlalchemy. > Maybe file a bug report upstream? They will fix it when they upgrade sqlite. python-sqlalchemy is under act

Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).

2016-02-08 Thread Andreas Enge
Sorry, I did not realise that this is related to the sqlite thing. Maybe file a bug report upstream? Andreas

Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).

2016-02-08 Thread Andreas Enge
Hello, I applied the patch and got a test failure: sqlalchemy.exc.NoSuchColumnError: "Could not locate column in row for column 'users.user_id'" === short test summary info FAIL test/sql/test_resultset.py::ResultProxyTest_sqlite_pysqlite::():

Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).

2016-02-08 Thread Leo Famulari
On Mon, Feb 08, 2016 at 09:26:42AM -0800, Christopher Allan Webber wrote: > Pjotr Prins writes: > > > * gnu/packages/python.scm (python-sqlalchemy): > > Update to 1.0.11 [...] > LGTM, push it! > > . o O (iirc, version bump pushes are often ok to just push to guix) > (master if you have co

Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).

2016-02-08 Thread Christopher Allan Webber
Pjotr Prins writes: > * gnu/packages/python.scm (python-sqlalchemy): > Update to 1.0.11 > --- > gnu/packages/python.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 5b988c1..47c7975 100644 > --- a/gnu/packag

[PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).

2016-02-08 Thread Pjotr Prins
* gnu/packages/python.scm (python-sqlalchemy): Update to 1.0.11 --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5b988c1..47c7975 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pytho