Releases: marcelotduarte/cx_Freeze
Releases · marcelotduarte/cx_Freeze
Release 7.2.5
Bugfix release.
Release 7.2.4
Bugfix release.
Release 7.2.3
Bugfix release.
Release 7.2.2
Bugfix release.
Release 7.2.1
Bugfix release.
Release 7.2.0
What's Changed
- Add dmgbuild as a dependency to improve mac dmg by @ntindle in #2442
- bdist_msi: add license for msi by @ntindle in #2472
- bdist_appimage: remove zip file, propagate options, fixes docs by @marcelotduarte in #2463
- bdist_rpm: drop rpm2_mode and refactor spec_file by @marcelotduarte in #2488
- hooks: the optimized mode is the default for pip installations by @marcelotduarte in #2500
- hooks: support numpy 2.0 by @marcelotduarte in #2466
- Regression fixes
- Bug fixes
New Contributors
Full Changelog: 7.1.0...7.2.0
Release 7.1.1
Release 7.1.0-post0
Regression fix
Release 7.1.0
What's Changed
- Bump version: 7.0.0 → 7.1.0-dev0 [ci skip] by @marcelotduarte in #2349
- build(deps): bump pluggy from 1.4.0 to 1.5.0 by @dependabot in #2348
- tests: xfail bdist_dmg if resource is busy by @marcelotduarte in #2352
- build(deps-dev): bump bump-my-version from 0.20.1 to 0.20.2 by @dependabot in #2350
- build(deps): bump myst-parser from 2.0.0 to 3.0.0 by @dependabot in #2351
- tests: add command line tests for build_exe by @marcelotduarte in #2353
- ci: CI tests fails using macos-latest by @marcelotduarte in #2359
- build(deps): bump coverage from 7.4.4 to 7.5.0 by @dependabot in #2355
- hooks: fix regression in msys2 by @marcelotduarte in #2357
- hooks: Recompile the numpy.core.overrides module to limit optimization by @marcelotduarte in #2358
- ci: try to catch a issue with macos by @marcelotduarte in #2360
- hooks: fix unbound variable in load_subprocess under MINGW by @cedk in #2363
- build(deps-dev): bump bump-my-version from 0.20.2 to 0.20.3 by @dependabot in #2365
- bdist_msi: ignore warning 'msilib' is deprecated by @marcelotduarte in #2366
- tests: make msys2/mingw tests pass by @marcelotduarte in #2367
- build(deps-dev): update pytest to 8.1.2, revert pyetst-xdist to 3.5.0 by @marcelotduarte in #2368
- samples: adapt code to support ruff rules by @marcelotduarte in #2369
- build(deps): bump myst-parser from 3.0.0 to 3.0.1 by @dependabot in #2371
- build(deps): bump pytest from 8.1.2 to 8.2.0 by @dependabot in #2372
- build(deps): bump pytest-xdist[psutil] from 3.5.0 to 3.6.1 by @dependabot in #2370
- build(deps-dev): bump bump-my-version from 0.20.3 to 0.21.0 by @dependabot in #2377
- hooks: add pygobject by @marcelotduarte in #2375
- build-wheel: reactivate universal2 wheels for macOS by @marcelotduarte in #2378
- build(deps): bump coverage from 7.5.0 to 7.5.1 by @dependabot in #2380
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2381
- build_exe: add new option --zip-filename by @marcelotduarte in #2379
- hooks: improve multiprocessing hook to work with pytorch by @marcelotduarte in #2382
- fix: global of main module to work better with multiprocessing by @marcelotduarte in #2385
- hooks: additional translations to qt hooks by @marcelotduarte in #2386
- chore: use compile() with dont_inherit and optimize by @marcelotduarte in #2387
- doc: add faq 'Removing the MAX_PATH Limitation' by @marcelotduarte in #2388
- hooks: update plugins and translations for qt 6.7 by @marcelotduarte in #2389
- hooks: add missing Qt plugins and translations by @marcelotduarte in #2390
- hooks: add wayland Qt plugins automatically by @marcelotduarte in #2391
- build(deps-dev): bump cibuildwheel from 2.17.0 to 2.18.0 by @dependabot in #2393
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2394
- doc: use uv pip by @marcelotduarte in #2395
- tests: xfail bdist_dmg when "Resource busy" [macOS] by @marcelotduarte in #2396
- chore: use uv pip to make installing packages faster by @marcelotduarte in #2397
- bdist_deb: catch a cpio 2.13 bug by @marcelotduarte in #2402
- build(deps-dev): bump bump-my-version from 0.21.0 to 0.21.1 by @dependabot in #2399
- module: improve version method and add new methods by @marcelotduarte in #2403
- hooks: support for numpy+mkl on conda linux by @marcelotduarte in #2404
- hooks: support for numpy + oneMKL using pip windows by @marcelotduarte in #2405
- build(deps): bump pytest from 8.2.0 to 8.2.1 by @dependabot in #2407
- build(deps-dev): bump cibuildwheel from 2.18.0 to 2.18.1 by @dependabot in #2408
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2409
- freezer: resolve dependencies to avoid symlink [linux] by @marcelotduarte in #2410
- build(deps): update setuptools requirement from <70,>=62.6 to >=62.6,<71 by @dependabot in #2413
- freezer: resolve symlinks to always copy the source by @marcelotduarte in #2415
- ci: add test to do more 'parser' and 'module' coverage by @marcelotduarte in #2416
- module: fix distribuition installer multiline by @marcelotduarte in #2418
- hooks: resolve dependencies to avoid symlink in numpy/mkl/blas conda linux by @marcelotduarte in #2419
- hooks: add mkl by @marcelotduarte in #2420
- chore: prepare to release by @marcelotduarte in #2421
Full Changelog: 7.0.0...7.1.0
7.0.0
What's Changed
- Exit with non-zero exit code on exception by @johan-ronnkvist in #1783
- build(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0 by @dependabot in #1891
- build(deps-dev): bump cibuildwheel from 2.12.3 to 2.13.0 by @dependabot in #1893
- fix: increase maximum recursion depth by @marcelotduarte in #1890
- hooks: improve scipy hooks by @marcelotduarte in #1896
- hooks: fix matplotlib hooks used in zip_include_packages by @marcelotduarte in #1897
- samples: add a new matplotlib sample using Tk by @marcelotduarte in #1901
- samples: update matplotlib sample using Wx (and remove deprecated test) by @marcelotduarte in #1902
- hooks: fix scipy hooks used in zip_include_packages by @marcelotduarte in #1903
- samples: add scipy sample by @marcelotduarte in #1904
- Bump version: 6.15.0 → 6.16.0-dev0 by @marcelotduarte in #1905
- build(deps-dev): bump pytest from 7.3.1 to 7.3.2 by @dependabot in #1908
- build(deps-dev): bump cibuildwheel from 2.13.0 to 2.13.1 by @dependabot in #1909
- linux: bdist_rpm depends on rpmbuild being installed by @marcelotduarte in #1913
- chore: bump ruff 0.0.272 and fix local/system dependencies by @marcelotduarte in #1914
- build(deps-dev): bump pytest-mock from 3.10.0 to 3.11.1 by @dependabot in #1918
- build(deps): update setuptools requirement from <68,>=62.6 to >=62.6,<69 by @dependabot in #1919
- chore: cleanup tests and dependencies by @marcelotduarte in #1923
- build(deps-dev): bump pytest from 7.3.2 to 7.4.0 by @dependabot in #1926
- chore: use pytest-datafiles to run tests in temporary path by @marcelotduarte in #1927
- tests: add more samples to tests by @marcelotduarte in #1928
- tests: add more test cases for ModuleFinder class by @marcelotduarte in #1929
- build(deps-dev): bump ruff from 0.0.272 to 0.0.275 by @marcelotduarte in #1930
- fix: zip_include_packages/zip_exclude_packages regression by @marcelotduarte in #1922
- chore: use pytest-xdist to speed up the tests by @marcelotduarte in #1932
- Bump version: 6.16.0-dev0 → 6.16.0-dev1 by @marcelotduarte in #1933
- chore: to use pre-commit.ci add skip option by @marcelotduarte in #1936
- chore: drop support for python 3.7 by @marcelotduarte in #1935
- parser: support for lief 0.14 ParserConfig by @marcelotduarte in #1924
- chore: add basic support for Python 3.12 by @marcelotduarte in #1925
- chore: tweak to remove excess of pylint and noqa by @marcelotduarte in #1938
- chore: fine tuning pytest options by @marcelotduarte in #1939
- tests: build executable to test in a subprocess by @marcelotduarte in #1940
- chore: more fine tuning pytest options [ci skip] by @marcelotduarte in #1941
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1944
- fix: bdist_rpm should generate only binaries [linux] by @marcelotduarte in #1945
- test: xfail some tests when rpmbuild is not present by @marcelotduarte in #1947
- fix: support clang -fno-lto [conda macos] by @marcelotduarte in #1948
- fix: copy dependent files on "lib" directory [macOS] by @marcelotduarte in #1942
- fix: detection of dependent files and python shared library [conda linux/macos] by @marcelotduarte in #1946
- chore: add more coverage reports [skip ci] by @marcelotduarte in #1950
- samples: fix pydantic sample to work python < 3.10 by @marcelotduarte in #1949
- fix: add rpath in macos executable [conda macos] by @marcelotduarte in #1951
- hooks: improve hook for pillow [macos] by @marcelotduarte in #1952
- hooks: fix the sentry_sdk hook by @marcelotduarte in #1953
- hooks: move sklearn hook to a submodule by @marcelotduarte in #1954
- hooks: add boto3 by @marcelotduarte in #1955
- build(deps-dev): bump cibuildwheel from 2.13.1 to 2.14.0 by @dependabot in #1957
- chore: enable Python 3.12 wheels and remove universal2 by @marcelotduarte in #1958
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1959
- fix: bdist_rpm to pass tests in python 3.12b4 by @marcelotduarte in #1963
- tests: rewrite create_package to support dedent by @marcelotduarte in #1960
- hooks: add py-cord (fork of discord) by @marcelotduarte in #1964
- hooks: multiprocessing support for forkserver and spawn by @marcelotduarte in #1956
- samples: update samples using wxPython by @marcelotduarte in #1965
- hooks: update sysconfig hook by @marcelotduarte in #1967
- startup: get rid of sysconfig at startup by @marcelotduarte in #1968
- build(deps-dev): bump cibuildwheel from 2.14.0 to 2.14.1 by @dependabot in #1972
- build-wheel: put jobs in concurrency for speedup [skip ci] by @marcelotduarte in #1971
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1973
- hooks: PySide2/6 - shiboken2/6 in zip_include_packages by @marcelotduarte in #1970
- finder: add base modules at the end to simplify tests by @marcelotduarte in #1974
- hooks: fix for pyqt [conda linux] by @marcelotduarte in #1976
- hooks: support pyside2 5.15.8 [msys2] by @marcelotduarte in #1978
- hooks: support for pyqt6 6.5.1 [msys2] by @marcelotduarte in #1977
- hooks: support pyside6 6.5.1 [conda] by @marcelotduarte in #1979
- hooks: support opencv-python 4.8.0 [msys2] by @marcelotduarte in #1975
- hooks: Disable sandbox in PyQt5 WebEngine [Linux and Windows] by @marcelotduarte in #1980
- hooks: Disable sandbox in PySide2 WebEngine [Linux and Windows] by @marcelotduarte in #1981
- build(deps-dev): bump wheel from 0.40.0 to 0.41.0 by @dependabot in #1982
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1983
- build(deps-dev): bump sphinx from 7.0.1 to 7.1.0 by @dependabot in #1985
- build(deps-dev): bump pylint from 2.17.4 to 2.17.5 by @dependabot in #1987
- hooks: move ssl hook to a submodule by @marcelotduarte in #1988
- build(deps-dev): bump sphinx from 7.1.0 to 7.1.1 by @dependabot in #1989
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1990
- samples: document the use of qt samples in conda-forge by @marcelotduarte in #1991
- hooks: fix pyside2 webengine [conda linux] by @marcelotduarte in #1992
- hooks: fix pyqt5 webengine [conda linux] by @marcelotduarte in #1993
- Bump version: 6.16.0-dev5 by @marcelotduarte in #1994
- mod...