Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Source for packages that the cpython build process depends on

NotificationsYou must be signed in to change notification settings

python/cpython-source-deps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to update the SQLite source code in this branch:

  1. Downloadthe SQLite amalgamationfromthe SQLite download pagefor the SQLite version you are upgrading to.

  2. Validate the hash of the downloaded file with the hash on the download page.

  3. Check out thesqlite branch of this repo:

    $git switch sqlite$git pull
  4. 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"
  5. 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
  6. Push changes (including tags) upstream.

About

Source for packages that the cpython build process depends on

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp