aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-03-08 03:53:32 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-03-08 03:53:32 +0000
commit44c39b48621f66e1a63a083999939d95ee622f6a (patch)
treebb76f53c0c636f3f9d7682fa09abb3d553767e84
parentTry to improve author matching. (diff)
downloadpackages-3-44c39b48621f66e1a63a083999939d95ee622f6a.tar.gz
packages-3-44c39b48621f66e1a63a083999939d95ee622f6a.tar.bz2
packages-3-44c39b48621f66e1a63a083999939d95ee622f6a.zip
More author match.
-rw-r--r--web/lib/changelog_formatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/changelog_formatter.py b/web/lib/changelog_formatter.py
index e764631..5af8a2b 100644
--- a/web/lib/changelog_formatter.py
+++ b/web/lib/changelog_formatter.py
@@ -8,7 +8,7 @@ from web.lib.links import viewcvs_link, \
# We use short variable names!
# pylint: disable-msg=C0103
-re_author = re.compile(r' 20[01]\d; ([^<]+)? ?<([^@]+)@[^>]>')
+re_author = re.compile(r' 20[01]\d; ([^<]+)? *<([^@> ]+)@[^>]>')
re_author2 = re.compile(r' <?([^<@ ]+)@')
def extract_changelog_entry_author(line):
"""From the first line of a changelog entry,