Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: f6ba0736ae37139b7c057b7bf521c540053dc574
      
https://github.com/pyinstaller/pyinstaller/commit/f6ba0736ae37139b7c057b7bf521c540053dc574
  Author: Stephen Rauch <stephen.rauch+git...@gmail.com>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M .pylintrc
    M PyInstaller/depend/bindepend.py
    M PyInstaller/lib/ordlookup/__init__.py
    M PyInstaller/lib/ordlookup/oleaut32.py
    M PyInstaller/lib/ordlookup/ws2_32.py
    M PyInstaller/lib/pefile.py
    M PyInstaller/utils/win32/versioninfo.py
    M doc/CHANGES.rst
    M scripts/update-copyright
    M setup.py
    M tests/requirements-win.txt

  Log Message:
  -----------
  Remove need for pypi pefile

Package pefile.py with pyinstaller.  This partially undoes
some changes in 3.2 in which the packaged pefiles were removed
to use the pypi version instead.  The pypi version was
considerably slower in some applications, and still has a couple
of small issues on PY3. (#1920)

Bundled version of pefile is of now (Early June 2016) the
upstream tip, as it has accepted the shortcuts which speed it up
when used by pyinstaller, and fixed some other bugs present on
the PyPi version.  There is however still a minor issue with the
pefile installer on some PY3 non-utf8 systems. So for now, pefile
is once again packaged with pyinstaller. The intent is to go back
to the pypi version, once the known issue with the pefile
installer on PY3 has been resolved. (#2019)


  Commit: 582599c1f6d47f08c4a2bb4259081498b1ef7c87
      
https://github.com/pyinstaller/pyinstaller/commit/582599c1f6d47f08c4a2bb4259081498b1ef7c87
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2016-06-04 (Sat, 04 Jun 2016)

  Changed paths:
    M .pylintrc
    M PyInstaller/depend/bindepend.py
    M PyInstaller/lib/ordlookup/__init__.py
    M PyInstaller/lib/ordlookup/oleaut32.py
    M PyInstaller/lib/ordlookup/ws2_32.py
    M PyInstaller/lib/pefile.py
    M PyInstaller/utils/win32/versioninfo.py
    M doc/CHANGES.rst
    M scripts/update-copyright
    M setup.py
    M tests/requirements-win.txt

  Log Message:
  -----------
  Merge pull request #2025 from stephenrauch/pefile_py3_setup_workaround

Work around for #2019


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/552ac37613b9...582599c1f6d4

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to