Skip to content

Commit 5633a8a

Browse files
freakboy3742kattnimhsmith
authored
Correct minor typos and additional links.
Co-authored-by: Kattni <[email protected]> Co-authored-by: Malcolm Smith <[email protected]>
1 parent 583e2c0 commit 5633a8a

File tree

1 file changed

+7
-7
lines changed
  • content/news/buzz/october-2025-status-update

1 file changed

+7
-7
lines changed

content/news/buzz/october-2025-status-update/contents.lr

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ October saw the release of Python 3.14, which brought about a lot of release-rel
88

99
## What we've done
1010

11-
- We completed our transition to using Markdown for all our documentation, including [the tutorial](https://github.com/beeware/beeware-tutorial), [Toga](https://github.com/beeware/toga/pull/3719), [Briefcase](https://github.com/beeware/briefcase/pull/2502), and [Rubicon Objective-C](https://github.com/beeware/rubicon-objc/pull/658)
12-
- In recognition of her work on the Markdown conversion, we [welcomed Kattni as a new member of the core team!](https://github.com/beeware/beeware.github.io/pull/709)
13-
- Our Curtin students wrapped their year-long capstone project. This resulted in three major pieces of work: [a major update to how Briefcase handles the PyScript and HTML/CSS dependencies](https://github.com/beeware/briefcase/pull/2442); the [introduction of a virtual environment management layer to Briefcase](https://github.com/beeware/briefcase/pull/2495); and a [prototype of an approach for automated testing of Toga's web backend](https://github.com/beeware/toga/pull/3728)
11+
- We completed our transition to using Markdown for all our documentation, including [the tutorial](https://github.com/beeware/beeware-tutorial), [Toga](https://github.com/beeware/toga/pull/3719), [Briefcase](https://github.com/beeware/briefcase/pull/2502), and [Rubicon Objective-C](https://github.com/beeware/rubicon-objc/pull/658).
12+
- In recognition of her work on the Markdown conversion, we [welcomed Kattni as a new member of the core team](https://github.com/beeware/beeware.github.io/pull/709)!
13+
- Our Curtin students wrapped their year-long capstone project. This resulted in three major pieces of work: [a major update to how Briefcase handles the PyScript and HTML/CSS dependencies](https://github.com/beeware/briefcase/pull/2442); the [introduction of a virtual environment management layer to Briefcase](https://github.com/beeware/briefcase/pull/2495); and a [prototype of an approach for automated testing of Toga's web backend](https://github.com/beeware/toga/pull/3728).
1414
- Python's CI system [now includes a test run on iOS](https://github.com/python/cpython/pull/140190). This then revealed some odd behavior on GitHub Actions that [required some investigation and a workaround](https://github.com/python/cpython/pull/140740).
15-
- We modified [CPython's Android test runner to accept all of Python's command line options](https://github.com/python/cpython/pull/138805).
16-
- We corrected the [handling of `ctypes` loading the Python library on Android and Cygwin when ABI flags are present](https://github.com/python/cpython/pull/140178)
15+
- We modified [CPython's Android test runner to accept all of Python's command line options](https://github.com/python/cpython/pull/138805), and made [corresponding changes in cibuildwheel](https://github.com/pypa/cibuildwheel/pull/2590).
16+
- We corrected the [handling of `ctypes` loading the Python library on Android and Cygwin when ABI flags are present](https://github.com/python/cpython/pull/140178).
1717
- We contributed a new option to `cibuildwheel` that [allows configuration of the iOS and Android test runner](https://github.com/pypa/cibuildwheel/pull/2636).
18-
- We modified Briefcase's MSI installer handling to add support for [post-install and pre-uninstall scripts](https://github.com/beeware/briefcase/pull/2496), and to [make the creation of a start menu item optional](https://github.com/beeware/briefcase/pull/2534)
18+
- We modified Briefcase's MSI installer handling to add support for [post-install and pre-uninstall scripts](https://github.com/beeware/briefcase/pull/2496), and to [make the creation of a start menu item optional](https://github.com/beeware/briefcase/pull/2534).
1919
- We modified how [Briefcase's `dev` command interacts with environment variables](https://github.com/beeware/briefcase/pull/2514).
2020
- We made a number of linting improvements to Briefcase, [enabling](https://github.com/beeware/briefcase/pull/2515) [more](https://github.com/beeware/briefcase/pull/2516) [Ruff](https://github.com/beeware/briefcase/pull/2520) [rules](https://github.com/beeware/briefcase/pull/2523).
2121
- We corrected an issue with [desktop icon association in GNOME apps](https://github.com/beeware/briefcase-linux-system-template/pull/41).
@@ -24,7 +24,7 @@ October saw the release of Python 3.14, which brought about a lot of release-rel
2424
- We made a [small change to the Winforms event loop that should improve performance of network-intensive code](https://github.com/beeware/toga/pull/3823).
2525
- We landed [some Toga-related upgrades to Podium, BeeWare's slide presentation app](https://github.com/beeware/podium/pull/65).
2626
- We [completed our transition to the use of PEP 735 dependency groups](https://github.com/beeware/.github/pull/251) across all BeeWare repositories. This means our published wheels will no longer include the list of development requirements; it also means we can [retire some utility workflows](https://github.com/beeware/.github/pull/258) that were previously required.
27-
- We added [automated draft translation workflows for new tutorial content.](https://github.com/beeware/beeware-tutorial/pull/13)
27+
- We added [automated draft translation workflows for new tutorial content.](https://github.com/beeware/beeware-tutorial/pull/13).
2828
- We upgraded all of our CI configurations to [retire the use of the soon-to-be-deprecated macos-13 runner](https://github.com/beeware/.github/pull/247).
2929

3030
## What's next?

0 commit comments

Comments
 (0)