[Buildbot-commits] buildbot ChangeLog, 1.685, 1.686 setup.py, 1.37, 1.38
Brian Warner
warner at users.sourceforge.net
Sun Jul 16 03:34:15 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3446
Modified Files:
ChangeLog setup.py
Log Message:
[project @ setup.py: minor comment]
Original author: warner at lothar.com
Date: 2006-07-16 03:32:51
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -d -r1.685 -r1.686
--- ChangeLog 16 Jul 2006 03:34:05 -0000 1.685
+++ ChangeLog 16 Jul 2006 03:34:13 -0000 1.686
@@ -1,5 +1,8 @@
2006-07-15 Brian Warner <warner at lothar.com>
+ * setup.py: minor comment.. does the classifiers= argument prevent
+ the setup.py script from working on python2.2/2.3?
+
* buildbot/scripts/sample.cfg: update manhole example, arrange into
major sections
Index: setup.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/setup.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- setup.py 12 Jun 2006 08:35:53 -0000 1.37
+++ setup.py 16 Jul 2006 03:34:13 -0000 1.38
@@ -45,6 +45,7 @@
author_email="warner-buildbot at lothar.com",
url="http://buildbot.sourceforge.net/",
license="GNU GPL",
+ # does this classifiers= mean that this can't be installed on 2.2/2.3?
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: No Input/Output (Daemon)',
More information about the Commits
mailing list