generated from ossf/project-template
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also renames the 2024-09 update to have the correct filename. Signed-off-by: William Woodruff <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
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
File renamed without changes.
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,23 @@ | ||
# PyPI Package Lifecycle Engineering: October 2024 | ||
|
||
## Completed | ||
|
||
* Wrote and merged an initial PEP for limiting deletions on PyPI, which | ||
has been assigned [PEP 763]. | ||
* Opened a full [PEP discussion] for PEP 763. | ||
|
||
## In progress | ||
|
||
* Continued review on [PEP 694] for upload API modernization. | ||
* Continued development on deletion eligibility, mirroring the language | ||
proposed in [PEP 763]. | ||
* Draft PR: https://github.com/pypi/warehouse/pull/16813 | ||
* Continued development on project status markers, beginning with an | ||
"archived" marker. | ||
* In-flight PR: https://github.com/pypi/warehouse/pull/17005 | ||
|
||
[PEP 763]: https://peps.python.org/pep-0763/ | ||
|
||
[PEP discussion]: https://discuss.python.org/t/pep-763-limiting-deletions-on-pypi/69487 | ||
|
||
[PEP 694]: https://peps.python.org/pep-0694/ |