Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: d288eedf38b1d1b006d2e892cbdccbd598b7e3f4
      
https://github.com/pyinstaller/pyinstaller/commit/d288eedf38b1d1b006d2e892cbdccbd598b7e3f4
  Author: Daniel Hyams <[email protected]>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    A PyInstaller/hooks/hook-wx.lib.pubsub.core.py
    A PyInstaller/hooks/hook-wx.lib.pubsub.setuparg1.py
    A buildtests/libraries/test_wx_pubsub.py
    A buildtests/libraries/test_wx_pubsub.spec
    A buildtests/libraries/test_wx_pubsub_arg1.py
    A buildtests/libraries/test_wx_pubsub_arg1.spec
    A buildtests/libraries/test_wx_pubsub_kwargs.py
    A buildtests/libraries/test_wx_pubsub_kwargs.spec

  Log Message:
  -----------
  Added hooks and buildtests for wx.lib.pubsub.


  Commit: b861d186c71c62c8fcdb35f4730d98249b1193ec
      
https://github.com/pyinstaller/pyinstaller/commit/b861d186c71c62c8fcdb35f4730d98249b1193ec
  Author: Daniel Hyams <[email protected]>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M PyInstaller/hooks/hook-wx.lib.pubsub.core.py
    M PyInstaller/hooks/hook-wx.lib.pubsub.setuparg1.py

  Log Message:
  -----------
  Used a more esoteric name for the attribute added to sys that does the 
detection of which
protocol we are using with wx.lib.pubsub.


  Commit: e81a68b0100de825bbb5b499a855db15770d56e5
      
https://github.com/pyinstaller/pyinstaller/commit/e81a68b0100de825bbb5b499a855db15770d56e5
  Author: Daniel Hyams <[email protected]>
  Date:   2012-06-24 (Sun, 24 Jun 2012)

  Changed paths:
    M PyInstaller/hooks/hook-wx.lib.pubsub.core.py
    M PyInstaller/hooks/hook-wx.lib.pubsub.setuparg1.py
    M buildtests/libraries/test_wx_pubsub.py
    R buildtests/libraries/test_wx_pubsub.spec
    M buildtests/libraries/test_wx_pubsub_arg1.py
    R buildtests/libraries/test_wx_pubsub_arg1.spec
    M buildtests/libraries/test_wx_pubsub_kwargs.py
    R buildtests/libraries/test_wx_pubsub_kwargs.spec
    M buildtests/runtests.py

  Log Message:
  -----------
  * removed spec files for the test_wx_pubsub* cases; they are now listed under 
NO_SPEC in runtests.py.
* added license headers to all new files in "hooks" dir.
* for protocol detection, a module variable is now set in 
PyInstaller.hooks.hookutils instead of sys.
* removed bare print; logging mechanism used now.
* the test_wx_pubsub* cases are now skipped if wx is not installed.
* removed printouts from test files upon success.


  Commit: ba70e4699ab15bd36cf7a92e73db226fa2320d49
      
https://github.com/pyinstaller/pyinstaller/commit/ba70e4699ab15bd36cf7a92e73db226fa2320d49
  Author: Martin Zibricky <[email protected]>
  Date:   2012-06-28 (Thu, 28 Jun 2012)

  Changed paths:
    A PyInstaller/hooks/hook-wx.lib.pubsub.core.py
    A PyInstaller/hooks/hook-wx.lib.pubsub.setuparg1.py
    A buildtests/libraries/test_wx_pubsub.py
    A buildtests/libraries/test_wx_pubsub_arg1.py
    A buildtests/libraries/test_wx_pubsub_kwargs.py
    M buildtests/runtests.py

  Log Message:
  -----------
  Merge pull request #15 from dhyams/wxpubsub

Added hooks and buildtests for wx.lib.pubsub.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/ca7ee5052a56...ba70e4699ab1

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to