1 new changeset in pytest: http://bitbucket.org/hpk42/pytest/changeset/ff1ce9482e48/ changeset: ff1ce9482e48 user: hpk42 date: 2011-07-09 10:09:04 summary: try use distribute always, update version affected #: 2 files (47 bytes)
--- a/distribute_setup.py Fri Jul 08 23:09:41 2011 +0200 +++ b/distribute_setup.py Sat Jul 09 10:09:04 2011 +0200 @@ -46,7 +46,7 @@ args = [quote(arg) for arg in args] return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 -DEFAULT_VERSION = "0.6.14" +DEFAULT_VERSION = "0.6.19" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" --- a/setup.py Fri Jul 08 23:09:41 2011 +0200 +++ b/setup.py Sat Jul 09 10:09:04 2011 +0200 @@ -2,8 +2,6 @@ try: from setuptools import setup except ImportError: - if sys.version_info < (3,0): - raise from distribute_setup import use_setuptools use_setuptools() from setuptools import setup Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn