Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426278 - dev-python/pep8-1.3.3 version bump request
Summary: dev-python/pep8-1.3.3 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-12 08:23 UTC by Ian Delaney (RETIRED)
Modified: 2012-07-13 03:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2012-07-12 08:23:02 UTC
archtester pep8 # USE_PYTHON="2.5 2.6 2.7 3.1 3.2" ebuild pep8-1.3.3.ebuild clean merge

 * Compilation and optimization of Python modules for CPython 2.5     [ ok ]
 * Compilation and optimization of Python modules for CPython 2.6     [ ok ]
 * Compilation and optimization of Python modules for CPython 2.7     [ ok ]
 * Compilation and optimization of Python modules for CPython 3.1     [ ok ]
 * Compilation and optimization of Python modules for CPython 3.2     [ ok ]
 * Compilation and optimization of Python modules for PyPy 1.8 (Python 2.7)[ ok ]
 * Compilation and optimization of Python modules for PyPy 1.9 (Python 2.7)[ ok ]
>>> dev-python/pep8-1.3.3 merged.

archtester pep8 # USE_PYTHON="2.5 2.6 2.7 3.1 3.2" ebuild pep8-1.3.3.ebuild clean test
----------------------------
for all above versions;
----------------------------
150 passed and 0 failed.
Test passed.

pypy fails a test; 
if indent_char == ' ' and indent_level % 4:
ValueError: unsupported format character '' (0x0) at index 650

for now just bump as trivial in changes; i,e, copy 1.3 -> 1.3.3 and go for it. Upstream pypy dev will have 'a look' at it when ready.  Says it is a jit related bug which has me cautious since another dev from there said tests kind of skirt the jit.  This test however is running an exec pep8.py directly and will hopefully will skirt the skirt.  We shall see.
Comment 1 Patrick Lauer gentoo-dev 2012-07-13 03:31:16 UTC
+  13 Jul 2012; Patrick Lauer <patrick@gentoo.org> +pep8-1.3.3.ebuild,
+  -pep8-0.6.1.ebuild, -pep8-1.0.1.ebuild, -pep8-1.1.ebuild:
+  Bump for #426278