Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hooks: Add "sqlalchemy.ext.baked" to sqlalchemy hook. #5128

Merged

Conversation

rizsyed1
Copy link

@rizsyed1 rizsyed1 commented Aug 30, 2020

Closes #5106, added "sqlalchemy.ext.baked" to the hidden imports
list of sqlalchemy hook file hook-sqlalchemy.py. This is because it was
missing.

Copy link
Member

@bwoodsend bwoodsend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also needs a news entry. The README in the hooks repo actually explains it much better. But you should add your entry to this repo's news folder and include it in this PR.

@rizsyed1 rizsyed1 force-pushed the add-sqlalchemy-hidden-import-final branch from 4736cb4 to 0afb7d1 Compare August 30, 2020 22:43
Copy link
Member

@bwoodsend bwoodsend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay

@bwoodsend
Copy link
Member

@Legorooj Mind giving this a check too?

@bwoodsend
Copy link
Member

Actually hold on. CI is failing.

@Legorooj
Copy link
Member

@bwoodsend @rs357 yep - fix CI and then this is good to go.

news/5128.update.rst Outdated Show resolved Hide resolved
@bwoodsend
Copy link
Member

Also Travis is acting up but it looks irrelevant?

@Legorooj
Copy link
Member

Errm it looks irrelevant hence it probably not being. I'll take a look tomorrow.

For issue pyinstaller#5106, added "sqlalchemy.ext.baked" to the hidden imports
list of sqlalchemy hook file hook-sqlalchemy.py. This is because it was
missing.
@rizsyed1 rizsyed1 force-pushed the add-sqlalchemy-hidden-import-final branch from 0afb7d1 to b7d00ae Compare August 31, 2020 10:33
Copy link
Member

@bwoodsend bwoodsend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good. Ready to merge I believe...

@htgoebel
Copy link
Member

htgoebel commented Sep 1, 2020

Also see #4920

Maybe also we want to ask sqlalchamy maintainers to provide the hook with there package?

PyInstaller/hooks/hook-sqlalchemy.py Outdated Show resolved Hide resolved
news/5128.hooks.rst Outdated Show resolved Hide resolved
RS and others added 2 commits September 13, 2020 23:11
Suggestion committed

Co-authored-by: Legorooj <50370070+Legorooj@users.noreply.github.com>
News update commit

Co-authored-by: Brénainn Woodsend <30940778+bwoodsend@users.noreply.github.com>
@rizsyed1
Copy link
Author

Hi @Legorooj and @bwoodsend - I used the 'commit suggestion' option in the GitHub UI to commit your changes, and mentioned that I had done so in the commit messages. To my understanding, commit messages are squashed and edited at the maintainer end anyway.

Is this alright? If not then I can make the changes in my local repo, squash the commits to a nice message and push.

@bwoodsend
Copy link
Member

Yeah, we'll squash them so don't worry about commit history.

news/5128.hooks.rst Outdated Show resolved Hide resolved
Suggestion Committed

Co-authored-by: Legorooj <50370070+Legorooj@users.noreply.github.com>
Copy link
Member

@bwoodsend bwoodsend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @rs357

@Legorooj Legorooj merged commit d60d901 into pyinstaller:develop Sep 19, 2020
@rizsyed1 rizsyed1 deleted the add-sqlalchemy-hidden-import-final branch February 27, 2021 13:14
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hook file for sqlalchemy misses hidden import "sqlalchemy.ext.baked"
4 participants