-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Python 3.11.8 update #6040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.11.8 update #6040
Conversation
|
@th0ma7 in my local homeassistant work, I have some pending issues.
|
@hgy59 Feature now added. Quite of a nice addition I must say 🚀
Wow I tried quite a bit and no luck. The crossenv does have all the minimal requirements whereas numpy was already included by default from No luck. I ended-up creating a bug entry on pandas-dev/pandas#57945 Wait and see what comes next. |
20a491e to
b33b529
Compare
|
@hgy59 I do have an almost working solution for With the new functionality to allow adding wheels to the
This bescomes way more intrusive but it would allow potentially all worlds to work out properly, what ever is needed (besides gcc version limitations). That i don't have code for yet and I'd need to get #6002 merged first. |
|
Now rebased against master, time to confirm status hasn't changed between the two (i.e. still fails at the same places). |
* c-ares: Update from version 1.19.1 to 1.27.0 * libsodium: Update from version 1.0.18 to 1.0.19 * libxslt: Update from version 1.1.38 to 1.1.39 * sqlite: Update from version 3420000 to 3450200 * xz: Update to version 5.6.1+really5.4.5 (debian security fixed) * gdbm: Update from version 1.22 to 1.23 * libexpat: Update from version 2.5.0 to 2.6.2 * libffi: Update from version 3.4.2 to 3.4.6
|
@th0ma7 it is not worth any effort for the home assistant package. Homeassistant dropped Python 3.11 support with v2024.4 and now requires Python 3.12. If version 2023.12 or 2024.1 works with Python 3.11.8 out of the box, I'll probably take the time to build one of these. Otherwise I'd rather wait for a Python 3.12 package. |
|
Been lacking cycles lately but i intend to include py312 as well. But most importantly is the ability to generate as needed a crossenv for wheels that requires specific dependencies that may be an issue to be added in the default build (like panda). I got prototype code working locally, I'll let you know once i have something to play with. |
|
@th0ma7 BTW they released Python 3.11.9 on April 2, 2024 |
- use solution of former SynoCommunity#6040 to install expandvars into crossenv to build frozenlist - revert install expandvars into crossenv in cross/python311/Makefile
* rdiff-backup: update and use alternate tmp dir (#4427) - update rdiff-backup to v2.2.6 - next publish will include ARMv5 archs again - use alternate tmp dir to fix #4427 - update cross/librsync to v2.3.4 * add expandvars to crossenv * python.mk: Allow ADDITIONAL_CROSSENV_WHEELS for extra crossenv dep (cherry picked from commit 5c16182) * use ADDITIONAL_CROSSENV_WHEELS - use solution of former #6040 to install expandvars into crossenv to build frozenlist - revert install expandvars into crossenv in cross/python311/Makefile * rdiff-backup: update requirements * rdiff-backup: adjust requirements - yarl >= 1.12.0 required for aiohttp==3.10.10 --------- Co-authored-by: Vincent Fortier <th0ma7@gmail.com>
…ynoCommunity#6049) * rdiff-backup: update and use alternate tmp dir (SynoCommunity#4427) - update rdiff-backup to v2.2.6 - next publish will include ARMv5 archs again - use alternate tmp dir to fix SynoCommunity#4427 - update cross/librsync to v2.3.4 * add expandvars to crossenv * python.mk: Allow ADDITIONAL_CROSSENV_WHEELS for extra crossenv dep (cherry picked from commit 5c16182) * use ADDITIONAL_CROSSENV_WHEELS - use solution of former SynoCommunity#6040 to install expandvars into crossenv to build frozenlist - revert install expandvars into crossenv in cross/python311/Makefile * rdiff-backup: update requirements * rdiff-backup: adjust requirements - yarl >= 1.12.0 required for aiohttp==3.10.10 --------- Co-authored-by: Vincent Fortier <th0ma7@gmail.com>
Description
Python 3.11.8 update
Fixes #
Checklist
all-supportedcompleted successfullyType of change