| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.6.0 source code.tar.gz | 2026-05-12 | 243.7 kB | |
| 1.6.0 source code.zip | 2026-05-12 | 267.2 kB | |
| README.md | 2026-05-12 | 13.1 kB | |
| Totals: 3 Items | 524.0 kB | 38 | |
What's Changed
- Bump version to 1.5.1.dev0 by @misl6 in https://github.com/kivy/buildozer/pull/1553
- Corrections (fixes) for extra-manifest-xml by @lufebe16 in https://github.com/kivy/buildozer/pull/1555
- Update the suggested
Cythonversion in docs to0.29.33by @misl6 in https://github.com/kivy/buildozer/pull/1567 - Docs: Android on macOS - Remove outdated instructions by @misl6 in https://github.com/kivy/buildozer/pull/1568
- Home app functionality by @kuzeyron in https://github.com/kivy/buildozer/pull/1575
python-for-androiddoes not support--dirflag anymore. by @misl6 in https://github.com/kivy/buildozer/pull/1592- Update ios_deploy branch to 1.12.2 Needed for latest Xcode. by @akshayaurora in https://github.com/kivy/buildozer/pull/1600
- Update Buildozer osx target to work with latest kivy 2.2.0 by @akshayaurora in https://github.com/kivy/buildozer/pull/1614
- Update default.spec by @RobertFlatt in https://github.com/kivy/buildozer/pull/1626
- Refactor checkbin to use shutil.which by @Julian-O in https://github.com/kivy/buildozer/pull/1628
- Remove
python2test aspython2is not available anymore viaactions/setup-pythonby @misl6 in https://github.com/kivy/buildozer/pull/1635 - Add example Docker build with caching by @damascene in https://github.com/kivy/buildozer/pull/1619
- Factor out logging code from Buildozer class by @Julian-O in https://github.com/kivy/buildozer/pull/1632
- Use a pinned version of
Cythonfor now, as most of the recipes are incompatible withCython==3.x.xby @misl6 in https://github.com/kivy/buildozer/pull/1637 - Update Python version support by @Julian-O in https://github.com/kivy/buildozer/pull/1645
- Separate ConfigSpec parser (Address [#1636]) by @Julian-O in https://github.com/kivy/buildozer/pull/1639
- Document service options in default.spec by @Julian-O in https://github.com/kivy/buildozer/pull/1653
- Minor Win32 improvements by @Julian-O in https://github.com/kivy/buildozer/pull/1648
- Ignore W503 error by @Julian-O in https://github.com/kivy/buildozer/pull/1660
- Introduce buildops by @Julian-O in https://github.com/kivy/buildozer/pull/1647
- Move Exception declarations into own file by @Julian-O in https://github.com/kivy/buildozer/pull/1667
- Migrate all usages of mkdir and rmdir to buildops by @Julian-O in https://github.com/kivy/buildozer/pull/1668
- Migrate to use Buildop's rmtree, file_copy, file_copytree and rename by @Julian-O in https://github.com/kivy/buildozer/pull/1669
- Use buildops for file_exists and file_matches by @Julian-O in https://github.com/kivy/buildozer/pull/1670
- Fix a typo introduced during PR [#1669] by @misl6 in https://github.com/kivy/buildozer/pull/1672
- Move checkbin and download to use buildops. by @Julian-O in https://github.com/kivy/buildozer/pull/1671
- Correct Discord's dev channel in README by @Julian-O in https://github.com/kivy/buildozer/pull/1679
- Add tests of the documentation. by @Julian-O in https://github.com/kivy/buildozer/pull/1683
- Rewrite section in documentation about on source include/excludes by @Julian-O in https://github.com/kivy/buildozer/pull/1682
- Correct documentation configuration by @Julian-O in https://github.com/kivy/buildozer/pull/1684
- Migrate to use cmd, cmd_expect and file_extract from Buildops. by @Julian-O in https://github.com/kivy/buildozer/pull/1675
- Update github actions to latest versions by @Julian-O in https://github.com/kivy/buildozer/pull/1680
- Clean up inheritance of targets by @Julian-O in https://github.com/kivy/buildozer/pull/1690
- Now Github Actions provides
python3viasetup-pythonalso for Apple Silicon macs by @misl6 in https://github.com/kivy/buildozer/pull/1687 - Improve Buildozer's venv handling. by @Julian-O in https://github.com/kivy/buildozer/pull/1689
- Use suggested (latest) Python3 version to perform Android builds by @misl6 in https://github.com/kivy/buildozer/pull/1688
- Remove some attributes defined outside of init() by @Julian-O in https://github.com/kivy/buildozer/pull/1694
- Add alternate unzip implementation by @Julian-O in https://github.com/kivy/buildozer/pull/1692
- Support Email Address Fixed in the Readme.md by @saharbat00l in https://github.com/kivy/buildozer/pull/1722
- Fix broken link in readme. by @Julian-O in https://github.com/kivy/buildozer/pull/1728
- Modify automated "support" message. by @Julian-O in https://github.com/kivy/buildozer/pull/1726
- Create no-response.yml by @Julian-O in https://github.com/kivy/buildozer/pull/1735
- Refactor dependencies and their tests by @Julian-O in https://github.com/kivy/buildozer/pull/1686
- Fixes typo in docs by @AJRepo in https://github.com/kivy/buildozer/pull/1740
- Make doc structure consistent and up-to-date by @Julian-O in https://github.com/kivy/buildozer/pull/1750
- Stop No Response action running when unneeded. by @Julian-O in https://github.com/kivy/buildozer/pull/1755
- Fix Osx Target to properly use buildozer.buildops by @akshayaurora in https://github.com/kivy/buildozer/pull/1768
- Add macOS build instructions, upgrades by @jooray in https://github.com/kivy/buildozer/pull/1761
- Update Docker Build instructions in README.md by @akshayaurora in https://github.com/kivy/buildozer/pull/1770
- default.spec: update outdated/invalid urls by @kulothunganug in https://github.com/kivy/buildozer/pull/1791
- Use
ubuntu:22.04instead ofubuntu:latestinDockerfileby @manatlan in https://github.com/kivy/buildozer/pull/1804 - Sunset
apple-silicon-m1self-hosted runner, as now is supported by Github Hosted runners viamacos-latesttag. Usemacos-13for runs on Intel macs by @misl6 in https://github.com/kivy/buildozer/pull/1811 - Use
parsefrompackaging.versioninstead ofdistutilsLooseVersionby @misl6 in https://github.com/kivy/buildozer/pull/1812 - Fix typo on
packaging.versionimport statement by @misl6 in https://github.com/kivy/buildozer/pull/1815 - Fix
E226missing whitespace around arithmetic operator PEP8 failure by @misl6 in https://github.com/kivy/buildozer/pull/1814 - Configure Renovate by @renovate[bot] in https://github.com/kivy/buildozer/pull/1813
- Ensure Java 17 is selected and available during build by @misl6 in https://github.com/kivy/buildozer/pull/1821
- Update actions/setup-java action to v4 by @renovate[bot] in https://github.com/kivy/buildozer/pull/1825
- Update actions/setup-python action to v5 by @renovate[bot] in https://github.com/kivy/buildozer/pull/1820
- Update actions/checkout action to v4 by @renovate[bot] in https://github.com/kivy/buildozer/pull/1819
- :memo: Fix broken documentation links by @AndreMiras in https://github.com/kivy/buildozer/pull/1883
- :construction_worker: Fix Coveralls parallel reporting by @AndreMiras in https://github.com/kivy/buildozer/pull/1884
- :construction_worker: Publish to DockerHub by @AndreMiras in https://github.com/kivy/buildozer/pull/1885
- :construction_worker: Docker push to GHCR by @AndreMiras in https://github.com/kivy/buildozer/pull/1888
- Update pypa/gh-action-pypi-publish action to v1.12.4 by @renovate[bot] in https://github.com/kivy/buildozer/pull/1817
- Android support display cutout by @kuzeyron in https://github.com/kivy/buildozer/pull/1894
- Buildozer install docs by @RobertFlatt in https://github.com/kivy/buildozer/pull/1901
- Re-add "all" to the list of valid orientations in default buildozer.spec by @Cheaterman in https://github.com/kivy/buildozer/pull/1842
- Fix typos discovered by codespell by @cclauss in https://github.com/kivy/buildozer/pull/1959
- Update Python workflow for version and action upgrades by @cclauss in https://github.com/kivy/buildozer/pull/1958
- Update GitHub Actions for iOS workflow by @cclauss in https://github.com/kivy/buildozer/pull/1957
- :construction_worker: Fix broken Android build on Ubuntu by @AndreMiras in https://github.com/kivy/buildozer/pull/1960
- Update actions/setup-java action to v5 by @renovate[bot] in https://github.com/kivy/buildozer/pull/1948
- Update actions/setup-python action to v6 by @renovate[bot] in https://github.com/kivy/buildozer/pull/1955
- Update actions/checkout action to v5 by @renovate[bot] in https://github.com/kivy/buildozer/pull/1942
- :hammer: Bump Docker image to Ubuntu 24.04 by @AndreMiras in https://github.com/kivy/buildozer/pull/1961
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by @dependabot[bot] in https://github.com/kivy/buildozer/pull/1956
- Modify docs by @Novfensec in https://github.com/kivy/buildozer/pull/1922
- :hammer: Fix Docker permission errors with bind mounts by @AndreMiras in https://github.com/kivy/buildozer/pull/1962
- Update peter-evans/dockerhub-description action to v5 by @renovate[bot] in https://github.com/kivy/buildozer/pull/1971
- Upgrade from deprecated macos-13 to macos-15-intel in CI by @cclauss in https://github.com/kivy/buildozer/pull/1969
- :hammer: Remove BuildKit registry cache, fixes [#1945] by @AndreMiras in https://github.com/kivy/buildozer/pull/1975
- Set Android min API to 24 by @Cheaterman in https://github.com/kivy/buildozer/pull/1839
- :bug: Fix Docker pip --user install error in virtualenv by @AndreMiras in https://github.com/kivy/buildozer/pull/1978
- Add ability to specify the following through buildozer.spec by @akshayaurora in https://github.com/kivy/buildozer/pull/1923
- Android sdkmanager proxy config by @broccoliboy in https://github.com/kivy/buildozer/pull/1899
- Update init.py to fix [#1982] by @nicolashainaux in https://github.com/kivy/buildozer/pull/1983
- Update actions/checkout action to v6 by @renovate[bot] in https://github.com/kivy/buildozer/pull/1987
- Add missing
.readthedocs.yamlconfiguration file. by @Novfensec in https://github.com/kivy/buildozer/pull/1979 - Add p4a develop by @RobertFlatt in https://github.com/kivy/buildozer/pull/1991
- Fixed broken link in README.md by @kha84 in https://github.com/kivy/buildozer/pull/1996
- Rewire support for
orientation=allby @Novfensec in https://github.com/kivy/buildozer/pull/1999 - Update installation.rst for Ubuntu 26.04 by @RobertFlatt in https://github.com/kivy/buildozer/pull/2020
- fix: replace 5 bare except clauses with except Exception by @KeloYuan in https://github.com/kivy/buildozer/pull/2023
- Docs: Pin
sphinxawesome_themeto 5.3.2 by @Novfensec in https://github.com/kivy/buildozer/pull/2024 - Update pypa/gh-action-pypi-publish action to v1.14.0 by @renovate[bot] in https://github.com/kivy/buildozer/pull/2015
- Update docker/build-push-action action to v7 by @renovate[bot] in https://github.com/kivy/buildozer/pull/2007
- Update docker/setup-buildx-action action to v4 by @renovate[bot] in https://github.com/kivy/buildozer/pull/2006
- Update docker/login-action action to v4 by @renovate[bot] in https://github.com/kivy/buildozer/pull/2004
- :green_heart: Restore py3 env so coverage actually runs by @AndreMiras in https://github.com/kivy/buildozer/pull/2028
- :bug: Fix README badges and align Python classifiers by @AndreMiras in https://github.com/kivy/buildozer/pull/2027
- :memo: Document the release process by @AndreMiras in https://github.com/kivy/buildozer/pull/2026
- :fire: Drop vendored libs/ in favor of upstream packaging by @AndreMiras in https://github.com/kivy/buildozer/pull/2029
- :white_check_mark: Cover Target base class and Buildozer helpers by @AndreMiras in https://github.com/kivy/buildozer/pull/2030
- :bookmark: Release 1.6.0 by @AndreMiras in https://github.com/kivy/buildozer/pull/2031
New Contributors
- @lufebe16 made their first contribution in https://github.com/kivy/buildozer/pull/1555
- @kuzeyron made their first contribution in https://github.com/kivy/buildozer/pull/1575
- @damascene made their first contribution in https://github.com/kivy/buildozer/pull/1619
- @saharbat00l made their first contribution in https://github.com/kivy/buildozer/pull/1722
- @AJRepo made their first contribution in https://github.com/kivy/buildozer/pull/1740
- @jooray made their first contribution in https://github.com/kivy/buildozer/pull/1761
- @kulothunganug made their first contribution in https://github.com/kivy/buildozer/pull/1791
- @manatlan made their first contribution in https://github.com/kivy/buildozer/pull/1804
- @renovate[bot] made their first contribution in https://github.com/kivy/buildozer/pull/1813
- @cclauss made their first contribution in https://github.com/kivy/buildozer/pull/1959
- @dependabot[bot] made their first contribution in https://github.com/kivy/buildozer/pull/1956
- @Novfensec made their first contribution in https://github.com/kivy/buildozer/pull/1922
- @broccoliboy made their first contribution in https://github.com/kivy/buildozer/pull/1899
- @nicolashainaux made their first contribution in https://github.com/kivy/buildozer/pull/1983
- @kha84 made their first contribution in https://github.com/kivy/buildozer/pull/1996
- @KeloYuan made their first contribution in https://github.com/kivy/buildozer/pull/2023
Full Changelog: https://github.com/kivy/buildozer/compare/1.5.0...1.6.0