From ae24dd88b9f75a86917ad0cbe88ef88fbec787e2 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 5 Jul 2021 20:02:36 -0700 Subject: python3-hypothesis: upgrade 6.14.0 -> 6.14.1 6.14.1 - 2021-07-02 This patch updates some internal type annotations. There is no user-visible change. (From OE-Core rev: 49f5b968989b3c82613922ee0326f2cfdf86b3c3) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- .../python/python3-hypothesis_6.14.0.bb | 22 ---------------------- .../python/python3-hypothesis_6.14.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-hypothesis_6.14.0.bb create mode 100644 meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.14.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.14.0.bb deleted file mode 100644 index 89071b2a97..0000000000 --- a/meta/recipes-devtools/python/python3-hypothesis_6.14.0.bb +++ /dev/null @@ -1,22 +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] = "9bdee01ae260329b16117e9b0229a839b4a77747a985922653f595bd2a6a541a" - -RDEPENDS_${PN} += " \ - python3-attrs \ - python3-compression \ - python3-core \ - python3-json \ - python3-sortedcontainers \ - python3-statistics \ - python3-unittest \ - " - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb new file mode 100644 index 0000000000..61598c3a16 --- /dev/null +++ b/meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb @@ -0,0 +1,22 @@ +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] = "88b0736a5691b68b8e16a4b7ee8e4c8596810c5a20989ea5b5f64870a7c25740" + +RDEPENDS_${PN} += " \ + python3-attrs \ + python3-compression \ + python3-core \ + python3-json \ + python3-sortedcontainers \ + python3-statistics \ + python3-unittest \ + " + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf