[oe-commits] [openembedded-core] 12/51: python3: Upgrade from 3.5.1 to 3.5.2

git at git.openembedded.org git at git.openembedded.org
Wed Aug 10 09:47:37 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit e38f649fe08c504bb4aea2004ef6980c346e474c
Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
AuthorDate: Wed Aug 3 18:49:44 2016 +0000

    python3: Upgrade from 3.5.1 to 3.5.2
    
    LICENSE did not change, only dates were changed
    
    Upstream:
     - use_packed_importlib.patch
     - CVE-2016-5636.patch
    
    Other patches were rebased on python3-natives patch
    
    Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../python/{python3_3.5.1.bb => python3_3.5.2.bb}              | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-devtools/python/python3_3.5.1.bb b/meta/recipes-devtools/python/python3_3.5.2.bb
similarity index 96%
rename from meta/recipes-devtools/python/python3_3.5.1.bb
rename to meta/recipes-devtools/python/python3_3.5.2.bb
index bf29d12..a41e110 100644
--- a/meta/recipes-devtools/python/python3_3.5.1.bb
+++ b/meta/recipes-devtools/python/python3_3.5.2.bb
@@ -35,18 +35,16 @@ SRC_URI += "\
             file://sysconfig.py-add-_PYTHON_PROJECT_SRC.patch \
             file://setup.py-check-cross_compiling-when-get-FLAGS.patch \
             file://setup.py-find-libraries-in-staging-dirs.patch \
-            file://use_packed_importlib.patch \
             file://configure.ac-fix-LIBPL.patch \
-            file://CVE-2016-5636.patch \
            "
-SRC_URI[md5sum] = "e9ea6f2623fffcdd871b7b19113fde80"
-SRC_URI[sha256sum] = "c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9"
+SRC_URI[md5sum] = "8906efbacfcdc7c3c9198aeefafd159e"
+SRC_URI[sha256sum] = "0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6b60258130e4ed10d3101517eb5b9385"
 
 # exclude pre-releases for both python 2.x and 3.x
 UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
 
-LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03"
-
 S = "${WORKDIR}/Python-${PV}"
 
 inherit autotools multilib_header python3native pkgconfig

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list