Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotduarte committed Jul 9, 2020
1 parent 2ede219 commit 4e3bd5a
Showing 1 changed file with 42 additions and 44 deletions.
86 changes: 42 additions & 44 deletions doc/src/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,54 +8,53 @@ Version 6.2 (July 2020)
-----------------------

#) New or improved hooks for:
aiofiles (`PR #600`_)
babel (`PR #577`_)
bcrypt (`PR #583`_, `Issue #581`_)
certifi (`PR #690`_)
cffi.cparser (`PR #603`_)
ctypes (for MSYS2 mingw) (`PR #565`_)
matplotlib (`PR #574`_, `Issue #569`_)
pikepdf (`PR #604`_)
lxml (`PR #604`_)
pycryptodome (`PR #602`_)
pygments (`PR #604`_)
pkg_resources (`PR #584`_, `Issue #579`_)
pytest (`PR #617`_)
setuptools (`PR #608`_)
uvloop (`PR #689`_)
- aiofiles (`PR #600`_)
- babel (`PR #577`_)
- bcrypt (`PR #583`_, `Issue #581`_)
- certifi (`PR #690`_)
- cffi.cparser (`PR #603`_)
- ctypes (for MSYS2 mingw) (`PR #565`_)
- matplotlib (`PR #574`_, `Issue #569`_)
- pikepdf (`PR #604`_)
- lxml (`PR #604`_)
- pycryptodome (`PR #602`_)
- pygments (`PR #604`_)
- pkg_resources (`PR #584`_, `Issue #579`_)
- pytest (`PR #617`_)
- setuptools (`PR #608`_)
- uvloop (`PR #689`_)
#) Linux:
Pass command line arguments in current locale (`PR #645`_, `Issue #611`_)
- Pass command line arguments in current locale (`PR #645`_, `Issue #611`_)
#) Windows:
Solving multiprocessing pickling errors (`PR #622`_, `Issue #539`_, `Issue #402`_, `Issue #403`_, `Issue #231`_, `Issue #536`_)
Ensure the copy of default python libraries (`PR #640`_)
win32gui - replace deprecated functions that will be removed in py4 (`PR #649`_)
fix - exclude Tkinter from loaded modules (`PR #576`_, `Issue #567`_)
fix - no module named 'scipy.spatial.cKDTree' (`PR #626`_, `Issue #233`_)
fix - no module named 'multiprocessing.pool' (`PR #627`_, `Issue #353`_)
Download cx_Logging to build Win32Service.exe when building from sources (`PR #650`_, `Issue #519`_)
- Solving multiprocessing pickling errors (`PR #622`_, `Issue #539`_, `Issue #402`_, `Issue #403`_, `Issue #231`_, `Issue #536`_)
- Ensure the copy of default python libraries (`PR #640`_)
- win32gui - replace deprecated functions that will be removed in py4 (`PR #649`_)
- fix - exclude Tkinter from loaded modules (`PR #576`_, `Issue #567`_)
- fix - no module named 'scipy.spatial.cKDTree' (`PR #626`_, `Issue #233`_)
- fix - no module named 'multiprocessing.pool' (`PR #627`_, `Issue #353`_)
- Download cx_Logging to build Win32Service.exe when building from sources (`PR #650`_, `Issue #519`_)
#) macOS:
Fixing modification of PATH for single user install (`PR #614`_, `Issue #613`_)
Make needed dirs when using include_resources (`PR #633`_)
Check for Mach-O using byte strings to allow case of non unicode chars (`PR #635`_)
Copy references from /usr/local (`PR #648`_)
- Fixing modification of PATH for single user install (`PR #614`_, `Issue #613`_)
- Make needed dirs when using include_resources (`PR #633`_)
- Check for Mach-O using byte strings to allow case of non unicode chars (`PR #635`_)
- Copy references from /usr/local (`PR #648`_)
#) Documentation
Update doc and faq (`PR #564`_, `PR #663`_, `PR #688`_)
Initial work to be pep8 compliant (`PR #572`_, `PR #582`_)
- Update doc and faq (`PR #564`_, `PR #663`_, `PR #688`_)
- Initial work to be pep8 compliant (`PR #572`_, `PR #582`_)
#) Misc
Fixed bug in ``cxfreeze`` script introduced in 6.1 (`Issue #560`_).
Remove old packages/modules names, do not report as missing (`PR #605`_)
Better support for msys2 and anaconda3 (`PR #642`_)
Support python 3.5.2 and up (`PR #606`_)
Support metadata to use by pkg_resources (`PR #608`_)
New commom function rebuild_code_object to be reusable (`PR #629`_)
Fix optimize option in python 3.8 (`PR #641`_)
cmd: Add --include-files option (`PR #647`_)
Replace the value of __package__ directly in the code (`PR #651`_)
dbm module is in py3 (`PR #662`_)
Detect namespace packages (`PR #669`_, `PR #668`_)
Installing from source requires setuptools (`PR #687`_)
Remove PyUnicode_FromUnicode (`PR #673`_)

- Fixed bug in ``cxfreeze`` script introduced in 6.1 (`Issue #560`_).
- Remove old packages/modules names, do not report as missing (`PR #605`_)
- Better support for msys2 and anaconda3 (`PR #642`_)
- Support python 3.5.2 and up (`PR #606`_)
- Support metadata to use by pkg_resources (`PR #608`_)
- New commom function rebuild_code_object to be reusable (`PR #629`_)
- Fix optimize option in python 3.8 (`PR #641`_)
- cmd: Add --include-files option (`PR #647`_)
- Replace the value of __package__ directly in the code (`PR #651`_)
- dbm module is in py3 (`PR #662`_)
- Detect namespace packages (`PR #669`_, `PR #668`_)
- Installing from source requires setuptools (`PR #687`_)
- Remove PyUnicode_FromUnicode (`PR #673`_)

.. _Issue #231: https://github.com/marcelotduarte/cx_Freeze/issues/231
.. _Issue #233: https://github.com/marcelotduarte/cx_Freeze/issues/233
Expand Down Expand Up @@ -118,7 +117,6 @@ Version 6.2 (July 2020)
.. _PR #690: https://github.com/marcelotduarte/cx_Freeze/pull/690



Version 6.1 (January 2020)
--------------------------

Expand Down

0 comments on commit 4e3bd5a

Please sign in to comment.