From db6ede6e49cf3cc6b48cd6cbee25ae69cf09fac1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 28 May 2021 08:22:42 +0000 Subject: python3-hypothesis: upgrade 6.12.0 -> 6.13.7 (From OE-Core rev: 42db8dcd5f010e7fa16f6b59a15c08f6a2e5c961) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb | 14 -------------- meta/recipes-devtools/python/python3-hypothesis_6.13.7.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb create mode 100644 meta/recipes-devtools/python/python3-hypothesis_6.13.7.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb deleted file mode 100644 index a8a749cd16..0000000000 --- a/meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "A library for property-based testing" -HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python" -LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c" - -PYPI_PACKAGE = "hypothesis" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "a24b2ccb7b84860762df3fabb8faa196bf627cbee62917a5095f3de8ff71050b" - -RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.13.7.bb b/meta/recipes-devtools/python/python3-hypothesis_6.13.7.bb new file mode 100644 index 0000000000..7688ff6d18 --- /dev/null +++ b/meta/recipes-devtools/python/python3-hypothesis_6.13.7.bb @@ -0,0 +1,14 @@ +SUMMARY = "A library for property-based testing" +HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c" + +PYPI_PACKAGE = "hypothesis" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "262bb8cee0293ad06c453e78cf89bddcb613b91f82ea5587f3787611ee62861b" + +RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf