[Buildbot-commits] buildbot ChangeLog, 1.841, 1.842 README, 1.34, 1.35
Brian Warner
warner at users.sourceforge.net
Wed Feb 7 06:13:25 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7309
Modified Files:
ChangeLog README
Log Message:
[project @ docs: fix Requirements section to stop claiming python-2.2 compatibility. Closes #13.]
Original author: warner at lothar.com
Date: 2007-02-07 06:12:42
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.841
retrieving revision 1.842
diff -u -d -r1.841 -r1.842
--- ChangeLog 7 Feb 2007 04:25:29 -0000 1.841
+++ ChangeLog 7 Feb 2007 06:13:22 -0000 1.842
@@ -1,5 +1,10 @@
2007-02-06 Brian Warner <warner at lothar.com>
+ * docs/buildbot.texinfo (Requirements): update requirements to
+ stop claiming compatibility with python-2.2 or twisted-1.3.x .
+ Closes #13.
+ * README: mention python-2.5 and twisted-2.5 compatibility
+
* buildbot/clients/debug.py: hush pyflakes warnings by removing a
redundant import
* buildbot/scripts/startup.py: same, by removing twisted-1.3.0
Index: README
===================================================================
RCS file: /cvsroot/buildbot/buildbot/README,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- README 11 Dec 2006 05:21:39 -0000 1.34
+++ README 7 Feb 2007 06:13:22 -0000 1.35
@@ -53,13 +53,13 @@
Python: http://www.python.org
Buildbot requires python-2.3 or later, and is primarily developed against
- python-2.4 . It has *not* yet been tested against python-2.5 .
+ python-2.4 . It is also tested against python-2.5 .
Twisted: http://twistedmatrix.com
Both the buildmaster and the buildslaves require Twisted-2.0.x or later.
As always, the most recent version is recommended. It has been tested
- against Twisted-2.4.0 and Twisted SVN as of the date of release.
+ against Twisted-2.5.0 and Twisted SVN as of the date of release.
Twisted is delivered as a collection of subpackages. You'll need at least
"Twisted" (the core package), and you'll also want TwistedMail,
More information about the Commits
mailing list