head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2008.06.02.18.00.15; author rse; state dead; branches; next 1.3; commitid EvSEhcicy5KdWo5t; 1.3 date 2008.05.31.19.07.18; author rse; state Exp; branches; next 1.2; commitid 3IZDGfClsfidn95t; 1.2 date 2007.07.11.05.56.38; author cs; state dead; branches; next 1.1; commitid rhQTQFANbltErjps; 1.1 date 2007.01.27.22.16.50; author rse; state Exp; branches; next ; commitid Bw4U3vicHpYJac4s; desc @@ 1.4 log @upgrading package: tailor 0.9.34 -> 0.9.35 @ text @Index: setup.py --- setup.py.orig 2008-05-31 11:44:53 +0200 +++ setup.py 2008-05-31 21:05:11 +0200 @@@@ -5,10 +5,9 @@@@ from setuptools import setup except ImportError: from distutils.core import setup -from vcpx.tailor import __version__ as VERSION setup(name='tailor', - version=VERSION, + version="0.9.34", author='Lele Gaifax', author_email='lele@@nautilus.homeip.net', packages=[dirpath for dirpath, dirnames, filenames in walk('vcpx') @ 1.3 log @upgrading package: tailor 0.9.33 -> 0.9.34 @ text @@ 1.2 log @upgrading package: tailor 0.9.28 -> 0.9.29 @ text @d1 8 a8 17 Index: vcpx/repository/cvs.py --- vcpx/repository/cvs.py.orig 2006-12-11 22:08:24 +0100 +++ vcpx/repository/cvs.py 2007-01-27 23:15:13 +0100 @@@@ -335,12 +335,12 @@@@ """Parse a complete CVS log.""" from os.path import split, join - import sre + import re from time import strptime from datetime import datetime from vcpx.changes import Changeset - revcount_regex = sre.compile('\\bselected revisions:\\s*(\\d+)\\b') + revcount_regex = re.compile('\\bselected revisions:\\s*(\\d+)\\b') self.__currentdir = None d10 6 @ 1.1 log @remove warning @ text @@