Changelog for
python3-cx_Freeze-5.1.1-bp151.1.1.x86_64.rpm :
* Fri May 18 2018 jengelhAATTinai.de- Add limitations of CX_Freeze to the descriptions.
* Wed May 09 2018 toddrme2178AATTgmail.com- Update to 5.1.1
* See changelog at https://github.com/anthony-tuininga/cx_Freeze/blob/5.1.1/doc/releasenotes.rst- Add license file
* Wed Oct 18 2017 toddrme2178AATTgmail.com- Implement single-spec version- Update to 5.1
* See changelog at https://github.com/anthony-tuininga/cx_Freeze/blob/5.1/doc/releasenotes.rst
* Tue Jan 14 2014 termimAATTgmail.com- Update to 4.3.2:
* note: This version supports Python 2.4 and above. If you need Python 2.3 support, please use cx_Freeze 4.2.3.
* Added support for Python 3.4.
* Added hooks for PyQt4, PyQt5 and PySide to handle their plugins.
* Added support for creating a shortcut/alias to the Applications directory within distributed DMG files for OS X.
* Improve missing modules output.
* Avoid polluting the extension module namespace when using the bootstrap module to load the extension.
* Added support for using setuptools and pip if such tools are available.
* Added first tests; nose and mock are required to run them.
* Remove --bundle-iconfile in favor of --iconfile as a more generic method of including the icon for bdist_mac.
* Documentation improved and FAQ added.
* Converted samples to follow PEP 8.- Bugs fixed:
* cxfreeze-quickstart failed if the default base was not used
* scripts frozen with Python 3 fail with an ImportError trying to import the re module
* fix bug where after a first attempt to find a module failed, the second attempt would erroneously succeed
* stop attempting to load a module by a name that is not a valid Python identifier- Update to 4.3.1:
* note: This version supports Python 2.4 and above. If you need Python 2.3 support, please use cx_Freeze 4.2.3.
* Added support for the final release of Python 3.3.
* Added support for copying the MSVC runtime DLLs and manifest if desired by using the --include-msvcr switch. Thanks to Almar Klein for the initial patch.
* Clarified the documentation on the --replace-paths option. Thanks to Thomas Kluyver for the patch.- Bugs fixed:
* Producing a Mac distribution failed with a variable reference.
* Freezing a script using PyQt on a Mac failed with a type error.
* Version number reported was incorrect.
* Correct paths during installation on Windows.- Update to 4.3:
* note: This version supports Python 2.4 and above. If you need Python 2.3 support, please use cx_Freeze 4.2.3.
* Added options to build Mac OS X application bundles and DMG packages using ``bdist_mac`` and ``bdist_dmg`` distutils commands. Written by Rob Reilink.
* The documentation is now using Sphinx, and is `available on ReadTheDocs.org
`_.
* Added support for Python 3.3 which uses a different compiled file format than earlier versions of Python.
* Added support for Windows services which start automatically and which are capable of monitoring changes in sessions such as lock and unlock.
* New ``cxfreeze-quickstart`` wizard to create a basic ``setup.py`` file. Initially written by Thomas Kluyver.
* Included files under their original name can now be passed to ``include_files`` as a tuple with an empty second element. Written by r_haritonov.
* File inclusions/exclusions can now be specified using a full path, or a shared library name with a version number suffix.- Bugs fixed:
* Messagebox display of certain errors in Windows GUI applications with Python 3.
* Running Windows GUI applications in a path containing non-ASCII characters.
* Calculate the correct filename for the Python shared library in Python 3.2.
* Including a package would not include the packages within that package, only the modules within that package.
* Fri May 04 2012 toddrme2178AATTgmail.com- Fix for rpmlint warnings- Update license
* Mon Apr 30 2012 toddrme2178AATTgmail.com- Split python 3 version into a seperate spec file
* Wed Dec 07 2011 saschpeAATTsuse.de- Define python3_sitearch for openSUSE-11.3 and 11.4
* Wed Dec 07 2011 saschpeAATTsuse.de- Provides/obsoletes for python3-cx_freeze
* Mon Dec 05 2011 toddrme2178AATTgmail.com- Renamed the package to match the upstream naming- Cleaned up spec file formatting- Added a python 3 version of the package
* Sun Mar 20 2011 alexandreAATTexatati.com.br- Update to 4.2.3: - Added support for Python 3.2. - Added hook for datetime module which implicitly imports the time module. - Fixed hook for tkinter in Python 3.x. - Always include the zlib module since the zipimport module requires it, even when compression is not taking place. - Added sample for a tkinter application.- Regenerated spec file.