Uh oh!
There was an error while loading. Please reload this page.
Conversation
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
ghost
commented
Oct 3, 2023
Seems to be having an issue with the checksum variable. I copied that hash code directly from the site : https://sqlite.org/download.html. It is the correct hash assigned to the .tar.gz file for the source code download for version 3.43.1. |
felixxm
left a comment
There was a problem hiding this comment.
@jtranquilli Thanks 👍 Please split it into two PRs, one for Windows and one for macOS installer.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
zware
commented
Oct 3, 2023
Doing both in one PR is fine. There are several failing checks right now, though:
|
felixxm
commented
Oct 3, 2023
I've been asked to do it separately in the past 🤷 |
zware
commented
Oct 3, 2023
Splitting is also fine :). It's largely a matter of personal taste; I'll be happy to merge a unified PR when it's clean and ready, but another core dev may well prefer a split. |
zooba
commented
Oct 3, 2023
We typically have two separate NEWS entries for these changes, as they affect the release more than build. You can add two entries in the same PR (just change the random characters near the end of the filename), but people are probably going to be more comfortable with one NEWS entry per PR, just because they won't have seen multiple ones so often. |
erlend-aasland
commented
Oct 3, 2023
I usually split these PRs, since the response time of the Windows and macOS teams can vary greatly :) |
There was a problem hiding this comment.
Please remove this and add two NEWS items; one for macOS, and one for Windows. Also note that it is macOS, not MacOS.
ghost
commented
Oct 3, 2023
I just updated my .gitconfig file to use my GitHub email so that I should be able to sign the CLA now, but this PR is still associated with some other default email. Is the best way forward to create a new pull request with the updated associated email or is there some way to salvage this request? |
zware
commented
Oct 3, 2023
Depends on the level of Git wizardry that you're comfortable with :). You can recreate the commits and force-push, or you can take the opportunity to split it up and push fresh commits to two new branches and thus new PRs. |
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Updated macOS and Windows installers to SQLite 3.43.1
The issue is gh-109286