Revisions of python-cx_Freeze

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1160804 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
- update to 6.15.16:
  * **Full Changelog**: https://github.com/marcelotduarte/cx_Free
    ze/compare/6.15.15...6.15.16
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1148496 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 14)
- 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
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1142782 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
- update to 6.15.13:
  * **Full Changelog**: https://github.com/marcelotduarte/cx_Free
    ze/compare/6.15.12...6.15.13
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1135260 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
- update to 6.15.12:
  * **Full Changelog**: https://github.com/marcelotduarte/cx_Free
    ze/compare/6.15.11...6.15.12
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1130470 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
- update to 6.15.11:
  * improve qt samples
  * **Full Changelog**: https://github.com/marcelotduarte/cx_Free
    ze/compare/6.15.10...6.15.11
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1126232 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
- update to 6.15.10:
  https://github.com/marcelotduarte/cx_Freeze/compare/6.15.9...6.15.10
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1115790 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
- update to 6.15.9:
  * https://github.com/marcelotduarte/cx_Freeze/compare/6.15.4...6.15.9

  * Use pytest rather than nose in one test case.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1084466 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1075144 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 6)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 919614 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 5)
- Add remove-nose.patch:
  * Use pytest rather than nose in one test case.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 730768 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 3)
- Conflict with python2-cx_Freeze as we are no longer update-alternatives
  set up package but provide only py3 variant

- Use noun phrase.

- Update to 6.0:
  * Corrected support for Python 3.7 (PR #395).
  * Use importlib and other Python 3 improvements (PR #484, PR #485, PR #486, PR #490).
  * Fixed issue with @rpath causing file copy errors on macOS (PR #307).
  * Replaced file() with open() and use context manager to ensure the file handle is closed and deleted (PR #348).
  * Corrected invalid version handling in bdist_msi (PR #349, Issue #340).
  * Corrected hook for clr module (PR #397, PR #444).
  * Corrected documentation for compress option (PR #358).
  * Ensure that the pythoncom and pywintypes DLLs are found in the lib directory and not in the base directory (Issue #332).
  * Always copy dependent files to root directory on macOS (PR #365).
  * Skip self referencing archive on macOS (PR #364, Issue #304).
  * Include doc directory in source distribution (PR #394, Issue #376).
  * Force msilib module to be reloaded in order to allow for the generation of multiple MSI packages in a single session (PR #419).
  * Added hook for PyQt5.QtPrintSupport module (PR #401).
  * Added ability to include an icon on the add/remove program window that pops up during installation (PR #387).
  * Prevent spurious errors from being printed during building on macOS by checking to see that a file is a Mach-O binary before adding it to the list of files it is checking the reference of (PR #342, Issue #268).
  * Avoid otool bug on macOS Yosemite (PR #297, Issue #292).
  * Added ability to specify environment variables that should be created when an MSI package is installed (PR #266).
  * Added support for including resources in an app bundle for macOS (PR #423).
  * Added absolute reference path option for macOS packages (PR #424).
  * Added CFBundle identifier for macOS packages (PR #427, Issue #426).
  * Added hook for copying SSL DLLs for Python 3.7+ on Windows (PR #470).
  * Added -municode flag when building on Windows with mingw32 (PR #468).
  * Added hook for pycparser (PR #446).
  * Fixed hook for zmq so it doesn’t fail when there is no bundled libzmq library in the installed pyzmq package (PR #442).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 605532 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
Standalone executables for python packages
Displaying all 15 revisions
openSUSE Build Service is sponsored by