Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 54f339cc4ff530d5f91ad5e39b54843990dcb33a
      
https://github.com/pyinstaller/pyinstaller/commit/54f339cc4ff530d5f91ad5e39b54843990dcb33a
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Fix: Avoid access denied error on Windows.

This avoids the AppVeyor error "PermissionError: [WinError 5] Access is denied: 
'C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\pip-bh_ifrdu-uninstall\\python35\\scripts\\pip.exe'"

This is probably caused by running the setuptools entry point for pip, which on 
Windows is pip.exe. Installing pip-accel tries to rewrite this, which (since 
it's currently executing) produces the error above.


  Commit: da79c726df62adf030d1a8c59b9ecf08d46441f0
      
https://github.com/pyinstaller/pyinstaller/commit/da79c726df62adf030d1a8c59b9ecf08d46441f0
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M tests/scripts/appveyor/run_with_env.cmd

  Log Message:
  -----------
  Fix: Update AppVeyor scripts from 
https://github.com/ogrisel/python-appveyor-demo/commit/f54ec3593bcea682098a59b560c1850c19746e10.

This might help with numpy building problems.


  Commit: 7f1facd701814de0561cf755d42423f8c672d31a
      
https://github.com/pyinstaller/pyinstaller/commit/7f1facd701814de0561cf755d42423f8c672d31a
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Fix: Use the upgrade option to install the latest version of packages.


  Commit: 18ee822416dfcf513f850861ec5115df3e94e096
      
https://github.com/pyinstaller/pyinstaller/commit/18ee822416dfcf513f850861ec5115df3e94e096
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M tests/requirements-libraries.txt

  Log Message:
  -----------
  Fix: Pick working version of lxml.


  Commit: ec647bf8371fb40ce7bf054849cfd1207f9a2955
      
https://github.com/pyinstaller/pyinstaller/commit/ec647bf8371fb40ce7bf054849cfd1207f9a2955
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M tests/requirements-libraries.txt

  Log Message:
  -----------
  Fix: Only constrain version of requirements on Windows.
Fix: Avoid pandas on Windows Python 3.5.


  Commit: feb0d271263ca884b91033fd588b79fadf3a3a7f
      
https://github.com/pyinstaller/pyinstaller/commit/feb0d271263ca884b91033fd588b79fadf3a3a7f
  Author: Bryan A. Jones <bjo...@ece.msstate.edu>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M appveyor.yml
    M tests/requirements-libraries.txt
    M tests/scripts/appveyor/run_with_env.cmd

  Log Message:
  -----------
  Merge pull request #2105 from bjones1/appveyor-fix

Appveyor fix


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/f3694787dac0...feb0d271263c

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