From bf0ef090b87eed989bc86b9c0bbb705394ecb28f Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 14 Nov 2019 11:47:32 +0800 Subject: python-pytest-tempdir: upgrade 2016.8.20 -> 2019.10.12 -License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pytest-tempdir.inc | 6 +++--- .../recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb | 7 ------- .../recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb | 7 +++++++ .../recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb | 7 ------- .../recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb | 7 +++++++ 5 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb create mode 100644 meta-python/recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb diff --git a/meta-python/recipes-devtools/python/python-pytest-tempdir.inc b/meta-python/recipes-devtools/python/python-pytest-tempdir.inc index 196f6d644a..cf355a364d 100644 --- a/meta-python/recipes-devtools/python/python-pytest-tempdir.inc +++ b/meta-python/recipes-devtools/python/python-pytest-tempdir.inc @@ -2,9 +2,9 @@ DESCRIPTION = "Adds support for a predictable and repeatable temporary directory HOMEPAGE = "https://github.com/saltstack/pytest-tempdir" SECTION = "devel/python" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8751a9cf4a70be4f02697a9b89e686ce" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9872c3a37cc9baf79a464cd168282be5" -SRC_URI[md5sum] = "f87f2583f5f8aaca7203d57ada3948b5" -SRC_URI[sha256sum] = "65ff815966ea6dfc07ca1b43747c9888a6d883971170e67b16290f9f50d434ea" +SRC_URI[md5sum] = "79b997d418fb85c2529ab50cd4333689" +SRC_URI[sha256sum] = "e7d91813a9aa991db87dacdef8cfd3f1657632d731d56d06238c5ffb63ab36d8" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb b/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb deleted file mode 100644 index 8a9b83e3df..0000000000 --- a/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb +++ /dev/null @@ -1,7 +0,0 @@ -require python-pytest-tempdir.inc - -inherit setuptools - -RDEPENDS_${PN} += " \ - python-pytest \ - " diff --git a/meta-python/recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb b/meta-python/recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb new file mode 100644 index 0000000000..8a9b83e3df --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest-tempdir_2019.10.12.bb @@ -0,0 +1,7 @@ +require python-pytest-tempdir.inc + +inherit setuptools + +RDEPENDS_${PN} += " \ + python-pytest \ + " diff --git a/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb deleted file mode 100644 index 02e8215636..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb +++ /dev/null @@ -1,7 +0,0 @@ -require python-pytest-tempdir.inc - -inherit setuptools3 - -RDEPENDS_${PN} += " \ - python3-pytest \ - " diff --git a/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb new file mode 100644 index 0000000000..02e8215636 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb @@ -0,0 +1,7 @@ +require python-pytest-tempdir.inc + +inherit setuptools3 + +RDEPENDS_${PN} += " \ + python3-pytest \ + " -- cgit 1.2.3-korg