-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
bpo-28791: Update Windows installer to use SQLite 3.21.0. #4246
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change here is fine, but we need the sources uploaded to https://github.com/python/cpython-source-deps and a successful AppVeyor build before merging.
@@ -0,0 +1 @@ | |||
Update Windows installer to use SQLite 3.21.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make this "Windows builds" - the installer doesn't have anything to do with SQLite.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
@@ -50,7 +50,7 @@ echo.Fetching external libraries... | |||
set libraries= | |||
set libraries=%libraries% bzip2-1.0.6 | |||
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.0f | |||
set libraries=%libraries% sqlite-3.14.2.0 | |||
set libraries=%libraries% sqlite-3.21.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zware Have you pushed sources up here yet? I haven't.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not. @Mariatta, if you'd like to do so, the undocumented process is:
- clone cpython-source-deps
- check out the
sqlite
branch - download the sqlite source from sqlite.org
- unzip it into the cpython-source-deps checkout
- commit, push (as a PR if you'd like confirmation from @zooba or me; base the PR on the
sqlite
branch) - tag the commit as
sqlite-<full version specified in
PCbuild/get_externals.bat`
After that, convince AppVeyor to run it again and all should be good. This can all be done from non-Windows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Devguide would be the right place, but where in the devguide I have no idea :)
bpo: https://bugs.python.org/issue28791 Related CPython PR: python/cpython#4246
497a7d9
to
7795a27
Compare
Hmm now appveyor didn't run.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AppVeyor is happy; I'm happy :)
It is unfortunate that AppVeyor only checks the latest commit for what has changed; I had to manually start the build.
Thanks @Mariatta for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Sorry, @Mariatta, I could not cleanly backport this to |
GH-4717 is a backport of this pull request to the 3.6 branch. |
https://bugs.python.org/issue28791