docs(concepts): mention PEP 625 (#7189)

## Summary

Follow-up to
https://github.com/astral-sh/uv/pull/7168#discussion_r1748914880.
This commit is contained in:
Mathieu Kniewallner 2024-09-08 23:28:35 +02:00 committed by GitHub
parent 4466402214
commit eec5403adf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -298,9 +298,10 @@ as if they do not exist.
## Source distribution
Most packages publish their source distributions as gzip tarball (`.tar.gz`) or zip (`.zip`)
archives. While less common, other formats are also supported when reading and extracting source
distributions:
[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, which need to be supported for backward compatibility, were also allowed. uv supports
reading and extracting archives in the following formats:
- bzip2 tarball (`.tar.bz2`)
- gzip tarball (`.tar.gz`)