~canonical-ca-hackers/libdep-service-python/trunk

« back to all changes in this revision

Viewing changes to distribute_setup.py

  • Committer: Tarmac
  • Author(s): Jonathan Lange
  • Date: 2012-11-15 10:44:08 UTC
  • mfrom: (17.1.1 new-libdep)
  • Revision ID: tarmac-20121115104408-ofbws7xbd1t8e4qd
[r=jml] Bump versions that we depend on

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
            args = [quote(arg) for arg in args]
47
47
        return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
48
48
 
49
 
DEFAULT_VERSION = "0.6.29DEV"
 
49
DEFAULT_VERSION = "0.6.30"
50
50
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
51
51
SETUPTOOLS_FAKED_VERSION = "0.6c11"
52
52