Skip to content

Commit

Permalink
PyPI: add 2024-10 update
Browse files Browse the repository at this point in the history
Also renames the 2024-09 update to have the correct filename.

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Nov 4, 2024
1 parent 042d747 commit 17446dc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alpha/engagements/2024/PyPI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ This engagement started in September 2024.

## Monthly updates

* [Semptember 2024](./update-2023-09.md)
* [Semptember 2024](./update-2024-09.md)
* [October 2024](./update-2024-10.md)

## Primary Contacts

Expand Down
23 changes: 23 additions & 0 deletions alpha/engagements/2024/PyPI/update-2024-10.md
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/

0 comments on commit 17446dc

Please sign in to comment.