From d55c3265602afe16d38971a3d4b57de915ab024f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 3 Oct 2017 13:05:51 -0400 Subject: [PATCH] python-twisted: update to version 17.9.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-twisted.inc | 4 ++-- .../{python-twisted_17.5.0.bb => python-twisted_17.9.0.bb} | 0 .../{python3-twisted_17.5.0.bb => python3-twisted_17.9.0.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-twisted_17.5.0.bb => python-twisted_17.9.0.bb} (100%) rename meta-python/recipes-devtools/python/{python3-twisted_17.5.0.bb => python3-twisted_17.9.0.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc index bdb3c604ea..fed629c321 100644 --- a/meta-python/recipes-devtools/python/python-twisted.inc +++ b/meta-python/recipes-devtools/python/python-twisted.inc @@ -7,8 +7,8 @@ HOMEPAGE = "http://www.twistedmatrix.com" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=8a9c2fbfcba7d70504e3ba545e1820ed" -SRC_URI[md5sum] = "cd5c287802dcbaf7be15cf937c922b71" -SRC_URI[sha256sum] = "f198a494f0df2482f7c5f99d7f3eef33d22763ffc76641b36fec476b878002ea" +SRC_URI[md5sum] = "6dbedb918f0c7288a4c670f59393ecf8" +SRC_URI[sha256sum] = "0da1a7e35d5fcae37bc9c7978970b5feb3bc82822155b8654ec63925c05af75c" PYPI_PACKAGE = "Twisted" PYPI_PACKAGE_EXT = "tar.bz2" diff --git a/meta-python/recipes-devtools/python/python-twisted_17.5.0.bb b/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-twisted_17.5.0.bb rename to meta-python/recipes-devtools/python/python-twisted_17.9.0.bb diff --git a/meta-python/recipes-devtools/python/python3-twisted_17.5.0.bb b/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-twisted_17.5.0.bb rename to meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb