You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update pyton3 to 3.7.12 & python38 to 3.8.12, fix cffi build issues and update requirements.txt (#4902)
* python38: Update to 3.8.12 and fix cffi build issues
* python38: Divide installation into sub-commands
Otherwise there is this weird state where wheel is uninstalled
but it tries to build cffi and fails bdist_wheel is not available
(part of uninstalled wheel).
* wheel.mk: Use --use-deprecated=legacy-resolver (#4851)
* setuptools: Update to version 58.2.0 superseeding default 56.0.0
* gdbm: Disable static building and enable compatibility mode
* python38: Include #4851 changes: LTO, gdbm, expat, etc.
* python38: Enforce using sytem ffi
* python3: Update requirements and sync with python38
* beets: Update beautifulsoup4 to version 4.10.0
* flexget: Update beautifulsoup4 to version 4.10.0
* fix build of homeassistant
- remove poetry build dependency as it breaks the cross build environment
(no idea why poetry was added in homeassistant 0.114.2-9)
Co-authored-by: hgy59 <[email protected]>
* native/python38: Force crossenv==1.0 as it breaks PyNaCl
* greenlet: Update from version 1.1.1 to 1.1.2
* immutables: Update from version 0.15 to 0.16
* libffi: Update from version 3.3 to 3.4.2
* libsodium: Use latest version being -stable
* java-11-openjdk: Update PLIST to reflect libffi update
Co-authored-by: hgy59 <[email protected]>
0 commit comments