Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
rpmlint
python3_magic_number_fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python3_magic_number_fix.diff of Package rpmlint
--- FilesCheck.py +++ FilesCheck.py @@ -286,7 +286,7 @@ istext = float(len(t))/len(chunk) <= 0.30 return (chunk, istext) -# See Python/import.c (in the trunk and py3k branches) for a full list of +# See Python/import.c (in the default and 2.x branches) for a full list of # the values here. _python_magic_values = { '2.2': 60717, @@ -298,7 +298,7 @@ '3.0': 3130, '3.1': 3150, '3.2': 3180, - '3.3': 3190, + '3.3': 3230, } def get_expected_pyc_magic(path):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor