From 5dcd53c4cc1545d4be42cbc34fc96fce4c50713e Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 18 Sep 2026 17:50:23 -0400 Subject: [PATCH 1/3] PPC: add the packaging-council repository This is the repository for the PPC being prepared. --- developer-workflow/development-cycle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-workflow/development-cycle.rst b/developer-workflow/development-cycle.rst index 17bd8c211..50153d804 100644 --- a/developer-workflow/development-cycle.rst +++ b/developer-workflow/development-cycle.rst @@ -230,7 +230,7 @@ This includes, for example: * Organization-related repositories: the `Code of Conduct `__, `.github `__. * Documentation and websites for all the above: `python.org repository `__, `PEPs `__, `Devguide `__, docs translations. * Infrastructure for all the above: `docsbuild-scripts `__, `buildmaster-config `__. -* Discussions and notes around official development-related processes and events: `steering-council `__, `core-sprint `__. +* Discussions and notes around official development-related processes and events: `steering-council `__, `packaging-council `__, `core-sprint `__. Before adding a new repository to the organization, open a discussion to seek consensus in the `Committers Discourse category `__. From 9b3f1868834fa32b50a75d61781d7b365e6281c5 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 19 Sep 2026 09:19:23 -0400 Subject: [PATCH 2/3] refactor: move mention to governance table Signed-off-by: Henry Schreiner --- developer-workflow/development-cycle.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/developer-workflow/development-cycle.rst b/developer-workflow/development-cycle.rst index 50153d804..1c8ff92a7 100644 --- a/developer-workflow/development-cycle.rst +++ b/developer-workflow/development-cycle.rst @@ -230,7 +230,7 @@ This includes, for example: * Organization-related repositories: the `Code of Conduct `__, `.github `__. * Documentation and websites for all the above: `python.org repository `__, `PEPs `__, `Devguide `__, docs translations. * Infrastructure for all the above: `docsbuild-scripts `__, `buildmaster-config `__. -* Discussions and notes around official development-related processes and events: `steering-council `__, `packaging-council `__, `core-sprint `__. +* Discussions and notes around official development-related processes and events: `steering-council `__, `core-sprint `__. Before adding a new repository to the organization, open a discussion to seek consensus in the `Committers Discourse category `__. @@ -428,6 +428,9 @@ and the repository where you can open an issue to ask for a decision. * - Typing Council - :pep:`729` - :github:`python/typing-council` + * - Packaging Council + - :pep:`772` + - :github:`python/packaging-council` .. seealso:: From 9970cc1f5a2995062cec8e5d73e52ebec8f11a77 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 19 Sep 2026 11:28:00 -0400 Subject: [PATCH 3/3] refactor: alphabetical after first entry --- developer-workflow/development-cycle.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer-workflow/development-cycle.rst b/developer-workflow/development-cycle.rst index 1c8ff92a7..ba42a86cf 100644 --- a/developer-workflow/development-cycle.rst +++ b/developer-workflow/development-cycle.rst @@ -425,12 +425,12 @@ and the repository where you can open an issue to ask for a decision. * - Documentation Editorial Board - :pep:`732` - :github:`python/editorial-board` - * - Typing Council - - :pep:`729` - - :github:`python/typing-council` * - Packaging Council - :pep:`772` - :github:`python/packaging-council` + * - Typing Council + - :pep:`729` + - :github:`python/typing-council` .. seealso::