Page MenuHomeSolus

Update python-sqlalchemy to 1.2.14
ClosedPublic

Authored by maverick1 on Oct 23 2018, 7:32 AM.
Tags
None
Referenced Files
F11070226: D4116.diff
Fri, Aug 11, 11:59 PM
F10974468: D4116.diff
Sat, Jul 22, 12:40 AM
F10971681: D4116.id11354.diff
Fri, Jul 21, 8:15 AM
F10938254: D4116.diff
Thu, Jul 13, 12:39 PM
F10934981: D4116.id10429.diff
Jul 12 2023, 5:15 PM
F10933467: D4116.id10643.diff
Jul 12 2023, 7:10 AM
F10932654: D4116.id10429.diff
Jul 12 2023, 3:18 AM
F10918569: D4116.id10143.diff
Jul 8 2023, 10:34 PM

Details

Summary

Updated sqlalchemy to latest version. Changelog available here.

Test Plan

Created engine and queried form the postgresql database.

Diff Detail

Repository
R2699 python-sqlalchemy
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

Has this been tested at all against its revdeps, like gourmet and python-alembic?

This revision now requires changes to proceed.Oct 25 2018, 2:42 AM

No I haven't. But sqlalchemy is working fine in all the aspects.

I did test on alembic everything worked fine.
But during initiating it needed python-editor as dependency. I installed it from pip and from then it works fine.

maverick1 retitled this revision from Update python-sqlalchemy to 1.2.12 to Update python-sqlalchemy to 1.2.13.Nov 2 2018, 8:00 AM
maverick1 retitled this revision from Update python-sqlalchemy to 1.2.13 to Update python-sqlalchemy to 1.2.14.Nov 12 2018, 12:49 PM

But during initiating it needed python-editor as dependency. I installed it from pip and from then it works fine.

Then that needs to be fixed by being packaged.

This revision now requires changes to proceed.Nov 18 2018, 2:10 PM

But during initiating it needed python-editor as dependency. I installed it from pip and from then it works fine.

Then that needs to be fixed by being packaged.

It has been fixed in https://dev.getsol.us/R4570:8a339e76cd76a9d9d3a066e965e9a6031889f0d4

then you can use it inside your package.yml, since is now official inside our repo. Users should not have to install stuff over pip to get a software running, which they can install from the solus repo

that's not its dependency. That's python alembic's the package.yml is fine.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 11 2018, 4:22 AM
This revision was automatically updated to reflect the committed changes.