SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-cx_Freeze-7.2.9-1.1.i586.rpm :

* Mon Feb 03 2025 Dirk Müller - update to 7.2.9:
* Bugfix release.- update to 7.2.8:
* Bugfix release.
* Wed Dec 11 2024 Steve Kowalik - Update to 7.2.7:
* bdist_rpm: drop rpm2_mode and refactor spec_file
* hooks: the optimized mode is the default for pip installations
* hooks: support numpy 2.0
* Exit with non-zero exit code on exception
* hooks: improve scipy hooks
* hooks: fix matplotlib hooks used in zip_include_packages
* hooks: fix scipy hooks used in zip_include_packages
* linux: bdist_rpm depends on rpmbuild being installed
* chore: use pytest-datafiles to run tests in temporary path
* fix: zip_include_packages/zip_exclude_packages regression
* chore: use pytest-xdist to speed up the tests
* chore: drop support for python 3.7
* parser: support for lief 0.14 ParserConfig
* chore: add basic support for Python 3.12
* fix: bdist_rpm should generate only binaries [linux]
* samples: fix pydantic sample to work python < 3.10
* hooks: fix the sentry_sdk hook
* hooks: move sklearn hook to a submodule
* hooks: add boto3
* fix: bdist_rpm to pass tests in python 3.12b4
* hooks: multiprocessing support for forkserver and spawn
* hooks: update sysconfig hook
* hooks: PySide2/6 - shiboken2/6 in zip_include_packages
* finder: add base modules at the end to simplify tests
* hooks: fix for pyqt [conda linux]
* hooks: move ssl hook to a submodule
* hooks: fix pyside2 webengine [conda linux]
* hooks: fix pyqt5 webengine [conda linux]
* module: ModuleHook class to support inheritance
* finder: improve scan code to detect packages using import call
* finder: cache_path holds where distribution data is saved
* module: propagate cache_path from the finder
* module: get the implicit imports of extensions in a stub file
* module: add a importshed for parsed stubs
* hooks: qt extension modules are detected using stubs
* module: search for the stub file already parsed in the distribution
* hooks: improve tzdata/zoneinfo/pytz hooks a bit for use in zip
* hooks: use module.exclude_names to filter missing modules
* build-wheel: add support for ppc64le binary wheels for py310+
* hooks: add pycryptodomex and update pycryptodome
* hooks: add support for pandas 2.1.0
* hooks: improve numpy and pandas hooks
* samples: small tweaks to demonstrate independent options
* hooks: fix numpy/scipy dylibs are included twice
* hooks: add RNS (Reticulum)
* hooks: add numpy 1.26
* hooks: move tkinter and tz data to share folder
* fix: avoid false builtin modules developing in multi-environment
* parser: use the internal path instead of sys.path
* hooks: add tidylib
* parser: exclude LD_PRELOAD to not include triggered dependencies
* hooks: initialize blas [numpy conda-forge]
* bdist_deb: create an DEB distribution [new feature]
* chore: rewrite some imports as absolute
* hooks: add triton and support for pytorch 2.1
* hooks: tweaks to the debugging of qt hooks
* hooks: adds anyio, pyarrow and tiktoken
* hooks: add yt_dlp
* hooks: add AV and PyAV
* bdist_appimage: build Linux AppImage format [new feature]
* setup script: extend executables keyword to support more types
* setup script: pre-defined values for base are valid in all OS
* setup script: add an extension to executable icon that is valid across OS
* freezer: improve/fixes validate_executable
* hooks: opencv-python - minor fixes
* hooks: add pyproj
* parser: minor fix to support lief 0.14
* fix: incorrect metadata usage in install/install_exe
* freezer: remove dead code (not used in py38+)
* hooks: add easyocr and torchvision (also update skickit-image and pytorch)
* hooks: support tensorflow plugins
* chore: refactor internal modules
* chore: move License to the project root dir
* chore: generate multiple files for requirements
* test: add a linux binary wheel test in ci
* fix: coverage report usage and omit option
* initscripts: use of loader is deprecated
* parser: show what patchelf is doing if silent is off
* fix: regression in _pre_copy_hook (Linux)
* hooks: support numpy in python 3.12- Drop patch python312.patch, included upstream.
* Fri Mar 22 2024 Dirk Müller - update to 6.15.16:
*
*
*Full Changelog
*
*: https://github.com/marcelotduarte/cx_Free ze/compare/6.15.15...6.15.16
* Wed Feb 21 2024 Daniel Garcia - Add python312.patch, gh#marcelotduarte/cx_Freeze#1925- update to 6.15.15:
*
*
*Full Changelog
*
*: https://github.com/marcelotduarte/cx_Freeze/compare/6.15.13...6.15.15
* Tue Jan 30 2024 Dirk Müller - update to 6.15.13:
*
*
*Full Changelog
*
*: https://github.com/marcelotduarte/cx_Free ze/compare/6.15.12...6.15.13
* Wed Dec 27 2023 Dirk Müller - update to 6.15.12:
*
*
*Full Changelog
*
*: https://github.com/marcelotduarte/cx_Free ze/compare/6.15.11...6.15.12
* Sat Dec 02 2023 Dirk Müller - update to 6.15.11:
* improve qt samples
*
*
*Full Changelog
*
*: https://github.com/marcelotduarte/cx_Free ze/compare/6.15.10...6.15.11
* Tue Nov 14 2023 Dirk Müller - update to 6.15.10: https://github.com/marcelotduarte/cx_Freeze/compare/6.15.9...6.15.10
* Thu Oct 05 2023 Dirk Müller - update to 6.15.9:
* https://github.com/marcelotduarte/cx_Freeze/compare/6.15.4...6.15.9
* Wed Jul 26 2023 Bernhard Wiedemann - update to 6.15.4:
* fix a year 2038 issue
* various fixes
* hooks: multiprocessing support for forkserver and spawn
* hooks: add boto3
* hooks: add py-cord (fork of discord)
* samples: add a new matplotlib sample using Tk
* Wed May 03 2023 Dirk Müller - update to 6.14.9:
* support unbundled setuptools
* hooks: include a qt.conf for pyside2-webengine to work
* hooks: add pyimagej and jpype
* hooks: add librosa and lazy_loader hooks
* Wed Mar 29 2023 Steve Kowalik - Update to 6.14.7:
* Support to build musllinux wheels
* project: Improve patchelf dependency specification
* Include copy of cx_Freeze license with frozen applications
* Support Python 3.11 and set it as default in CI
* Drop python 3.6
* build: setuptools has \'build\' command since v62.4.0
* finder: extend include_file_as_module to include submodule
* bases and initscripts: lowercase to remove pylint invalid-name
* freezer: copy package data using _copy_files to correctly parse dependencies
* Cleanup to support/test with python 3.11b3
* feezer: use internal _create_directory (create the parents, verbose)
* Set the path to search for modules, and fix the path for built-in modules
* Compile base executables with generic names depending on SOABI
* Get rid of some calls to deprecated module distutils
* Support for using embedded manylinux static libraries
* Fix incorrect default bin path includes
* Use a self made requirements sync instead of piptools
* Add cached_property (and a compatible function) for planned use
* The built-in modules are determined based on the cx_Freeze build
* finder: use pep8 names (and enable pylint for it)
* Declare the new subpackage cx_Freeze.command
* Using a trick to get around a dependency on distutils.
* Implements Parser interface to create an abstraction to parse binary
* files
* Implements basic PEParser interface
* Helper to create and return a Path-like temporary directory
* Add a basic pyproject.toml for build and tools
* importlib.metadata is no longer provisional in Python 3.10
* Prioritize importlib_metadata in versions lower than 3.10
* Avoid error when cx_Freeze.util is not build yet
* Use helper TemporaryPath in module
* Implements ELFParser interface merging patchelf
* Extend Module.in_file_system to support an optimized mode
* Convert existing tests to pytest + increase coverage
* Fix relative path in dependencies, detected in miniconda linux
* Use pathlib everywhere
* Create permanent cx_Freeze/bases
* Enable python -m cx_Freeze syntax
* Starts freezing in a clean directory
* Improve metadata using importlib.metadata
* Improve copy dependent files relative to source module file
* Added support for Python 3.8.- Drop patch remove-nose.patch, upstream moved to pytest.
 
ICM