[Buildbot-commits] buildbot ChangeLog, 1.1075, 1.1076 setup.py, 1.51, 1.52
Brian Warner
warner at users.sourceforge.net
Thu Jul 24 21:21:35 UTC 2008
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11772
Modified Files:
ChangeLog setup.py
Log Message:
[project @ setup.py: reduce setuptools-visible Twisted dependency to >=2.0.0]
Original author: warner at lothar.com
Date: 2008-07-24 20:44:40+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1075
retrieving revision 1.1076
diff -u -d -r1.1075 -r1.1076
--- ChangeLog 24 Jul 2008 20:22:41 -0000 1.1075
+++ ChangeLog 24 Jul 2008 21:21:32 -0000 1.1076
@@ -1,5 +1,9 @@
2008-07-24 Brian Warner <warner at lothar.com>
+ * setup.py: reduce the setuptools-visible dependency on Twisted to
+ be >=2.0.0 (rather than >=2.4.0), since we can handle older
+ Twisteds without problems.
+
* NEWS: update with recent changes in preparation for the upcoming
release
Index: setup.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/setup.py,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- setup.py 25 Jun 2008 23:52:49 -0000 1.51
+++ setup.py 24 Jul 2008 21:21:32 -0000 1.52
@@ -96,7 +96,7 @@
except ImportError:
pass
else:
- setup_args['install_requires'] = ['twisted >= 2.4.0']
+ setup_args['install_requires'] = ['twisted >= 2.0.0']
entry_points={
'console_scripts': [
'buildbot = buildbot.scripts.runner:run'
More information about the Commits
mailing list