> On April 30, 2016, 12:20 a.m., haosdent huang wrote: > > 3rdparty/versions.am, line 25 > > <https://reviews.apache.org/r/46813/diff/2/?file=1365654#file1365654line25> > > > > I saw the latest version of setuptools is `20.10.1` in > > https://pypi.python.org/pypi/setuptools Do we have any reasons to use > > 20.9.0? > > Zhiwei Chen wrote: > oh, it's latest version is 20.9.0 when I first testing this patch. I will > try to upgrade to the latest one.
I found setuptools now upgrade to 21.0.0, it's version grows too fast[1] and there seems no significant changes[2], so I decided not to catch up the latest version. [1]: https://github.com/pypa/setuptools/releases [2]: https://pythonhosted.org/setuptools/history.html - Zhiwei ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46813/#review131118 ----------------------------------------------------------- On April 29, 2016, 5:13 p.m., Zhiwei Chen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46813/ > ----------------------------------------------------------- > > (Updated April 29, 2016, 5:13 p.m.) > > > Review request for mesos, Adam B, haosdent huang, Kapil Arya, and Joseph Wu. > > > Bugs: MESOS-5244 > https://issues.apache.org/jira/browse/MESOS-5244 > > > Repository: mesos > > > Description > ------- > > Update distribute to setuptools. > > > Diffs > ----- > > 3rdparty/Makefile.am 0523151d924a1398334767bd401ae84e41bdceb7 > 3rdparty/distribute-0.6.26.tar.gz 3a598ccd4bfdfdf250a6d7a28552677394f14a76 > 3rdparty/setuptools-20.9.0.tar.gz PRE-CREATION > 3rdparty/versions.am a94723e213dbbbd1df7e1b784386023412f7b961 > LICENSE 19130d977986dc9e23872817251ffcaa5a3c2c7d > configure.ac ae91a07e2bafd97566ac6e6873990302acad14c9 > mpi/mpiexec-mesos.in 021dd5b6b9c1c601b81d5bf49fda1bd23c2040ee > src/Makefile.am 53de98f43629dc94f7619324369caf88407b2f41 > src/examples/python/test-containerizer.in > b8258e75a3cd5f8d18ab8eff8196c5374db4f629 > src/examples/python/test-executor.in > 6be0ad2d339ff43d074e9688978af1ddf956803c > src/examples/python/test-framework.in > 59bab82962c5846c6be288f3d392986e146e9da6 > support/coverage.sh 7edfec27d29fa900d35894c7778fcb7cfde513b8 > > Diff: https://reviews.apache.org/r/46813/diff/ > > > Testing > ------- > > make && make install on Ubuntu 14.04/16.04, RHEL 6.6/7.1 and OS X 10.10.5. > > NOTE: I tested on my RHEL 6.6 and failed, because the package > pytz-2010h-2.el6.noarch was installed, when I removed this package verything > ok. The default RHEL/CentOS 6.6 has no pytz-2010h-2.el6.noarch, so I think > it's ok for this patch. > > > Thanks, > > Zhiwei Chen > >