Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-17 | 4.1 kB | |
v2023.09.16 source code.tar.gz | 2023-09-17 | 1.7 MB | |
v2023.09.16 source code.zip | 2023-09-17 | 2.0 MB | |
Totals: 3 Items | 3.6 MB | 0 |
Highlights
- This is the last
python-for-android
release that targets Python 3.10 by default. The next release will switch to Python 3.11
What's Changed
- Merge master into develop by @misl6 in https://github.com/kivy/python-for-android/pull/2797
- Cffi update by @HyTurtle in https://github.com/kivy/python-for-android/pull/2800
- Use build rather than pep517 for building by @s-t-e-v-e-n-k in https://github.com/kivy/python-for-android/pull/2784
- Bump
actions/setup-python
andactions/checkout
versions, as old ones are deprecated by @misl6 in https://github.com/kivy/python-for-android/pull/2827 - Removes
mysqldb
recipe as does not support Python 3 by @misl6 in https://github.com/kivy/python-for-android/pull/2828 - Removes
Babel
recipe as it's not needed anymore. by @misl6 in https://github.com/kivy/python-for-android/pull/2826 - Remove
dateutil
recipe, as it's not needed anymore by @misl6 in https://github.com/kivy/python-for-android/pull/2829 - Optimize CI runs, by avoiding unnecessary rebuilds by @misl6 in https://github.com/kivy/python-for-android/pull/2833
- Remove
pytz
recipe, as it's not needed anymore by @misl6 in https://github.com/kivy/python-for-android/pull/2830 - Changed the url to use https as http fails by @kuzeyron in https://github.com/kivy/python-for-android/pull/2846
- vlc: fix build by @T-Dynamos in https://github.com/kivy/python-for-android/pull/2841
- Correct sys_platform by @Julian-O in https://github.com/kivy/python-for-android/pull/2852
- Docs: Fix code string - quickstart.rst by @kulothunganug in https://github.com/kivy/python-for-android/pull/2859
- Bump
kivy
version to2.2.1
by @misl6 in https://github.com/kivy/python-for-android/pull/2855 - Use a pinned version of
Cython
for now, as most of the recipes are incompatible withCython==3.x.x
by @misl6 in https://github.com/kivy/python-for-android/pull/2862 - Automatically generate required pre-requisites by @Julian-O in https://github.com/kivy/python-for-android/pull/2858
- Use platform.uname instead of os.uname by @Julian-O in https://github.com/kivy/python-for-android/pull/2857
- Fix simple typos in comments by @Julian-O in https://github.com/kivy/python-for-android/pull/2863
build_platform
should be all-lowercase by @misl6 in https://github.com/kivy/python-for-android/pull/2864- Docs: Fix typos and updated command to build apk - README by @kulothunganug in https://github.com/kivy/python-for-android/pull/2860
- Patching cleanup by @Julian-O in https://github.com/kivy/python-for-android/pull/2868
- Python versions: Update documentation & CI testing by @Julian-O in https://github.com/kivy/python-for-android/pull/2869
- Correct check for --sdk option by @Julian-O in https://github.com/kivy/python-for-android/pull/2870
- Factor out dependency checking. Use modern version handling by @Julian-O in https://github.com/kivy/python-for-android/pull/2866
- :rotating_light: linter fixes by @AndreMiras in https://github.com/kivy/python-for-android/pull/2874
- Remove deprecated FlatDir in Gradle template by @Julian-O in https://github.com/kivy/python-for-android/pull/2876
- Standardise ensure_dir and rmdir by @Julian-O in https://github.com/kivy/python-for-android/pull/2871
- Standardise on move by @Julian-O in https://github.com/kivy/python-for-android/pull/2884
- Use Python's touch() rather than shelling out. by @Julian-O in https://github.com/kivy/python-for-android/pull/2886
- Release 2023.09.16 by @misl6 in https://github.com/kivy/python-for-android/pull/2891
New Contributors
- @s-t-e-v-e-n-k made their first contribution in https://github.com/kivy/python-for-android/pull/2784
- @T-Dynamos made their first contribution in https://github.com/kivy/python-for-android/pull/2841
- @Julian-O made their first contribution in https://github.com/kivy/python-for-android/pull/2852
- @kulothunganug made their first contribution in https://github.com/kivy/python-for-android/pull/2859
Full Changelog: https://github.com/kivy/python-for-android/compare/v2023.05.21...v2023.09.16