Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork48
python/cpython-source-deps
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
How to update the SQLite source code in this branch:
Downloadthe SQLite amalgamationfromthe SQLite download pagefor the SQLite version you are upgrading to.
Validate the hash of the downloaded file with the hash on the download page.
Check out the
sqlitebranch of this repo:$git switch sqlite$git pull
Unpack the amalgamation source code and commit the changes.
#Example with SQLite 3.41.2$git commit -a -m"Add SQLite 3.41.2 sources"
Tag the new commit.
#The fourth number is unused, but keptfor compatibility with the build scripts$git tag -sam"SQLite 3.41.2" sqlite-3.41.2.0
Push changes (including tags) upstream.
About
Source for packages that the cpython build process depends on
Resources
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.