generated from ossf/project-template
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #467 from trail-of-forks/ww/pypi-2025-01
pypi: add January 2025 update (#2025)
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# PyPI Package Lifecycle Engineering: January 2025 | ||
|
||
## Completed | ||
|
||
* Completed initial implementation of project archival: | ||
|
||
- https://github.com/pypi/warehouse/pull/17005 | ||
- https://github.com/pypi/warehouse/pull/17438 | ||
- https://github.com/pypi/warehouse/pull/17453 | ||
- https://github.com/pypi/warehouse/pull/17532 | ||
|
||
Published blog posts: | ||
|
||
- https://blog.pypi.org/posts/2025-01-30-archival/ | ||
- https://blog.trailofbits.com/2025/01/30/pypi-now-supports-archiving-projects/ | ||
|
||
* Added improved verification interfaces and SLSA attestation verification to `pypi-attestations`: | ||
|
||
- https://github.com/trailofbits/pypi-attestations/pull/82 | ||
- https://github.com/trailofbits/pypi-attestations/pull/86 | ||
|
||
* Improved `Accept` header handling in PyPI's attestation endpoint: | ||
|
||
- https://github.com/pypi/warehouse/pull/17498 | ||
|
||
* Improved documentation for verifying PyPI-hosted attestations: | ||
|
||
- https://github.com/pypi/warehouse/pull/17391 | ||
|
||
* Completed warning/constraint system for Trusted Publishers that lack environments: | ||
|
||
- https://github.com/pypi/warehouse/pull/17281 | ||
|
||
## In progress | ||
|
||
* Continued development on draft upload support: | ||
|
||
- <https://github.com/pypi/warehouse/pull/17257> | ||
- <https://github.com/trail-of-forks/warehouse/pull/3116> | ||
- <https://github.com/trail-of-forks/warehouse/pull/3051> | ||
- <https://github.com/pypi/warehouse/pull/17331> | ||
|
||
* Continued documentation improvements to PyPI's API docs: | ||
|
||
- https://github.com/pypi/warehouse/pull/17514 | ||
|
||
* Began implementing PEP 753 in PyPI: | ||
|
||
- https://github.com/pypi/warehouse/pull/17470 | ||
|