aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortarek <none@none>2009-07-23 14:10:00 +0200
committertarek <none@none>2009-07-23 14:10:00 +0200
commit1ddd4356e545a49a1345bb02d62b19478805c161 (patch)
treeb125bf731f9c9e0ba88bd7f3994d09352a92d5cd
parentc9fc9804d57154691d206cfeef70bce06c496862 (diff)
downloadexternal_python_setuptools-1ddd4356e545a49a1345bb02d62b19478805c161.tar.gz
external_python_setuptools-1ddd4356e545a49a1345bb02d62b19478805c161.tar.bz2
external_python_setuptools-1ddd4356e545a49a1345bb02d62b19478805c161.zip
rebuilt the eggs
--HG-- branch : distribute extra : rebase_source : c702a73b8784cde5a997feff3d8544ee0aeb9e60
-rw-r--r--bootstrap.py8
-rwxr-xr-xrelease.sh8
2 files changed, 8 insertions, 8 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 40505c55..abb73c97 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -34,10 +34,10 @@ DEFAULT_VERSION = "0.6"
DEFAULT_URL = "http://bitbucket.org/tarek/distribute/downloads/"
md5_data = {
- 'distribute-0.6-py2.3.egg': '2bf26bffe3d8c910de396d45c0f0a24f',
- 'distribute-0.6-py2.4.egg': 'c01b1355a5f48344c1c78149f59f68a6',
- 'distribute-0.6-py2.5.egg': '2ac319d801bce820a370647916eec84c',
- 'distribute-0.6-py2.6.egg': 'fa7906f9caa2c1f0a56daf486bab1583',
+ 'distribute-0.6-py2.3.egg': '83789f9a3b2f32c7088065f6fd3de930',
+ 'distribute-0.6-py2.4.egg': '8d47e28f76d4b94de1568abed1ad585d',
+ 'distribute-0.6-py2.5.egg': 'f4295ea6b57b67c30fc223c5fef229d2',
+ 'distribute-0.6-py2.6.egg': 'c0d34cbce8cd509c33a788f4a5611466',
}
def _validate_md5(egg_name, data):
diff --git a/release.sh b/release.sh
index 36a3ea03..4727aaf3 100755
--- a/release.sh
+++ b/release.sh
@@ -15,10 +15,10 @@ python2.6 setup.py -q egg_info -RDb '' bdist_egg
python2.6 setup.py -q egg_info -RDb '' sdist
# updating the md5 hashes
-python ez_setup.py --md5update dist/distribute-$VERSION-py2.3.egg
-python ez_setup.py --md5update dist/distribute-$VERSION-py2.4.egg
-python ez_setup.py --md5update dist/distribute-$VERSION-py2.5.egg
-python ez_setup.py --md5update dist/distribute-$VERSION-py2.6.egg
+python bootstrap.py --md5update dist/distribute-$VERSION-py2.3.egg
+python bootstrap.py --md5update dist/distribute-$VERSION-py2.4.egg
+python bootstrap.py --md5update dist/distribute-$VERSION-py2.5.egg
+python bootstrap.py --md5update dist/distribute-$VERSION-py2.6.egg
# XXX uploads will be done here