projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c14f2e7
)
helpers: update entry counts and version range in ChangeLog doctest
author
W. Trevor King
<wking@tremily.us>
Mon, 12 Nov 2012 02:24:29 +0000
(21:24 -0500)
committer
W. Trevor King
<wking@tremily.us>
Mon, 12 Nov 2012 02:24:29 +0000
(21:24 -0500)
pym/gentoolkit/helpers.py
patch
|
blob
|
history
diff --git
a/pym/gentoolkit/helpers.py
b/pym/gentoolkit/helpers.py
index 7f30a2482830f32eb7e5f3899dbe78774663489f..637d3a707c03a660cadeb5d3d3fe86914d560612 100644
(file)
--- a/
pym/gentoolkit/helpers.py
+++ b/
pym/gentoolkit/helpers.py
@@
-58,12
+58,11
@@
class ChangeLog(object):
2.2.0_alpha142 version bump. This includes all of the fixes in 2.1.11.31. Bug
#210077 tracks all bugs fixed since portage-2.1.x.
>>> len(portage.full)
- 75
+ 270
>>> len(portage.entries_matching_range(
- ... from_ver='2.2_rc40',
- ... to_ver='2.2_rc50'))
- 11
-
+ ... from_ver='2.1.11.31',
+ ... to_ver='9999'))
+ 140
"""
def __init__(self, changelog_path, invalid_entry_is_fatal=False):
if not (os.path.isfile(changelog_path) and