Cx-freeze

Latest version: v6.15.16

Safety actively analyzes 618892 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 13

7.0.0rc0

What's Changed
* Exit with non-zero exit code on exception by johan-ronnkvist in https://github.com/marcelotduarte/cx_Freeze/pull/1783
* build(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1891
* build(deps-dev): bump cibuildwheel from 2.12.3 to 2.13.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1893
* fix: increase maximum recursion depth by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1890
* hooks: improve scipy hooks by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1896
* hooks: fix matplotlib hooks used in zip_include_packages by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1897
* samples: add a new matplotlib sample using Tk by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1901
* samples: update matplotlib sample using Wx (and remove deprecated test) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1902
* hooks: fix scipy hooks used in zip_include_packages by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1903
* samples: add scipy sample by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1904
* Bump version: 6.15.0 → 6.16.0-dev0 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1905
* build(deps-dev): bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1908
* build(deps-dev): bump cibuildwheel from 2.13.0 to 2.13.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1909
* linux: bdist_rpm depends on rpmbuild being installed by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1913
* chore: bump ruff 0.0.272 and fix local/system dependencies by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1914
* build(deps-dev): bump pytest-mock from 3.10.0 to 3.11.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1918
* build(deps): update setuptools requirement from <68,>=62.6 to >=62.6,<69 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1919
* chore: cleanup tests and dependencies by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1923
* build(deps-dev): bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1926
* chore: use pytest-datafiles to run tests in temporary path by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1927
* tests: add more samples to tests by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1928
* tests: add more test cases for ModuleFinder class by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1929
* build(deps-dev): bump ruff from 0.0.272 to 0.0.275 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1930
* fix: zip_include_packages/zip_exclude_packages regression by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1922
* chore: use pytest-xdist to speed up the tests by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1932
* Bump version: 6.16.0-dev0 → 6.16.0-dev1 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1933
* chore: to use pre-commit.ci add skip option by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1936
* chore: drop support for python 3.7 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1935
* parser: support for lief 0.14 ParserConfig by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1924
* chore: add basic support for Python 3.12 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1925
* chore: tweak to remove excess of pylint and noqa by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1938
* chore: fine tuning pytest options by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1939
* tests: build executable to test in a subprocess by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1940
* chore: more fine tuning pytest options [ci skip] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1941
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/1944
* fix: bdist_rpm should generate only binaries [linux] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1945
* test: xfail some tests when rpmbuild is not present by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1947
* fix: support clang -fno-lto [conda macos] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1948
* fix: copy dependent files on "lib" directory [macOS] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1942
* fix: detection of dependent files and python shared library [conda linux/macos] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1946
* chore: add more coverage reports [skip ci] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1950
* samples: fix pydantic sample to work python < 3.10 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1949
* fix: add rpath in macos executable [conda macos] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1951
* hooks: improve hook for pillow [macos] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1952
* hooks: fix the sentry_sdk hook by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1953
* hooks: move sklearn hook to a submodule by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1954
* hooks: add boto3 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1955
* build(deps-dev): bump cibuildwheel from 2.13.1 to 2.14.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1957
* chore: enable Python 3.12 wheels and remove universal2 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1958
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/1959
* fix: bdist_rpm to pass tests in python 3.12b4 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1963
* tests: rewrite create_package to support dedent by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1960
* hooks: add py-cord (fork of discord) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1964
* hooks: multiprocessing support for forkserver and spawn by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1956
* samples: update samples using wxPython by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1965
* hooks: update sysconfig hook by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1967
* startup: get rid of sysconfig at startup by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1968
* build(deps-dev): bump cibuildwheel from 2.14.0 to 2.14.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1972
* build-wheel: put jobs in concurrency for speedup [skip ci] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1971
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/1973
* hooks: PySide2/6 - shiboken2/6 in zip_include_packages by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1970
* finder: add base modules at the end to simplify tests by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1974
* hooks: fix for pyqt [conda linux] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1976
* hooks: support pyside2 5.15.8 [msys2] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1978
* hooks: support for pyqt6 6.5.1 [msys2] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1977
* hooks: support pyside6 6.5.1 [conda] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1979
* hooks: support opencv-python 4.8.0 [msys2] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1975
* hooks: Disable sandbox in PyQt5 WebEngine [Linux and Windows] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1980
* hooks: Disable sandbox in PySide2 WebEngine [Linux and Windows] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1981
* build(deps-dev): bump wheel from 0.40.0 to 0.41.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1982
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/1983
* build(deps-dev): bump sphinx from 7.0.1 to 7.1.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1985
* build(deps-dev): bump pylint from 2.17.4 to 2.17.5 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1987
* hooks: move ssl hook to a submodule by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1988
* build(deps-dev): bump sphinx from 7.1.0 to 7.1.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1989
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/1990
* samples: document the use of qt samples in conda-forge by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1991
* hooks: fix pyside2 webengine [conda linux] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1992
* hooks: fix pyqt5 webengine [conda linux] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1993
* Bump version: 6.16.0-dev5 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1994
* module: ModuleHook class to support inheritance by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1998
* build(deps-dev): bump sphinx from 7.1.1 to 7.1.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1995
* finder: improve scan code to detect packages using import call by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1966
* hooks: add markdown by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/1997
* build(deps-dev): bump wheel from 0.41.0 to 0.41.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/1999
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2000
* build(deps-dev): bump cibuildwheel from 2.14.1 to 2.15.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2002
* finder: cache_path holds where distribution data is saved by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2003
* chore: new internal _typing module by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2004
* module: propagate cache_path from the finder by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2005
* module: get the implicit imports of extensions in a stub file by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2006
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2007
* module: add a importshed for parsed stubs by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2008
* hooks: qt extension modules are detected using stubs by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2009
* module: search for the stub file already parsed in the distribution by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2013
* build(deps-dev): update pre-commit and doc dependencies by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2014
* doc: furo can be used only on html build by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2015
* build(deps-dev): bump wheel from 0.41.1 to 0.41.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2017
* hooks: improve tzdata/zoneinfo/pytz hooks a bit for use in zip by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2018
* hooks: use module.exclude_names to filter missing modules by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2019
* build-wheel: add support for ppc64le binary wheels for py310+ by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2020
* hooks: add pycryptodomex and update pycryptodome by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2022
* build(deps-dev): bump pluggy from 1.2.0 to 1.3.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2023
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2024
* Builds pass macOS notarization by johan-ronnkvist in https://github.com/marcelotduarte/cx_Freeze/pull/2025
* build(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2027
* build(deps-dev): bump pytest from 7.4.0 to 7.4.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2028
* build(deps): bump actions/checkout from 3 to 4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2029
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2031
* build-wheel: fix build and compatibility w/ build 1.0 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2030
* hooks: add support for pandas 2.1.0 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2032
* doc: Building binary wheels by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2033
* "Bump version: 6.16.0-dev5 → 6.16.0-dev6 [ci skip]" by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2034
* build(deps-dev): bump pytest from 7.4.1 to 7.4.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2035
* hooks: improve numpy and pandas hooks by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2036
* bdist_mac: regression - fix duplicate lib in bdist_dmg by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2037
* bdist_mac: small optimization on copy tree by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2040
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2043
* build(deps): bump docker/setup-qemu-action from 2 to 3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2044
* samples: small tweaks to demonstrate independent options by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2045
* build(deps): bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2047
* Revert "build(deps): bump codecov/codecov-action from 3 to 4" by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2049
* icons: add Python icons by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2051
* "Bump version: 6.16.0-dev6 → 6.16.0-dev7 [ci skip]" by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2052
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2055
* hooks: fix numpy/scipy dylibs are included twice by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2038
* bdist_mac: Copy build_exe to Resources and move executables to MacOS by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2048
* hooks: add RNS (Reticulum) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2053
* build(deps-dev): bump cibuildwheel from 2.15.0 to 2.16.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2056
* hooks: fix numpy/scipy regression [mingw] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2057
* hooks: add numpy 1.26 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2058
* doc: improve documentation for 'binary wheels' by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2059
* hooks: fix scipy windows by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2060
* build_exe: fix typo in command line boolean option 'include-msvcr' by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2062
* tests: minor tweaks by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2063
* build(deps-dev): bump pylint from 2.17.5 to 2.17.6 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2065
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2066
* hooks: move tkinter and tz data to share folder by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2067
* build(deps-dev): bump cibuildwheel from 2.16.0 to 2.16.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2069
* fix: avoid false builtin modules developing in multi-environment by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2070
* parser: use the internal path instead of sys.path by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2071
* hooks: add tidylib by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2072
* parser: exclude LD_PRELOAD to not include triggered dependencies by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2073
* hooks: initialize blas [numpy conda-forge] by IperGiove in https://github.com/marcelotduarte/cx_Freeze/pull/2074
* bdist_rpm: fix issue with install prefix by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2075
* "Bump version: 6.16.0-dev7 → 6.16.0-dev8 [ci skip]" by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2076
* bdist_rpm: remove unused options by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2077
* bdist_deb: create an DEB distribution [new feature] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2078
* doc: minor fixes by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2079
* bdist_deb: add doc and tests by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2080
* chore: rewrite some imports as absolute by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2083
* tests: use importorskip/skip at module level to skip early by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2084
* build(deps-dev): bump pylint from 2.17.6 to 3.0.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2081
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2082
* build(deps-dev): bump cibuildwheel from 2.16.1 to 2.16.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2085
* build(deps-dev): bump pylint from 3.0.0 to 3.0.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2089
* build(deps-dev): bump pytest-timeout from 2.1.0 to 2.2.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2091
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2092
* hooks: add triton and support for pytorch 2.1 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2090
* build(deps-dev): bump pre-commit from 3.4.0 to 3.5.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2096
* fix: issues with manifest and windows version by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2097
* "Bump version: 6.16.0-dev8 → 6.16.0-dev9 [ci skip]" by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2098
* chore: update base executables and util module [ci skip] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2099
* bases: update base executables and util module [ci skip] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2100
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2101
* build(deps-dev): bump pytest-mock from 3.11.1 to 3.12.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2103
* bdist_mac: skip text files in set_relative_reference_paths by micahflee in https://github.com/marcelotduarte/cx_Freeze/pull/2102
* parse: regression fix in get_dependent_files [windows] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2104
* bdist_mac: make symlink between Resources/share and Contents/MacOS by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2105
* darwintools: fix adhocsignature for universal2 machine by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2107
* bdist_mac: move set_relative_reference_paths to build_exe by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2106
* hooks: tweaks to the debugging of qt hooks by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2108
* hooks: fix qt.conf for pyqt [macos] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2109
* hooks: fix qtwebengine in conda-forge by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2110
* build(deps-dev): bump pylint from 3.0.1 to 3.0.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2111
* build(deps-dev): bump sphinx-tabs from 3.4.1 to 3.4.4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2112
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2113
* "Bump version: 6.16.0-dev9 → 6.16.0-dev10 [ci skip]" by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2114
* build(deps-dev): bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2115
* build(deps): bump wheel from 0.41.2 to 0.41.3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2119
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2120
* hooks: fix pyqt6 in bdist_mac (.app) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2122
* hooks: use a different approach for pyqt6 in bdist_mac by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2123
* hooks: Support for PyQt6/PySide6 QtWebEngine in macOS by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2124
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2125
* hooks: Support for PyQt5/PySide2 QtWebEngine in macOS by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2127
* samples: improve qt samples by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2128
* build(deps-dev): bump pytest-xdist[psutil] from 3.3.1 to 3.4.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2129
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2130
* build_exe: raise exception on invalid build_exe option by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2132
* chore: cosmetic and minor tweaks by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2137
* hooks: adds anyio, pyarrow and tiktoken by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2134
* freezer: Improve symlink support to work w/ macOS by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2138
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2142
* build(deps): update setuptools requirement from <69,>=62.6 to >=62.6,<70 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2141
* build(deps-dev): bump pytest-xdist[psutil] from 3.4.0 to 3.5.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2143
* hooks: add yt_dlp by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2145
* bdist_mac: apply the style of other bdist modules by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2139
* chore: switch to bump-my-version by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2146
* build(deps-dev): bump bump-my-version from 0.11.0 to 0.12.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2147
* build(deps): bump wheel from 0.41.3 to 0.42.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2148
* fix: pthread missing for building in FreeBSD by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2150
* Bump version: 6.16.0-dev10 → 6.16.0-dev11 [ci skip] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2151
* Replace SetDllDirectory by AddDllDirectory by igortg in https://github.com/marcelotduarte/cx_Freeze/pull/2144
* build(deps): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2155
* build(deps-dev): bump pylint from 3.0.2 to 3.0.3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2156
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2157
* build(deps): bump github/codeql-action from 2 to 3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2160
* build(deps): bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2162
* build(deps): bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2163
* build: fix build_wheel (after 2162 and 2163) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2170
* hooks: add AV and PyAV by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2165
* fix: 2139 introduced a regression [macos] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2172
* bdist_mac: create symlink between folders specified by user under Resources by wanghaisheng in https://github.com/marcelotduarte/cx_Freeze/pull/2169
* Bump version: 6.16.0-dev11 → 6.16.0-dev12 [ci skip] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2173
* build(deps-dev): bump bump-my-version from 0.12.0 to 0.15.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2174
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2175
* build-wheel: fix update_bases' ref and cleanup publish by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2176
* build(deps-dev): bump bump-my-version from 0.15.1 to 0.15.3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2178
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2181
* bdist_appimage: build Linux AppImage format [new feature] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2050
* setup script: extend executables keyword to support more types by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2182
* setup script: pre-defined values for base are valid in all OS by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2184
* setup script: add an extension to executable icon that is valid across OS by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2185
* build(deps-dev): bump bump-my-version from 0.15.3 to 0.15.4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2186
* build(deps-dev): bump pytest from 7.4.3 to 7.4.4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2188
* tests: simplify test using a run_command by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2187
* tests: simplify more tests using run_command by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2189
* build(deps-dev): bump bump-my-version from 0.15.4 to 0.16.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2191
* build(deps-dev): bump bump-my-version from 0.16.0 to 0.16.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2194
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2195
* build(deps-dev): bump pre-commit up to 3.6.0 and sphinx up to 7.2.6 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2196
* tests: minor tweaks - part 1 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2197
* tests: minor tweaks - part 2 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2198
* build(deps-dev): bump bump-my-version from 0.16.1 to 0.16.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2201
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2202
* freezer: improve/fixes validate_executable by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2205
* hooks: opencv-python - minor fixes by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2206
* winmsvcr: extend support for VS 2022 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2204
* hooks: add pyproj by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2207
* docs: open extenal links in new tab by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2208
* chore: Update copyright year and license by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2209
* winversioninfo: fix version string and improve coverage/tests by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2211
* build(deps-dev): bump bump-my-version from 0.16.2 to 0.17.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2213
* build(deps-dev): bump sphinx-tabs from 3.4.4 to 3.4.5 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2214
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2215
* parser: minor fix to support lief 0.14 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2216
* build(deps-dev): bump pluggy from 1.3.0 to 1.4.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2217
* tests: add tests for __main__ and cli by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2219
* winversioninfo: comments length must be limited to fit WORD by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2220
* build(deps-dev): bump bump-my-version from 0.17.0 to 0.17.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2222
* tests: target_dir "starts in a clean directory" by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2223
* tests: test build_exe options silent,silent-level and build_exe by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2224
* chore: add options to pre-commit by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2225
* executable: new option --uac-uiaccess by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2135
* tests: add some freezer tests by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2226
* build(deps-dev): bump pytest from 7.4.4 to 8.0.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2227
* build(deps-dev): bump bump-my-version from 0.17.1 to 0.17.3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2228
* build(deps-dev): bump cibuildwheel from 2.16.2 to 2.16.4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2229
* build(deps-dev): bump black 2024 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2230
* chore: improve the use of coverage by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2233
* chore: rearranges and sort some settings by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2235
* fix: coverage report extra tests by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2236
* ci: add specific coverage test for linux by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2239
* build(deps-dev): bump cibuildwheel from 2.16.4 to 2.16.5 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2237
* tests: improve coverage tests for linux by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2241
* fix: incorrect metadata usage in install/install_exe by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2242
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2243
* build(deps-dev): bump sphinx-new-tab-link from 0.2.1 to 0.2.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2245
* build(deps): bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2238
* chore: add support for pyproject.toml (tool.cxfreeze) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2244
* tests: add more tests for bdist_msi by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2248
* fix: remove misuse of packages in setuptools.setup by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2249
* fix: 2242 introduced a regression in install_exe by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2250
* build-exe: adds include_path option (formerly in cli) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2253
* tests: add more tests for freezer by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2254
* build(deps-dev): bump bump-my-version from 0.17.3 to 0.17.4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2255
* build(deps-dev): bump furo from 2023.9.10 to 2024.1.29 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2256
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2257
* pre-commit: use validate-pyproject-schema-store by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2258
* bdist_deb: fix call to bdist_rpm, improve tests by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2260
* tests: improve a bit build_exe and freezer tests by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2262
* freezer: remove dead code (not used in py38+) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2263
* build(deps-dev): bump pytest from 8.0.0 to 8.0.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2265
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marcelotduarte/cx_Freeze/pull/2266
* build(deps): support lief 0.14.x by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2267
* chore: use only 'ruff' as a linter and formatter by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2268
* tests: improve bdist_msi tests and samples by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2269
* build(deps-dev): bump coverage from 7.4.1 to 7.4.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2271
* bdist_msi: remove unused code by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2270
* build(deps-dev): bump bump-my-version from 0.17.4 to 0.18.3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2276
* build(deps-dev): bump pytest from 8.0.1 to 8.0.2 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2277
* build(deps-dev): bump coverage from 7.4.2 to 7.4.3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2278
* build(deps-dev): bump sphinx-new-tab-link from 0.2.2 to 0.2.3 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2279
* build(deps-dev): bump sphinx-new-tab-link from 0.2.3 to 0.3.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2282
* docs: update msvcr links by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2284
* hooks: support pytorch 2.2 by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2281
* doc: improve the code_layout a bit by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2288
* build(deps-dev): bump pytest-timeout from 2.2.0 to 2.3.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2289
* build(deps-dev): bump pytest from 8.0.2 to 8.1.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2291
* build(deps-dev): bump sphinx-new-tab-link from 0.3.0 to 0.3.1 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2292
* build(deps-dev): bump ruff-pre-commit 0.3.2 [ci skip] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2294
* cli: restore more deprecated options by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2295
* build(deps-dev): bump bump-my-version from 0.18.3 to 0.19.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2296
* build(deps-dev): bump cibuildwheel from 2.16.5 to 2.17.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2297
* build(deps): update wheel requirement from <=0.42.0,>=0.38.4 to >=0.38.4,<=0.43.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2298
* build-wheel: use macos-14 (native arm) with cibuildwheel by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2299
* build(deps-dev): bump coverage from 7.4.3 to 7.4.4 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2301
* hooks: add easyocr and torchvision (also update skickit-image and pytorch) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2286
* hooks: support tensorflow plugins by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2302
* build: fix for Python 3.12 Ubuntu Linux 24.04 (Noble Nimbat) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2303
* chore: enable ruff 'EM' ruleset by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2304
* chore: use more ruff lint rules by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2305
* build(deps-dev): bump sphinx-new-tab-link from 0.3.1 to 0.4.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2306
* chore: improve type checking (w/ help of ruff) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2307
* chore: adapt code to support ruff 'S' rules by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2308
* chore: improve annotation (using ruff to check) by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2309
* tests: add TYPE_CHECKING to coverage excludes by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2310
* build(deps-dev): bump pytest-mock from 3.12.0 to 3.14.0 by dependabot in https://github.com/marcelotduarte/cx_Freeze/pull/2311
* chore: remove unused class by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2314
* Bump version: 6.16.0-dev12 → 7.0.0-rc0 [ci skip] by marcelotduarte in https://github.com/marcelotduarte/cx_Freeze/pull/2315

New Contributors
* johan-ronnkvist made their first contribution in https://github.com/marcelotduarte/cx_Freeze/pull/1783
* pre-commit-ci made their first contribution in https://github.com/marcelotduarte/cx_Freeze/pull/1944
* IperGiove made their first contribution in https://github.com/marcelotduarte/cx_Freeze/pull/2074
* micahflee made their first contribution in https://github.com/marcelotduarte/cx_Freeze/pull/2102
* igortg made their first contribution in https://github.com/marcelotduarte/cx_Freeze/pull/2144
* wanghaisheng made their first contribution in https://github.com/marcelotduarte/cx_Freeze/pull/2169

**Full Changelog**: https://github.com/marcelotduarte/cx_Freeze/compare/6.15.16...7.0.0-rc0

6.16.0dev9

6.16.0dev2

6.15.16

**Full Changelog**: https://github.com/marcelotduarte/cx_Freeze/compare/6.15.15...6.15.16

6.15.15

**Full Changelog**: https://github.com/marcelotduarte/cx_Freeze/compare/6.15.14...6.15.15

6.15.14

**Full Changelog**: https://github.com/marcelotduarte/cx_Freeze/compare/6.15.13...6.15.14

Page 1 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.