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

Document how to update SQLite source dependencies.#3

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zware merged 4 commits intopython:masterfromMariatta:update-readme
Nov 21, 2017

Conversation

Mariatta
Copy link
Member

Update the README with the instructions.
Use ReST.

@MariattaMariatta requested a review fromzwareNovember 4, 2017 04:35
README.rst Outdated

6. Create the PR, with ``sqlite`` as the base branch.

Once the PR has been merged, tag the commit as ``sqlite-<full version specified in CPython's PCbuild/get_externals.bat>``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

s/specified/to be used/

README.rst Outdated

.. contents::

Updating SQLite Source Dependencies
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I think we can generalize this. Most dependencies (sqlite, bzip2, xz, zlib) follow the same instructions; tcl and tk also follow the same instructions, but have an extra step afterwards that@zooba has to do (updatingcpython-bin-deps); openssl will have a much-expanded step 5. Maybe leave the steps below as is, but note thatsqlite is just used an an example, and the same steps apply to the ones I listed above?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks :) so I tried my best at explaining that the other dependencies can be updated in similar fashion. Hope the latest change makes sense..

<https://github.com/python/cpython-bin-deps/>`_
needs to be updated.

For ``openssl``, step 5 will be more complicated :)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Mariatta reacted with thumbs up emoji
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks, I added a "Download links" section listing the above.

README.rst Outdated
@@ -19,13 +23,32 @@ Updating SQLite Source Dependencies

git checkout -b <branch-name>-sqlite upstream/sqlite

3. Download SQLite source from ``sqlite.org``.
3. Download SQLite source from `sqlite.org <https://www.sqlite.org>`_.

4. Unzip it to the checked out branch on step 2.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

s/checked out branch on/branch checked out in/

README.rst Outdated
@@ -19,13 +23,32 @@ Updating SQLite Source Dependencies

git checkout -b <branch-name>-sqlite upstream/sqlite

3. Download SQLite source from ``sqlite.org``.
3. Download SQLite source from `sqlite.org <https://www.sqlite.org>`_.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We should add checking the hash to this step.

@zwarezware merged commitffe559e intopython:masterNov 21, 2017
@zware
Copy link
Member

Thanks@Mariatta :)

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@zwarezwarezware left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@Mariatta@zware

[8]ページ先頭

©2009-2025 Movatter.jp