Update of /cvsroot/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29914
Modified Files:
README-DEVEL.txt
Log Message:
Update some release creation notes.
Index: README-DEVEL.txt
===================================================================
RCS file: /cvsroot/spambayes/spambayes/README-DEVEL.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** README-DEVEL.txt 7 Apr 2005 04:15:10 -0000 1.22
--- README-DEVEL.txt 20 Apr 2006 03:12:17 -0000 1.23
***************
*** 467,470 ****
--- 467,474 ----
o Change spambayes/__init__.py to contain the new version number but don't
commit it yet, just in case something goes wrong.
+ o Note that if you cheated above, and used an existing checkout, you need
+ to ensure that you don't have extra files in there. For example, if you
+ have a few thousand email messages in testtools/Data, setup.py will take
+ a *very* long time.
o In the Windows checkout, run "python setup.py sdist --formats zip"
o In the Unix checkout, run "python setup.py sdist --formats gztar"
***************
*** 486,495 ****
o In either checkout, run "python setup.py register" to register the new
version with PyPI.
! o Create MD5 checksums for the files, and update download.ht with these.
! Tony uses wxChecksums (http://wxchecksums.sourceforge.net) for this,
! but you could just do
! >>> import md5
! >>> print md5.md5(file("spambayes-1.0.1.exe", "rb").read()).hexdigest()
! o Calculate the sizes of the files, and update download.ht with these.
From release 1.1 doing a "setup.py sdist" will generate checksums
and sizes for you, and print out the results to stdout.
--- 490,494 ----
o In either checkout, run "python setup.py register" to register the new
version with PyPI.
! o Update download.ht with checksums, links, and sizes for the files.
From release 1.1 doing a "setup.py sdist" will generate checksums
and sizes for you, and print out the results to stdout.
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins