From 2b0ffd1c817393a951eef2f8e0b61229e3b37d08 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 11 Jun 2026 05:52:54 +0800 Subject: [PATCH] Add missing author. --- docs/en/news/posts/2026/buzz/may-2026-status-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/news/posts/2026/buzz/may-2026-status-update.md b/docs/en/news/posts/2026/buzz/may-2026-status-update.md index 1b3b536544..7f6c0099fa 100644 --- a/docs/en/news/posts/2026/buzz/may-2026-status-update.md +++ b/docs/en/news/posts/2026/buzz/may-2026-status-update.md @@ -34,7 +34,7 @@ May was dominated by [PyCon US](https://us.pycon.org/2026/), where the BeeWare t - We [corrected a configuration issue that broke compilation of Python for iOS on macOS 26](https://github.com/python/cpython/pull/150444). - We landed [the `cibuildwheel` improvements needed for building NumPy and related packages on Android](https://github.com/pypa/cibuildwheel/pull/2695), and [added Android support to `auditwheel`](https://github.com/pypa/auditwheel/pull/643). Together, these are the foundation that will let `cibuildwheel` build a much wider range of scientific-Python wheels for Android. -Much of this work is due to the contributions of members of the BeeWare community, many of these users contributed at the PyCon US Sprints. Thanks to Abdo ([@abdnh](https://github.com/abdnh)), Abdur-Rahmaan Janhangeer ([@Abdur-rahmaanJ](https://github.com/Abdur-rahmaanJ)), [@AJTheDataGuy](https://github.com/AJTheDataGuy), [@albertchae](https://github.com/albertchae), Aman Sachan ([@AmSach](https://github.com/AmSach)), Aqil Aziz ([@aqilaziz](https://github.com/aqilaziz)), [@atuseract](https://github.com/atuseract), Audrey Dang ([@audreydng](https://github.com/audreydng)), Campbell ([@ceggy91](https://github.com/ceggy91)), [@changquan](https://github.com/changquan), Andy P Fundinger ([@Ciemaar](https://github.com/Ciemaar)), [@drewRB](https://github.com/drewRB), Chris Patti ([@feoh](https://github.com/feoh)), Grant Wang ([@gwdio](https://github.com/gwdio)), Michael Wilson ([@hyperboloid](https://github.com/hyperboloid)), Ian Dolge ([@iandolge](https://github.com/iandolge)), Joel Peter ([@joelpeter-c](https://github.com/joelpeter-c)), John ([@johnzhou721](https://github.com/johnzhou721)), Jorge ([@jvigueras](https://github.com/jvigueras)), [@lihua-xinghun](https://github.com/lihua-xinghun), Matthew Wygal ([@matthew-wy](https://github.com/matthew-wy)), Miro ([@Mirochill](https://github.com/Mirochill)), [@mrds555](https://github.com/mrds555), Matt Van Horn ([@mvanhorn](https://github.com/mvanhorn)), [@Nando301](https://github.com/Nando301), Oliver Leigh ([@Oliver-Leigh](https://github.com/Oliver-Leigh)), Taiwo Osunrinde ([@osunrinde](https://github.com/osunrinde)), Puneet Dixit ([@puneetdixit200](https://github.com/puneetdixit200)), Robert J Spencer ([@Rjvs](https://github.com/Rjvs)), [@Rowlando13](https://github.com/Rowlando13), Shannon ([@shannonmcin](https://github.com/shannonmcin)), Darryl Wang ([@Tridwoxi](https://github.com/Tridwoxi)), [@tylerboutwell](https://github.com/tylerboutwell), Vinicius Gubiani Ferreira ([@vinigfer](https://github.com/vinigfer)), and David_C ([@YuDavidCao](https://github.com/YuDavidCao)) for their code and documentation contributions this month. +Much of this work is due to the contributions of members of the BeeWare community, many of these users contributed at the PyCon US Sprints. Thanks to Abdo ([@abdnh](https://github.com/abdnh)), Abdur-Rahmaan Janhangeer ([@Abdur-rahmaanJ](https://github.com/Abdur-rahmaanJ)), [@AJTheDataGuy](https://github.com/AJTheDataGuy), [@albertchae](https://github.com/albertchae), Aman Sachan ([@AmSach](https://github.com/AmSach)), Aqil Aziz ([@aqilaziz](https://github.com/aqilaziz)), [@atuseract](https://github.com/atuseract), Audrey Dang ([@audreydng](https://github.com/audreydng)), Campbell ([@ceggy91](https://github.com/ceggy91)), [@changquan](https://github.com/changquan), Andy P Fundinger ([@Ciemaar](https://github.com/Ciemaar)), [@drewRB](https://github.com/drewRB), Chris Patti ([@feoh](https://github.com/feoh)), Grant Wang ([@gwdio](https://github.com/gwdio)), Michael Wilson ([@hyperboloid](https://github.com/hyperboloid)), Ian Dolge ([@iandolge](https://github.com/iandolge)), Joel Peter ([@joelpeter-c](https://github.com/joelpeter-c)), John ([@johnzhou721](https://github.com/johnzhou721)), Jorge ([@jvigueras](https://github.com/jvigueras)), [@lihua-xinghun](https://github.com/lihua-xinghun), Matthew Wygal ([@matthew-wy](https://github.com/matthew-wy)), Miro ([@Mirochill](https://github.com/Mirochill)), Jeong Kim [@mrds555](https://github.com/mrds555), Matt Van Horn ([@mvanhorn](https://github.com/mvanhorn)), [@Nando301](https://github.com/Nando301), Oliver Leigh ([@Oliver-Leigh](https://github.com/Oliver-Leigh)), Taiwo Osunrinde ([@osunrinde](https://github.com/osunrinde)), Puneet Dixit ([@puneetdixit200](https://github.com/puneetdixit200)), Robert J Spencer ([@Rjvs](https://github.com/Rjvs)), [@Rowlando13](https://github.com/Rowlando13), Shannon ([@shannonmcin](https://github.com/shannonmcin)), Darryl Wang ([@Tridwoxi](https://github.com/Tridwoxi)), [@tylerboutwell](https://github.com/tylerboutwell), Vinicius Gubiani Ferreira ([@vinigfer](https://github.com/vinigfer)), and David_C ([@YuDavidCao](https://github.com/YuDavidCao)) for their code and documentation contributions this month. ## What's next?