docs(concepts): mention PEP 625#7189
Merged
charliermarsh merged 2 commits intoastral-sh:mainfrom Sep 8, 2024
Merged
Conversation
zanieb
reviewed
Sep 8, 2024
docs/concepts/resolution.md
Outdated
Comment on lines
301
to
303
| [PEP 625](https://peps.python.org/pep-0625/) specifies that packages must distribute source | ||
| distributions as gzip tarball (`.tar.gz`) archives. As before this PEP, other formats were also | ||
| allowed, uv supports reading and extracting archives that use the following formats: |
Member
There was a problem hiding this comment.
Suggested change
| [PEP 625](https://peps.python.org/pep-0625/) specifies that packages must distribute source | |
| distributions as gzip tarball (`.tar.gz`) archives. As before this PEP, other formats were also | |
| allowed, uv supports reading and extracting archives that use the following formats: | |
| [PEP 625](https://peps.python.org/pep-0625/) specifies that packages must distribute source | |
| distributions as gzip tarball (`.tar.gz`) archives. Prior to this specification, other archive formats | |
| were allowed so uv also supports reading and extracting archives in the following formats: |
Contributor
Author
There was a problem hiding this comment.
Woops sorry, I force-pushed before your review, since it was still in draft (damn you're fast! 😄). Will incorporate your suggestions though, thanks!
6c45f4b to
548ada6
Compare
Co-authored-by: Zanie Blue <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #7168 (comment).