E&S CVS Commit: PEAK - Added new 'version' tool that automatically edits files to update version

pje at eby-sarna.com pje at eby-sarna.com
Mon Sep 1 09:31:06 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sat Aug 30 20:37:37 UTC 2003

Modified Files:
	PEAK: CHANGES.txt README.txt setup.py version version.dat
	PEAK/docs/core_tutorial: tut.tex
	PEAK/src/peak/running/tools/version: Version.xml component.xml
	    config.py version.ini
	PEAK/src/peak/storage: files.py

Log Message:
Added new 'version' tool that automatically edits files to update version
information in them.  Just execute the 'version' file in the main PEAK
source directory.  (Use '--help' for help.)  You can use this tool with your
own projects by creating 'version' and 'version.dat' files in your project
directory, similar to the ones used by PEAK.  The 'version' file is a ZConfig
file that describes your project's version numbering scheme(s), formats,
and the files that need to be edited, while the 'version.dat' file contains
the current version number values.  Source for the tool, including the
configuration file schema, is in the 'peak.running.tools.version' package.
(Error handling and documentation, alas, are still minimal.)

Also, bumped PEAK version stamps to 0.5a3, using the new tool.  (Yay!)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.79&r2=1.80
http://cvs.eby-sarna.com/PEAK/README.txt.diff?r1=1.22&r2=1.23
http://cvs.eby-sarna.com/PEAK/setup.py.diff?r1=1.75&r2=1.76
http://cvs.eby-sarna.com/PEAK/version.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/version.dat.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/docs/core_tutorial/tut.tex.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/running/tools/version/Version.xml.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/running/tools/version/version.ini.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/running/tools/version/component.xml.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/running/tools/version/config.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/storage/files.py.diff?r1=1.1&r2=1.2

To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 PEAK/CHANGES.txt
cvs rdiff -r1.22 -r1.23 PEAK/README.txt
cvs rdiff -r1.75 -r1.76 PEAK/setup.py
cvs rdiff -r1.2 -r1.3 PEAK/version
cvs rdiff -r1.1 -r1.2 PEAK/version.dat
cvs rdiff -r1.10 -r1.11 PEAK/docs/core_tutorial/tut.tex
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/running/tools/version/Version.xml \
    PEAK/src/peak/running/tools/version/version.ini
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/running/tools/version/component.xml
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/running/tools/version/config.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/storage/files.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list