From 0929683e2544813d65ef85ae49b52ccdc6662746 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 1 Apr 2014 12:47:30 +0200 Subject: [PATCH] Set Python-3.4 magic number to 3310 This is the final magic number of the 3.4 release. --- FilesCheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: rpmlint-1.5/FilesCheck.py =================================================================== --- rpmlint-1.5.orig/FilesCheck.py +++ rpmlint-1.5/FilesCheck.py @@ -741,7 +741,7 @@ _python_magic_values = { '3.1': 3150, '3.2': 3180, '3.3': 3230, - '3.4': 3260, + '3.4': 3310, } def get_expected_pyc_magic(path):