From 34630713d5ae22cb105239914707aa925f7acc29 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 3 Dec 2024 13:13:10 -0500 Subject: [PATCH] PyPI: 2024-11 update Signed-off-by: William Woodruff --- alpha/engagements/2024/PyPI/README.md | 1 + alpha/engagements/2024/PyPI/update-2024-11.md | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 alpha/engagements/2024/PyPI/update-2024-11.md diff --git a/alpha/engagements/2024/PyPI/README.md b/alpha/engagements/2024/PyPI/README.md index b74bab74..ba64f2ee 100644 --- a/alpha/engagements/2024/PyPI/README.md +++ b/alpha/engagements/2024/PyPI/README.md @@ -22,6 +22,7 @@ This engagement started in September 2024. * [Semptember 2024](./update-2024-09.md) * [October 2024](./update-2024-10.md) +* [November 2024](./update-2024-11.md) ## Primary Contacts diff --git a/alpha/engagements/2024/PyPI/update-2024-11.md b/alpha/engagements/2024/PyPI/update-2024-11.md new file mode 100644 index 00000000..f2dd7e72 --- /dev/null +++ b/alpha/engagements/2024/PyPI/update-2024-11.md @@ -0,0 +1,22 @@ +# PyPI Package Lifecycle Engineering: November 2024 + +## Completed + +* Performed a full documentation migration for all of PyPI's public APIs, feeds, + datasets, etc., as scoped in [#16541]. All public user-facing documentation + for PyPI's APIs now lives under . +* Completed initial development of the "archived" marker feature as + [#17005]; now in final review. + +## In progress + +* Continued scoping/decomposing [PEP 694] for upload API modernization; + currently investigating draft support. +* Began development on subsequent "status markers" besides "archived," + continuing with a design phase for a "deprecated" marker. + +[#16541]: https://github.com/pypi/warehouse/issues/16541 + +[#17005]: https://github.com/pypi/warehouse/pull/17005 + +[PEP 694]: https://peps.python.org/pep-0694/