Skip to content

Bump cx-freeze from 8.4.0 to 8.5.0#84

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cx-freeze-8.5.0
Closed

Bump cx-freeze from 8.4.0 to 8.5.0#84
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cx-freeze-8.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Copy link
Copy Markdown
Contributor

Bumps cx-freeze from 8.4.0 to 8.5.0.

Release notes

Sourced from cx-freeze's releases.

Release 8.5.0

Changelog

  • Separation into two distinct packages: cx_Freeze and freeze-core
  • Support for Python 3.14 and 3.14t (cx_Freeze and freeze-core)
  • Add support for Python 3.13t on Windows (freeze-core)
  • Add support for bdist_msi on Python 3.13 and 3.14 (python-msilib)
  • bdist_msi - fix for initial_target_dir and target_name
  • bdist_appimage - add runtime_file, sign, sign_key and updateinformation options.
  • bdist_appimage - add support for 'gui' app in desktop file
  • Apply security best practices
  • Fix a performance bug (optimized implementation of '_find_editable_spec')
  • Refactor finder scan code
  • Drop Python 3.9 support
  • Bug fixes, hooks, and tests.

What's Changed

... (truncated)

Changelog

Sourced from cx-freeze's changelog.

cx_Freeze Creates standalone executables from Python scripts with the same performance as the original script.

It is cross-platform and should work on any platform that Python runs on.

Version 8.5 (2025-11-24)

  • Separation into two distinct packages: cx_Freeze and freeze-core
  • Support for Python 3.14 and 3.14t (cx_Freeze and freeze-core)
  • Add support for Python 3.13t on Windows (freeze-core)
  • Add support for bdist_msi on Python 3.13 and 3.14 (python-msilib)
  • bdist_msi - fix for initial_target_dir and target_name
  • bdist_appimage - add runtime_file, sign, sign_key and updateinformation options.
  • bdist_appimage - add support for 'gui' app in desktop file
  • Apply security best practices
  • Fix a performance bug (optimized implementation of '_find_editable_spec')
  • Refactor finder scan code
  • Drop Python 3.9 support
  • Bug fixes, hooks, and tests.

Version 8.4 (2025-08-11)

  • Refactor dynamic libraries finder.
  • Bug fixes, hooks, and tests.

Version 8.3 (2025-05-11)

  • Experimental support for Python 3.11 to 3.13 on Windows ARM64 (win_arm64).
  • Bug fixes, hooks, and more tests.

Version 8.2 (2025-04-22)

  • Make MSI checkbox to "launch on finish" optional.
  • Bug fixes, hooks, and more tests.

Version 8.1 (2025-04-02)

  • Add "launch on finish" checkbox to the MSI installer.
  • Bug fixes and improvements (including hook additions and enhancements).

Version 8.0 (2025-05-21)

  • Python 3.13 support.
  • Experimental support for Python 3.13 free-threaded on Linux and macOS.
  • Download and extract the MSVC Redistributable files.
  • Implement bases using PEP587 - Python Initialization Configuration.
  • Drop Python 3.8 support.
  • Bug fixes and improvements (including hook additions and enhancements).

... (truncated)

Commits
  • d6d8b97 Bump version: 8.5.0-dev.0 → 8.5.0 [ci skip]
  • 1257ed6 chore: prepare changelog and release notes [ci skip] (#3179)
  • 99e9256 ci: revert actions/checkout - breaks coverage comment (#3178)
  • 661adc0 build(deps): bump astral-sh/setup-uv from 7.1.3 to 7.1.4 (#3177)
  • 7884875 ci: add permission and ignore bot branches (#3176)
  • ad039f7 ci: fix content permissions (#3175)
  • 67d346f ci: revert security change that block coverage comment (#3174)
  • 1698058 bdist_msi: fix target_name usage and revert some old patches (#3173)
  • bba3a8c build(deps): bump actions/checkout from 5.0.1 to 6.0.0 (#3172)
  • d615a75 bdist_appimage: add updateinformation option (#3166)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze) from 8.4.0 to 8.5.0.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases)
- [Changelog](https://github.com/marcelotduarte/cx_Freeze/blob/main/CHANGELOG.md)
- [Commits](marcelotduarte/cx_Freeze@8.4.0...8.5.0)

---
updated-dependencies:
- dependency-name: cx-freeze
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 24, 2025
@dependabot @github

dependabot Bot commented on behalf of github Dec 22, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #85.

@dependabot dependabot Bot closed this Dec 22, 2025
@dependabot dependabot Bot deleted the dependabot/pip/cx-freeze-8.5.0 branch December 22, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants