Skip to content

Release 2023.05.21#2796

Merged
misl6 merged 13 commits intokivy:masterfrom
misl6:release-2023.05.21
May 22, 2023
Merged

Release 2023.05.21#2796
misl6 merged 13 commits intokivy:masterfrom
misl6:release-2023.05.21

Conversation

@misl6
Copy link
Copy Markdown
Member

@misl6 misl6 commented May 21, 2023

Release checklist:

  • Check that the builds are passing
  • Run the tests locally via tox: this performs some long-running tests that are skipped on github-actions.
  • Build and run the on_device_unit_tests app using buildozer. Check that they all pass.
  • Build (or download from github actions) and run the following testapps for arch armeabi-v7a and arm64-v8a:
    • on_device_unit_tests
      • armeabi-v7a (cd testapps/on_device_unit_tests && PYTHONPATH=.:../../ python3 setup.py apk --ndk-dir=<your-ndk-dir> --sdk-dir=<your-sdk-dir> --arch=armeabi-v7a --debug)
      • arm64-v8a (cd testapps/on_device_unit_tests && PYTHONPATH=.:../../ python3 setup.py apk --ndk-dir=<your-ndk-dir> --sdk-dir=<your-sdk-dir> --arch=arm64-v8a --debug)
  • Check that the version number is correct

misl6 and others added 13 commits February 11, 2023 10:07
Merge master into develop
…stpython3 and python3 (kivy#2577)

* Add support for Python 3.10 and make it the default while building hostpython3 and python3

* Update bugfix version
* pyav recipe

* flake8 fix

* Update pythonforandroid/recipes/av/__init__.py

Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>

---------

Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
* Add debug loggings for identifying a matching dist

* Fix lint failure on f-string.
…rap (kivy#2761)

* Home app functionality

* Cleanup

* Added --home-app to the docs

* Fixed the if statements within the intent-filter
This provides reasonable default implementations for common IO class
methods such as isatty().

Closes kivy#2762.
* android_api to integer

* changes to android_api

* changes to android_api
* fix kivy#2768 smallIconName null can t be compared to String

* fix: Remove Importance None of notification which is modification from my own fork

* fix: Readd Importance_NONE in the notification channel as it s also in upstream p4a
* Update Kivy recipe for 2.2.0rc1

* Bump to 2.2.0
@misl6 misl6 merged commit 0daa74c into kivy:master May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants