cpython-source-deps
Source for packages that the CPython build process depends on.
It is currently expected that this will only be useful on Windows, and in any case you should never need to clone this repository unless you are updating its contents.
Updating Source Dependencies
The procedure for updating the different source dependencies are similar. Below is an example for updating SQLite:
Fork and clone this repository.
Checkout a new branch off the
sqlitebranch. Assuming this repo is set as yourupstream:git checkout -b <branch-name>-sqlite upstream/sqlite
Download SQLite source from sqlite.org.
Unzip it to the branch checked out in step 2.
Commit and push the changes.
Create the PR, with
sqliteas the base branch.
Once the PR has been merged, tag the commit as sqlite-<full version to be used in CPython's PCbuild/get_externals.bat>.
For updating sqlite, bzip2, xz, and zlib, follow the above
instructions.
For tcl and tk, after step 5, cpython-bin-deps
needs to be updated. Note though that tcl85 and tk85 are specific
to 2.7 and don't require anything extra.
For openssl, step 5 will be more complicated :)
Download links
sqlite: https://www.sqlite.org/download.htmlbzip2: http://www.bzip.org/downloads.htmlxz: https://tukaani.org/xz/zlib: https://zlib.net/tcl/tk: https://tcl.tk/software/tcltk/download.htmlopenssl: https://www.openssl.org/source/
Tagging the commit
Using the sqlite branch as an example:
git checkout -b sqlite-tag upstream/sqlite git tag sqlite-3.21.0.0 # replace 3.21.0.0 with the correct version. git push --tags upstream

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
