[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Bump version; change patchlevel appearance
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv20464/lib/mixminion
Modified Files:
__init__.py test.py
Log Message:
Bump version; change patchlevel appearance
Index: __init__.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/__init__.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- __init__.py 17 Feb 2003 16:21:05 -0000 1.28
+++ __init__.py 20 Feb 2003 06:33:02 -0000 1.29
@@ -7,7 +7,7 @@
"""
# This version string is generated from setup.py; don't edit it.
-__version__ = "0.0.3rc2"
+__version__ = "0.0.3"
# This 5-tuple encodes the version number for comparison. Don't edit it.
# The first 3 numbers are the version number; the 4th is:
# 0 for alpha
@@ -18,7 +18,7 @@
# The 4th or 5th number may be a string. If so, it is not meant to
# succeed or preceed any other sub-version with the same a.b.c version
# number.
-version_info = (0, 0, 3, 99, 2)
+version_info = (0, 0, 3, 100, -1)
__all__ = [ 'server', 'directory' ]
def version_tuple_to_string(t):
@@ -38,7 +38,7 @@
s1 = status
if patch != -1:
if not s1:
- s2 = "p%s"%patch
+ s2 = ".%s"%patch
else:
s2 = str(patch)
else:
Index: test.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/test.py,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- test.py 17 Feb 2003 14:40:34 -0000 1.92
+++ test.py 20 Feb 2003 06:33:02 -0000 1.93
@@ -197,7 +197,7 @@
((0,5,22,50,6), "0.5.22beta6", '>'),
((0,5,22,99,6), "0.5.22rc6", '>'),
((0,5,22,99,6), "0.5.22rc6", '='),
- ((0,0,3,100,9), "0.0.3p9", '<'),
+ ((0,0,3,100,9), "0.0.3.9", '<'),
((0,0,3,66,9), "0.0.3(66)9", '<'),
((0,0,3,66,-1), "0.0.3(66)", '<'),
((0,0,3,66,0), "0.0.3(66)0", '>'),
@@ -4101,7 +4101,7 @@
MBOX_EXPECTED_MESSAGE = """\
To: mixminion@theotherhost
From: returnaddress@x
-Subject: Anonymous Mixminion message
+Subject: Type III anonymous message
X-Anonymous: yes
THIS IS AN ANONYMOUS MESSAGE. The mixminion server 'nickname' at