Branch: refs/heads/develop
Home: https://github.com/pyinstaller/pyinstaller
Commit: c57b63536f4151cb575573d5515e2d87ccda229c
https://github.com/pyinstaller/pyinstaller/commit/c57b63536f4151cb575573d5515e2d87ccda229c
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M PyInstaller/hooks/hookutils.py
Log Message:
-----------
Wrong dest path in collect_data_files fixed
Commit: bc608eeb887684cf845ac2bab691a1f1f355ad81
https://github.com/pyinstaller/pyinstaller/commit/bc608eeb887684cf845ac2bab691a1f1f355ad81
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M buildtests/unit/hoookutils_test.py
Log Message:
-----------
- Added unit tests to actually check dest path in collect_data_files
- Removed debug print
Commit: 4aa08b85ac948848c87a4d9fd94d44006e5bfde8
https://github.com/pyinstaller/pyinstaller/commit/4aa08b85ac948848c87a4d9fd94d44006e5bfde8
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M buildtests/runtests.py
Log Message:
-----------
test_sphinx fails on Unix due to a docutils bug; skip it.
Commit: 78b828ea45a18f75aa9023db7cf72e2efa16b82b
https://github.com/pyinstaller/pyinstaller/commit/78b828ea45a18f75aa9023db7cf72e2efa16b82b
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
A buildtests/unit/hookutils_test.py
R buildtests/unit/hoookutils_test.py
Log Message:
-----------
Fixed spelling error in hoooooookutils_test.py
Commit: 1a040cde226573a4de808c30d50f28edbab01d48
https://github.com/pyinstaller/pyinstaller/commit/1a040cde226573a4de808c30d50f28edbab01d48
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
A buildtests/unit/hookutils_test_files/five.pyo
A buildtests/unit/hookutils_test_files/four.pyc
Log Message:
-----------
Added files needed for hookutils unit testing
Commit: 4ff565ae1a4d89fa8bbaf96e0c80d358b2efeca5
https://github.com/pyinstaller/pyinstaller/commit/4ff565ae1a4d89fa8bbaf96e0c80d358b2efeca5
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M PyInstaller/hooks/hookutils.py
Log Message:
-----------
Added collect_submodules ability to list subpackages, not just root package.
Commit: ed6f5db65f54780312af836469d0599640fb3eb3
https://github.com/pyinstaller/pyinstaller/commit/ed6f5db65f54780312af836469d0599640fb3eb3
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M buildtests/unit/hookutils_test.py
A buildtests/unit/hookutils_test_files/subpkg/__init__.py
A buildtests/unit/hookutils_test_files/subpkg/twelve.py
Log Message:
-----------
- Test updated to support collecting submodules, not just root package
- Files necessary for these tests added
Commit: b1035e1c502c3da49e2569b90fd918986c7f0a5f
https://github.com/pyinstaller/pyinstaller/commit/b1035e1c502c3da49e2569b90fd918986c7f0a5f
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M PyInstaller/hooks/hookutils.py
Log Message:
-----------
- Factored out get_package_paths function
- Used it in collect_data, collect_submodules
Commit: d03800a90ed0bddab3bbbc46576d76a19ab75ab1
https://github.com/pyinstaller/pyinstaller/commit/d03800a90ed0bddab3bbbc46576d76a19ab75ab1
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M buildtests/unit/hookutils_test.py
Log Message:
-----------
Word wrap cleanup
Commit: a834a79f725fdf17f095867449197e878d837680
https://github.com/pyinstaller/pyinstaller/commit/a834a79f725fdf17f095867449197e878d837680
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M buildtests/unit/hookutils_test.py
A buildtests/unit/hookutils_test_files/subpkg/thirteen.txt
Log Message:
-----------
- Added test for collect_data_files on a subpackage
- Added files to support test
Commit: 978d3ba2a4d84d0cf417b8764e97758f28bd2e99
https://github.com/pyinstaller/pyinstaller/commit/978d3ba2a4d84d0cf417b8764e97758f28bd2e99
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M PyInstaller/hooks/hookutils.py
Log Message:
-----------
collect_data_files dest should not include dest name
Commit: 1b8e7cdd8303cdbd4f687c980271b71abd0464a4
https://github.com/pyinstaller/pyinstaller/commit/1b8e7cdd8303cdbd4f687c980271b71abd0464a4
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M buildtests/unit/hookutils_test.py
Log Message:
-----------
- Corrected dest test for collect_data_files.
- Factored out assert_data_list_equal function.
Commit: 99ec72ce95b49db4be2092e7a95697f4f292ffa6
https://github.com/pyinstaller/pyinstaller/commit/99ec72ce95b49db4be2092e7a95697f4f292ffa6
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M PyInstaller/hooks/hookutils.py
Log Message:
-----------
Added in ability to specify package with a string
Commit: c9d3f5f2f82441f4ae4670dc0081630e58303c40
https://github.com/pyinstaller/pyinstaller/commit/c9d3f5f2f82441f4ae4670dc0081630e58303c40
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M buildtests/unit/hookutils_test.py
Log Message:
-----------
- Tests for package name as string added
- Refactored to support new tests
Commit: 50b1579f01117cd88cf4e22f1cd11a8037c87004
https://github.com/pyinstaller/pyinstaller/commit/50b1579f01117cd88cf4e22f1cd11a8037c87004
Author: Bryan A. Jones <bjones AT ece.msstate.edu>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M PyInstaller/hooks/hook-docutils.py
M PyInstaller/hooks/hook-sphinx.py
Log Message:
-----------
Found a smaller set of hidden imports for docutils and sphinx hooks
Commit: a96b2953fffcb8d44d90ea01bb17a9f1f0c20984
https://github.com/pyinstaller/pyinstaller/commit/a96b2953fffcb8d44d90ea01bb17a9f1f0c20984
Author: Martin Zibricky <[email protected]>
Date: 2012-08-17 (Fri, 17 Aug 2012)
Changed paths:
M PyInstaller/hooks/hook-docutils.py
M PyInstaller/hooks/hook-sphinx.py
M PyInstaller/hooks/hookutils.py
M buildtests/runtests.py
A buildtests/unit/hookutils_test.py
A buildtests/unit/hookutils_test_files/five.pyo
A buildtests/unit/hookutils_test_files/four.pyc
A buildtests/unit/hookutils_test_files/subpkg/__init__.py
A buildtests/unit/hookutils_test_files/subpkg/thirteen.txt
A buildtests/unit/hookutils_test_files/subpkg/twelve.py
R buildtests/unit/hoookutils_test.py
Log Message:
-----------
Merge pull request #18 from bjones1/develop
Fixes / improvements for sphinx, docutils hooks.
Compare:
https://github.com/pyinstaller/pyinstaller/compare/2d4aeccaf1c0...a96b2953fffc
--
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.