Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 381d0691da5695ff9c1a3d60afce559a70059117
      
https://github.com/pyinstaller/pyinstaller/commit/381d0691da5695ff9c1a3d60afce559a70059117
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M PyInstaller/hooks/hook-eth_abi.py
    A PyInstaller/hooks/hook-eth_account.py
    A PyInstaller/hooks/hook-eth_keyfile.py
    M PyInstaller/hooks/hook-eth_utils.py
    M PyInstaller/hooks/hook-web3.py
    M tests/functional/test_libraries.py
    M tests/requirements-libraries.txt

  Log Message:
  -----------
  Hooks: Add hooks to support current web3.


  Commit: 9a8420c3d2a09e9767cdc262c8d951dcc2486aa8
      
https://github.com/pyinstaller/pyinstaller/commit/9a8420c3d2a09e9767cdc262c8d951dcc2486aa8
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M tests/functional/test_basic.py
    M tests/functional/test_libraries.py
    M tests/requirements-libraries.txt

  Log Message:
  -----------
  Test/CI: Avoid PyCrypto/pycryptodome incompatibilities.


  Commit: c37451356ddc9c92db67dcf3d90b0d08294ed694
      
https://github.com/pyinstaller/pyinstaller/commit/c37451356ddc9c92db67dcf3d90b0d08294ed694
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M PyInstaller/utils/hooks/__init__.py
    M doc/hooks.rst

  Log Message:
  -----------
  Hooks: Add the requirements_for_package and collect_all functions.


  Commit: e7417446f5329d5bcca7958612717a47268d9b49
      
https://github.com/pyinstaller/pyinstaller/commit/e7417446f5329d5bcca7958612717a47268d9b49
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    R PyInstaller/hooks/hook-gevent.monkey.py
    A PyInstaller/hooks/hook-gevent.py
    M tests/requirements-libraries.txt

  Log Message:
  -----------
  Hooks: Update hook to support current gevent.


  Commit: 80b32b0b1b992be9c48baf3fb718443148981007
      
https://github.com/pyinstaller/pyinstaller/commit/80b32b0b1b992be9c48baf3fb718443148981007
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M PyInstaller/hooks/hook-django.py
    M tests/functional/data/django/django_site/urls.py
    M tests/functional/test_hooks/test_django.py
    M tests/requirements-libraries.txt

  Log Message:
  -----------
  Hooks: Update the Django hook for current version.


  Commit: 45bb27b5eeb42c6f5b1065fe0e13746650b58894
      
https://github.com/pyinstaller/pyinstaller/commit/45bb27b5eeb42c6f5b1065fe0e13746650b58894
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    R PyInstaller/hooks/hook-requests.py
    R 
PyInstaller/hooks/pre_safe_import_module/hook-requests.packages.urllib3.packages.six.moves.py
    M tests/functional/test_libraries.py
    M tests/requirements-libraries.txt

  Log Message:
  -----------
  Test/CI: Update to current requests package.


  Commit: 50cac50a60d5e3391e272c3ad6648253babf1800
      
https://github.com/pyinstaller/pyinstaller/commit/50cac50a60d5e3391e272c3ad6648253babf1800
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Test/CI: Additional tests produce > 1 hour runs. Split each job into two jobs.


  Commit: e5a357853a8b928edf871300322e4bc0a91ffcbd
      
https://github.com/pyinstaller/pyinstaller/commit/e5a357853a8b928edf871300322e4bc0a91ffcbd
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Test/CI: Appveyor tests run on 2 cores; therefore, run 2 jobs in parallel.

This prevents the Django tests (especially onefile) from running for a long 
time then timing out.


  Commit: 3d24aed10adde93e39db0084726fc79e7d515968
      
https://github.com/pyinstaller/pyinstaller/commit/3d24aed10adde93e39db0084726fc79e7d515968
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M tests/requirements-tools.txt

  Log Message:
  -----------
  Test/CI: Place comment before, not at the end of, lines.


  Commit: 82990738c18274d2061acf39abda3959a94a7371
      
https://github.com/pyinstaller/pyinstaller/commit/82990738c18274d2061acf39abda3959a94a7371
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M tests/requirements-libraries.txt
    M tests/requirements-tools.txt

  Log Message:
  -----------
  Test/CI: Move pywin32 to tools, since several non-library tests depend on 
this.


  Commit: a9ee2600ffe6867befa8707caf2aeed4630ed154
      
https://github.com/pyinstaller/pyinstaller/commit/a9ee2600ffe6867befa8707caf2aeed4630ed154
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M tests/requirements-libraries.txt

  Log Message:
  -----------
  Test/CI: Update pyenchant testing for Python 3.7 (exclude 64-bit test).


  Commit: bc6b1dc2c7973493bf28eaa86cabee1ee245dcf0
      
https://github.com/pyinstaller/pyinstaller/commit/bc6b1dc2c7973493bf28eaa86cabee1ee245dcf0
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M tests/requirements-libraries.txt

  Log Message:
  -----------
  Test/CI: Update Pandas version.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/e4ab40328633...bc6b1dc2c797
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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