Skip to content

Commit 452d6e0

Browse files
committed
Add Ubuntu, move people, fix GH team role, ...
1 parent a338919 commit 452d6e0

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
"gh-label": (f"{_repo}/labels/%s", "%s"),
277277
"github": ("https://github.com/%s", "%s"),
278278
"github-user": ("https://github.com/%s", "@%s"),
279-
"gh-python-team": ("https://github.com/orgs/python/teams/%s", "@%s"),
279+
"gh-python-team": ("https://github.com/orgs/python/teams/%s", "@python/%s"),
280280
"pypi": ("https://pypi.org/project/%s/", "%s"),
281281
"pypi-org": ("https://pypi.org/org/%s/", "%s"),
282282
}

developer-workflow/porting.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,30 +71,34 @@ and relevant for porting work and fixing platform-specific issues
7171
`Maintenance guide <https://hackmd.io/9f64YNIZTCy0ZzKb5wKtqQ?view>`__
7272
* - \- Debian
7373
- :github-user:`stefanor`, :github-user:`doko42`
74-
- `Config & patches <https://salsa.debian.org/cpython-team/python3/-/tree/master/debian/patches>`_,
74+
- `Config & patches <https://salsa.debian.org/cpython-team/python3/-/tree/master/debian>`_,
7575
`Bugs <https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=python3.15>`__,
7676
`Wiki <https://wiki.debian.org/Python>`__
77+
* - \- Ubuntu
78+
- :github-user:`stefanor`, :github-user:`doko42`
79+
- `Config & patches <https://git.launchpad.net/ubuntu/+source/python3.15/tree/debian>`_ (by version),
80+
`Bugs <https://launchpad.net/ubuntu/+source/python3-defaults/+bugs>`__
7781
* - \- Alpine
7882
-
7983
- `Config & patches <https://github.com/alpinelinux/aports/tree/master/main/python3>`_
8084
* - **macOS** [t1]_
8185
- :gh-python-team:`macos-team`, :github-user:`freakboy3742`
82-
`Usage <https://docs.python.org/3/using/mac.html>`__,
86+
- `Usage <https://docs.python.org/3/using/mac.html>`__,
8387
:cpy-file:`Platforms/Apple`
8488
* - **Solaris**/OpenIndiana
8589
- :github-user:`jcea`, :github-user:`kulikjak`
8690
-
8791
* - **WebAssembly**
8892
-
8993
- `Limitations <https://docs.python.org/3/library/intro.html#webassembly-platforms>`__
90-
* - WASI [t2]_
94+
* - \- WASI [t2]_
9195
-
9296
- :cpy-file:`WASI <Platforms/WASI>`
9397
* - \- Emscripten [t3]_
94-
- :github-user:`pmp-p`, :github-user:`rdb`, :github-user:`rth`
98+
- :github-user:`pmp-p`, :github-user:`rdb`, :github-user:`hoodmane`
9599
- :cpy-file:`emscripten <Platforms/emscripten>`
96100
* - \- Pyodide
97-
- :github-user:`hoodmane`, :github-user:`ryanking13`, :github-user:`agriyakhetarpal`
101+
- :github-user:`ryanking13`, :github-user:`agriyakhetarpal`
98102
-
99103
* - **Windows** [t1]_
100104
- :gh-python-team:`windows-team`, :github-user:`pfmoore`
@@ -104,7 +108,7 @@ and relevant for porting work and fixing platform-specific issues
104108
* - **Cross-Platform**
105109
-
106110
-
107-
* - conda-forge
111+
* - \- conda-forge
108112
-
109113
- `Recipe <https://github.com/conda-forge/python-feedstock/tree/main/recipe>`_
110114

0 commit comments

Comments
 (0)