Skip to content
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

Core: update modules #2440

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Core: update modules #2440

merged 1 commit into from
Nov 13, 2023

Conversation

Berserker66
Copy link
Member

What is this fixing or adding?

updates some modules

How was this tested?

Not enough. For one thing the linker had to abort compiling _speedups, as the file is currently opened by async gens.

If this makes graphical changes, please attach screenshots.

@ThePhar ThePhar added is: maintenance Regular updates to requirements and utilities that do not fix bugs or change/add features. affects: core Issues/PRs that touch core and may need additional validation. labels Nov 8, 2023
Copy link
Member

@black-sliver black-sliver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • bsdiff4 adds py3.12 builds, other changes don't concern us
  • Cython 3.0.5 changes look safe and it still builds _speedups for me. We may be able to remove our warning suppression, but that's something a windows user will have to verify.
  • cx_freeze looks mostly safe. There have been changes to macos, but we don't have anyone testing/maintaining that. Linux + py3.8 and py3.11 still produces mostly1 working builds and include _speedups. One interesting change is hooks: multiprocessing support for forkserver and spawn marcelotduarte/cx_Freeze#1956 , which could allow us to drop our own hook, but I have not tested that yet. Our own hook is still working.

Footnotes

  1. Frozen Factorio on py3.8 gives ModuleNotFoundError: No module named 'orjson.orjson' and frozen hylics2 on py3.8 gives ValueError: attempted relative import beyond top-level package, but are unrelated to this change and also happen on main with cx_freeze 6.15.2.

@Berserker66 Berserker66 merged commit b3a9d58 into main Nov 13, 2023
25 checks passed
@Berserker66 Berserker66 deleted the core_update_modules branch November 13, 2023 05:48
FlySniper pushed a commit to FlySniper/Archipelago that referenced this pull request Nov 14, 2023
Jouramie pushed a commit to Jouramie/Archipelago that referenced this pull request Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects: core Issues/PRs that touch core and may need additional validation. is: maintenance Regular updates to requirements and utilities that do not fix bugs or change/add features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants