Branch: refs/heads/develop
Home: https://github.com/pyinstaller/pyinstaller
Commit: 3da46d59597fd07ecdceaadb3471200b5f7abad8
https://github.com/pyinstaller/pyinstaller/commit/3da46d59597fd07ecdceaadb3471200b5f7abad8
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
M buildtests/runtests.py
Log Message:
-----------
Fix typo.
Commit: b6492dee826cdf5e765e204313bdf1bd639bbb9c
https://github.com/pyinstaller/pyinstaller/commit/b6492dee826cdf5e765e204313bdf1bd639bbb9c
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
A buildtests/eggs4testing/setup-unzipped.py
A buildtests/eggs4testing/unzipped_egg/__init__.py
A buildtests/eggs4testing/unzipped_egg/data/datafile.txt
Log Message:
-----------
Add Python mini-package for an unzipped egg.
Commit: 347bbe63eea54e0f422bfc2ff8325ff43ea4d0ca
https://github.com/pyinstaller/pyinstaller/commit/347bbe63eea54e0f422bfc2ff8325ff43ea4d0ca
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
A buildtests/eggs4testing/setup-zipped.py
A buildtests/eggs4testing/zipped_egg/__init__.py
A buildtests/eggs4testing/zipped_egg/data/datafile.txt
Log Message:
-----------
Add Python mini-package for a zipped egg.
Commit: ab923ed4720314fbd34bfca529e143f093c0a332
https://github.com/pyinstaller/pyinstaller/commit/ab923ed4720314fbd34bfca529e143f093c0a332
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
A buildtests/eggs4testing/README.txt
Log Message:
-----------
Add a README for the package for testing eggs.
Commit: 8a1d96095d1979fd9605ac45671f1e7c06661e86
https://github.com/pyinstaller/pyinstaller/commit/8a1d96095d1979fd9605ac45671f1e7c06661e86
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
A buildtests/eggs4testing/make.sh
Log Message:
-----------
Add a build script.
Commit: d94996c117fce6544cf0407ea8d1717fcc8325ef
https://github.com/pyinstaller/pyinstaller/commit/d94996c117fce6544cf0407ea8d1717fcc8325ef
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
M buildtests/eggs4testing/make.sh
Log Message:
-----------
Remove creating of not-working .pth-file.
Commit: 3622573a3a0ba565b1fb3cd3bc088585e719dc0b
https://github.com/pyinstaller/pyinstaller/commit/3622573a3a0ba565b1fb3cd3bc088585e719dc0b
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
M buildtests/eggs4testing/setup-unzipped.py
Log Message:
-----------
Remove old artefacts.
Commit: 7ea3b6f787cadc2cab1a9b0c86dafc0926e69528
https://github.com/pyinstaller/pyinstaller/commit/7ea3b6f787cadc2cab1a9b0c86dafc0926e69528
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
M buildtests/eggs4testing/make.sh
Log Message:
-----------
Fix: Remove *.egg-info files, too.
Commit: a8af0bbb602a3dcb9851b76133918b77122d9cc4
https://github.com/pyinstaller/pyinstaller/commit/a8af0bbb602a3dcb9851b76133918b77122d9cc4
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
M buildtests/eggs4testing/make.sh
Log Message:
-----------
Make make.sh be verbose on "install".
Commit: 2820637380908394144ad5ebef353afd3e8d161c
https://github.com/pyinstaller/pyinstaller/commit/2820637380908394144ad5ebef353afd3e8d161c
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
M buildtests/eggs4testing/make.sh
Log Message:
-----------
Split test-case into two files.
Commit: 1a97ca8fc949b6c86e033a721cc706448df46792
https://github.com/pyinstaller/pyinstaller/commit/1a97ca8fc949b6c86e033a721cc706448df46792
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
A buildtests/eggs4testing/.gitignore
Log Message:
-----------
Add .gitignore file.
Commit: 1ace6951935a0d95ed71e3ae0952924443a36ccf
https://github.com/pyinstaller/pyinstaller/commit/1ace6951935a0d95ed71e3ae0952924443a36ccf
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
A buildtests/import/test_eggs1.py
A buildtests/import/test_eggs1.spec
A buildtests/import/test_eggs2.py
A buildtests/import/test_eggs2.spec
A buildtests/import/unzipped.egg/EGG-INFO/PKG-INFO
A buildtests/import/unzipped.egg/EGG-INFO/SOURCES.txt
A buildtests/import/unzipped.egg/EGG-INFO/dependency_links.txt
A buildtests/import/unzipped.egg/EGG-INFO/not-zip-safe
A buildtests/import/unzipped.egg/EGG-INFO/top_level.txt
A buildtests/import/unzipped.egg/unzipped_egg/__init__.py
A buildtests/import/unzipped.egg/unzipped_egg/data/datafile.txt
A buildtests/import/zipped.egg
Log Message:
-----------
Add test-case for "eggs".
Commit: e44cb0f13fd752747006654de921f6696949fedd
https://github.com/pyinstaller/pyinstaller/commit/e44cb0f13fd752747006654de921f6696949fedd
Author: Hartmut Goebel <[email protected]>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
A buildtests/eggs4testing/.gitignore
A buildtests/eggs4testing/README.txt
A buildtests/eggs4testing/make.sh
A buildtests/eggs4testing/setup-unzipped.py
A buildtests/eggs4testing/setup-zipped.py
A buildtests/eggs4testing/unzipped_egg/__init__.py
A buildtests/eggs4testing/unzipped_egg/data/datafile.txt
A buildtests/eggs4testing/zipped_egg/__init__.py
A buildtests/eggs4testing/zipped_egg/data/datafile.txt
A buildtests/import/test_eggs1.py
A buildtests/import/test_eggs1.spec
A buildtests/import/test_eggs2.py
A buildtests/import/test_eggs2.spec
A buildtests/import/unzipped.egg/EGG-INFO/PKG-INFO
A buildtests/import/unzipped.egg/EGG-INFO/SOURCES.txt
A buildtests/import/unzipped.egg/EGG-INFO/dependency_links.txt
A buildtests/import/unzipped.egg/EGG-INFO/not-zip-safe
A buildtests/import/unzipped.egg/EGG-INFO/top_level.txt
A buildtests/import/unzipped.egg/unzipped_egg/__init__.py
A buildtests/import/unzipped.egg/unzipped_egg/data/datafile.txt
A buildtests/import/zipped.egg
Log Message:
-----------
Merge branch 'issue/520-test-cases-for-eggs' into develop
Compare: https://github.com/pyinstaller/pyinstaller/compare/48289a1...e44cb0f
--
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.