Skip to content

Commit

Permalink
Obligatory typo fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Martin <[email protected]>
  • Loading branch information
freakboy3742 and rmartin16 authored Aug 30, 2024
1 parent 0e451ef commit f01b584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/news/buzz/august-2024-status-update/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ What we've done

* We've completed the process of backporting the CPython changes for iOS compatibility to Python 3.9 through 3.12. We've published support packages and stub binaries that incorporate these changes, and made the `changes to Briefcase needed to support these new versions <https://github.com/beeware/briefcase/pull/1934>`__.

* We've begun work on updating Mobile Forge and related binary tooling to support the new official binary tag and framework formate required by the PEP-compliant patch for iOS support. So far, we're able to compile simple binary packages like ``lru-dict``, and non-Python dependencies like ``libjpeg``; we're working on restoring binary support for more complex binary dependencies.
* We've begun work on updating Mobile Forge and related binary tooling to support the new official binary tag and framework format required by the PEP-compliant patch for iOS support. So far, we're able to compile simple binary packages like ``lru-dict``, and non-Python dependencies like ``libjpeg``; we're working on restoring binary support for more complex binary dependencies.

* We've landed the `Android test runner script <https://github.com/python/cpython/pull/121595>`__, fixed a number of issues that have arisen in CPython's Android support since the original patches landed, and `deployed an Android CPython buildbot <https://buildbot.python.org/#/builders/1594>`__. This buildbot has revealed some edge cases (primarily in socket and signal handling) that only appear to manifest under the unusual load conditions generated by a buildbot, so we've temporarily disabled the buildbot while we investigate the cause of these problems.
* We've landed the `Android test runner script <https://github.com/python/cpython/pull/121595>`__, fixed a number of issues that have arisen in CPython's Android support since the original patches landed, and `deployed an Android CPython buildbot <https://buildbot.python.org/#/builders/1594>`__. This buildbot has revealed some edge cases (primarily in socket and signal handling) that only appear to manifest under the unusual load conditions generated by a buildbot; so, we've temporarily disabled the buildbot while we investigate the cause of these problems.

* We completed work on `a new API for document-based apps <https://github.com/beeware/toga/pull/2666>`__.

Expand All @@ -30,7 +30,7 @@ What we've done
What's next?
--------------

In September, we'll be continuing work on binary package support for mobile platforms. Once we've restored support for binary wheels using the new binary tag and framework format, and added support for Python 3.13, we'll start upstreaming the changes we've made so that the wider Python ecosystem can start supporting iOS and Android. We'll also start working on the fixes to tools like ``pip``, ``cibuildwheel`` and ``meson-python`` that need to have explicit iOS support. We expect that this work will be ongoing for several months, but some of the work should be submitted upstream for review by the end of the month.
In September, we'll be continuing work on binary package support for mobile platforms. Once we've restored support for binary wheels using the new binary tag and framework format, and added support for Python 3.13, we'll start upstreaming the changes we've made so that the wider Python ecosystem can start supporting iOS and Android. We'll also start working on the fixes to tools like ``pip``, ``cibuildwheel``, and ``meson-python`` that need to have explicit iOS support. We expect that this work will be ongoing for several months, but some of the work should be submitted upstream for review by the end of the month.

We'll also be presenting at talk at `PyBay <https://pybay.org>`__ in San Francisco on mobile app development in Python, followed by the CPython core team sprint.

Expand Down

0 comments on commit f01b584

Please sign in to comment.