From b3b9798b76e63a400b477c6c1e6267a5337af00b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 29 Mar 2021 12:20:19 +0300 Subject: [PATCH] python3-pyroute2: Upgrade 0.5.14 -> 0.5.15 Upgrade to release 0.5.15: - ndb: don't mess with SQL adapters unless really needed - ndb: support more virtual interface types - ndb: support in for views and record sets - ndb: fix nested fetches from DB - tests: start migration to pytest Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pyroute2_0.5.14.bb => python3-pyroute2_0.5.15.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.14.bb => python3-pyroute2_0.5.15.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.14.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.15.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.14.bb rename to meta-python/recipes-devtools/python/python3-pyroute2_0.5.15.bb index 84397b65b..ca168b137 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.14.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.15.bb @@ -3,8 +3,7 @@ LICENSE = "GPLv2 & Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce" -SRC_URI[md5sum] = "6bde3624a6f22bdfb630bb54243a0d1d" -SRC_URI[sha256sum] = "774c5ecf05fe40f0f601a7ab33c19ca0b24f00bf4a094e58deaa5333b7ca49b5" +SRC_URI[sha256sum] = "d730eff091dd5b2b78282bc82ebe6888e7ee4d70b79468b1da58d99fc1a2a2fc" inherit setuptools3 pypi ptest