
https://bugzilla.novell.com/show_bug.cgi?id=876470 https://bugzilla.novell.com/show_bug.cgi?id=876470#c0 Summary: rpmlint uses wrong magic number for Python 3.4 bytecode Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software AssignedTo: dmueller@suse.com ReportedBy: andrea@opensuse.org QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- Blocker: --- While compiling the new gns3 alpha for openSUSE Factory, rpmlint complains about wrong magic byte code 3310: [ 124s] gns3-gui.noarch: W: python-bytecode-wrong-magic-value /usr/lib/python3.4/site-packages/gns3/ports/__pycache__/port.cpython-34.pyc expected 3260 (3.4), found 3310 (unknown) [ 124s] gns3-gui.noarch: W: python-bytecode-wrong-magic-value /usr/lib/python3.4/site-packages/gns3/__pycache__/jsonrpc.cpython-34.pyc expected 3260 (3.4), found 3310 (unknown) [ 124s] gns3-gui.noarch: W: python-bytecode-wrong-magic-value /usr/lib/python3.4/site-packages/gns3/__pycache__/early_release_dialog.cpython-34.pyc expected 3260 (3.4), found 3310 (unknown) [ 124s] gns3-gui.noarch: W: python-bytecode-wrong-magic-value /usr/lib/python3.4/site-packages/gns3/__pycache__/settings.cpython-34.pyc expected 3260 (3.4), found 3310 (unknown) ecc ecc according to cpython, file Lib/importlib/_bootstrap.py line 421, he bytecode 3310 is the latest python 3.4 bytecode, while 3260 is the earliest for the 3.4 series expected result: rpmlint doesn't complain for a correct bytecode -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.