Commit fb7c407b authored by Jason R. Coombs's avatar Jason R. Coombs

Merge with Distribute 0.6.44

--HG--
rename : distribute_setup.py => ez_setup.py
parents 9d50157d b39c7702
...@@ -56,3 +56,4 @@ f30167716b659f96c5e0b7ea3d5be2bcff8c0eac 0.6.42 ...@@ -56,3 +56,4 @@ f30167716b659f96c5e0b7ea3d5be2bcff8c0eac 0.6.42
8951daac6c1bc7b24c7fb054fd369f2c5b88cdb3 0.7b2 8951daac6c1bc7b24c7fb054fd369f2c5b88cdb3 0.7b2
35086ee286732b0f63d2be18d9f26f2734586e2d 0.6.43 35086ee286732b0f63d2be18d9f26f2734586e2d 0.6.43
63e4eb2d61204f77f9b557201a0efa187b05a611 0.7b3 63e4eb2d61204f77f9b557201a0efa187b05a611 0.7b3
73aa98aee6bbc4a9d19a334a8ac928dece7799c6 0.6.44
...@@ -4,5 +4,6 @@ python: ...@@ -4,5 +4,6 @@ python:
- 2.6 - 2.6
- 2.7 - 2.7
- 3.2 - 3.2
- 3.3
# command to run tests # command to run tests
script: python setup.py test script: python setup.py test
...@@ -20,6 +20,13 @@ Added several features that were slated for setuptools 0.6c12: ...@@ -20,6 +20,13 @@ Added several features that were slated for setuptools 0.6c12:
* Added support for SSL certificate validation when installing packages from * Added support for SSL certificate validation when installing packages from
an HTTPS service. an HTTPS service.
------
0.6.44
------
* ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
satisfy use_setuptools.
------ ------
0.6.43 0.6.43
------ ------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment