Skip to content

[v2023.05.21] - 2023-05-21

Compare
Choose a tag to compare
@misl6 misl6 released this 21 May 13:35
· 34 commits to master since this release
41118a3

Full Changelog

Highlights:

  • Python recipe now builds 3.10 by default. 🎉
  • Kivy recipe now builds 2.2.0 by default. 🎉
  • Updated ffmpeg/ffpyplayer recipes
  • Updated numpy recipe

Closed issues:

  • Issue adding Pillow to Kivy-ios build #807
  • I have created and app using kivy. it works in python through VS code but when I run throgh Xcode it gets no module named "application name" in main.py, line number 4 error and close the app in simulator. I tried all the ways in previus discussions but still not working. is there any other way I can try? #800
  • Kivy ios save an screen as an image to the users ios photos #799
  • Command PhaseScriptExecution failed with a nonzero exit code #793
  • ImportError: PyInit_interval #788
  • Recipe for the cryptography module #786
  • Pyaudio #785
  • Check #783 #784
  • Command PhaseScriptExecution failed with a nonzero exit code #783
  • Cocoapods import not found when kivy is installed #777
  • sh.CommandNotFound: /Users/suhaan/Documents/weatherappkivy/dist/hostpython3/bin/pip3 #775
  • check #773 issue #774
  • Asset validation failed Invalid bundle structure. The “theweatherreporterapp.app/lib/python3.9/site-packages/charset_normalizer/md__mypyc.cpython-39-darwin.so” binary file is not permitted. Your app cannot contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. For details, visit: https://developer.apple.com/documentation/bundleresources/placing\_content\_in\_a\_bundle (ID: eb2a7a62-515c-459b-a222-5330e609551d) #773
  • dynamic module does not define module export function (PyInit_md) error #772
  • Toolchain 407 duplicate error of arm64 #771
  • bash: toolchain: command not found #770
  • when running toolchain build python3 kivy pillow with arch arm64 with apple sicion geting list index out of range #769
  • Error compiling SDL_Image #763
  • ImportError: dynamic module does not define module export function (PyInit_PIL__imaging) #711
  • Build python3 with mmap module #659

Merged pull requests:

  • Fix AnyIO (and asks) support #803 (Cheaterman)
  • Update Kivy recipe for 2.2.0 #802 (misl6)
  • Use --no-deps and --platform during install of recipe python deps #801 (misl6)
  • Fixes crash on ios.get_safe_area() in iOS 16 #790 (tito)
  • Update bridge.m/h to make plyer works with severals implementation #789 (tito)
  • Bump numpy version to 1.24.2 ( and fix the build on Python 3.10 ✅ ) #780 (misl6)
  • Disable SDL2 hidapi in order to avoid dependency on CoreBluetooth #779 (misl6)
  • 🎉 Python 3.10 support #768 (misl6)
  • Upgrade more GitHub Actions plus Python 3.11.1 and Cython 0.29.33 #767 (cclauss)
  • Upgrade GitHub Actions #765 (cclauss)
  • Update required Xcode version to 13 #764 (misl6)
  • Update ffmpeg/ffpyplayer versions #716 (tito)