- Fixes hostpython3 recipe on MacOS 11.1 BigSur #581 (misl6)
- Fixes iOS Simulator on latest Xcode #571 (misl6)
- Fixes Pillow build on Xcode 12.2 #579 (misl6)
- Cookiecutter: Fixes header and library search paths on Release #582 (misl6)
- 📚 Advise on using a venv #495 (AndreMiras)
- Add custom recipes #417 (misl6)
- Add feature request template #557 (Zen-CODE)
- Add instruction for cleaning cache and the build directory #558 (Zen-CODE)
- Remove distribute recipe #507 (Zen-CODE)
- Remove PY2 legacy blocks from coockiecutter main.m #522 (Zen-CODE)
- Remove outdated pil and pkgresources recipes #524 (Zen-CODE)
- Removed broken packages listing for non-existing packages #525 (Zen-CODE)
- 🐛 fixes flake8 errors post update #496 (AndreMiras)
- Updates netifaces recipe, leverages
python_depends
#490 (AndreMiras) - Fix pillow recipe #498 (Zen-CODE)
- Fix/pillow #500 (Zen-CODE)
- Fix wekzeug recipe #501 (Zen-CODE)
- Fix markupsafe recipe #505 (Zen-CODE)
- Fix jinja2 recipe, remove from broken list #508 (Zen-CODE)
- Fix werkzeug recipe #509 (Zen-CODE)
- Pin flask version and dependencies #510 (Zen-CODE)
- 🐛 Updates libffi download link #516 (AndreMiras)
- Remove --ignore-installed #521 (misl6)
- Remove compile cruft after build #523 (Zen-CODE)
- Move Cython requirement into requirements.txt #531 (Zen-CODE)
- Fix/host setuptools3 #533 (Zen-CODE)
- Fixes CI #569 (misl6)
- Fix build on Xcode 12.2 #568 (misl6)
- Update openssl and ffmpeg version to fix build issues #562 (Zen-CODE)
- Update kivy to a post 2.0.0 version #575 (misl6)
- Fixes (venv build) reference to SDL_main.h #493 (AndreMiras)
- Removed Python 2 support #482 (AndreMiras)
- Adds initial_working_directory #489 (misl6)
- Adds netifaces recipe, closes #239 #488 (AndreMiras)
- Uses contextlib.suppress to ignore exceptions #487 (AndreMiras)
- DRY via the find_xcodeproj() helper method #486 (AndreMiras)
- Uses cd context manager in Python3Recipe.reduce_python() #485 (AndreMiras)
- Uses Python 3 syntax #484 (AndreMiras)
- Also lints the tools/ folder #483 (AndreMiras)
- Migrates libffi build to Python 3 #481 (AndreMiras)
- Uses a couple of syntax shortcuts #479 (AndreMiras)
- Takes ToolchainCL definition outside the main #478 (AndreMiras)
- Automatically publish to PyPI upon tagging #475 (AndreMiras)
- Dedicated setup.py test workflow #474 (AndreMiras)
- Fixes a regression introduced during the linting #477 (AndreMiras)
- More fixes to Numpy so that the binary is accepted by the App Store #473 (lerela)
- Do not build known broken recipes #471 (AndreMiras)
- Fixes minor typos in the issue template #469 (AndreMiras)
- Activates venv before venv build #464 (AndreMiras)
- Fixes building in venv #462 (AndreMiras)
- Cleanup - Removes vendored deps #454 (misl6)
- Updates README.md with install/usage from PyPI #476 (AndreMiras)
- Moving to dedicated kivy_ios/ package directory #472 (AndreMiras)
- Bumps Cython version #470 (misl6)
- Uses new
cd
context manager more #465 (AndreMiras)
- Initial release