From ae8d6d32102a0b6035aa00adba6b923b7c590155 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 16 Sep 2019 10:09:04 +0800 Subject: python-pluggy: upgrade 0.12.0 -> 0.13.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pluggy.inc | 4 ++-- meta-python/recipes-devtools/python/python-pluggy_0.12.0.bb | 2 -- meta-python/recipes-devtools/python/python-pluggy_0.13.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pluggy_0.12.0.bb | 2 -- meta-python/recipes-devtools/python/python3-pluggy_0.13.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pluggy_0.12.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pluggy_0.13.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy_0.12.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pluggy_0.13.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pluggy.inc b/meta-python/recipes-devtools/python/python-pluggy.inc index c9bee62874..57660060c5 100644 --- a/meta-python/recipes-devtools/python/python-pluggy.inc +++ b/meta-python/recipes-devtools/python/python-pluggy.inc @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/pytest-dev/pluggy" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2" -SRC_URI[md5sum] = "e986647f5d786c0cc1bd065cf9bac658" -SRC_URI[sha256sum] = "0825a152ac059776623854c1543d65a4ad408eb3d33ee114dff91e57ec6ae6fc" +SRC_URI[md5sum] = "4b8384b69cddbc2e104fdd3ff5631788" +SRC_URI[sha256sum] = "fa5fa1622fa6dd5c030e9cad086fa19ef6a0cf6d7a2d12318e10cb49d6d68f34" DEPENDS += "${PYTHON_PN}-setuptools-scm-native" diff --git a/meta-python/recipes-devtools/python/python-pluggy_0.12.0.bb b/meta-python/recipes-devtools/python/python-pluggy_0.12.0.bb deleted file mode 100644 index edcd4f512f..0000000000 --- a/meta-python/recipes-devtools/python/python-pluggy_0.12.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pluggy.inc diff --git a/meta-python/recipes-devtools/python/python-pluggy_0.13.0.bb b/meta-python/recipes-devtools/python/python-pluggy_0.13.0.bb new file mode 100644 index 0000000000..edcd4f512f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pluggy_0.13.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pluggy.inc diff --git a/meta-python/recipes-devtools/python/python3-pluggy_0.12.0.bb b/meta-python/recipes-devtools/python/python3-pluggy_0.12.0.bb deleted file mode 100644 index 941e8e3d8c..0000000000 --- a/meta-python/recipes-devtools/python/python3-pluggy_0.12.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pluggy.inc diff --git a/meta-python/recipes-devtools/python/python3-pluggy_0.13.0.bb b/meta-python/recipes-devtools/python/python3-pluggy_0.13.0.bb new file mode 100644 index 0000000000..941e8e3d8c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pluggy_0.13.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pluggy.inc -- cgit 1.2.3-korg