Date
1 - 1 of 1
[meta-python] [PATCH] python3-matplotlib-inline: upgrade 0.1.2 -> 0.1.6
wangmy
From: Wang Mingyu <wangmy@...>
License-Update: Copyright updated to 0.1.6 Signed-off-by: Wang Mingyu <wangmy@...> --- .../python/python3-matplotlib-inline_0.1.2.bb | 8 -------- .../python/python3-matplotlib-inline_0.1.6.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb deleted file mode 100644 index f060f9333..000000000 --- a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb +++ /dev/null @@ -1,8 +0,0 @@ -SUMMARY = "Inline Matplotlib backend for Jupyter" -HOMEPAGE = "https://pypi.org/project/matplotlib-inline/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c2728819a4288030f51c594327977be0" - -SRC_URI[sha256sum] = "f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e" - -inherit pypi diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb new file mode 100644 index 000000000..13210b906 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb @@ -0,0 +1,8 @@ +SUMMARY = "Inline Matplotlib backend for Jupyter" +HOMEPAGE = "https://pypi.org/project/matplotlib-inline/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d4692a0eb42ca54892399db2cb35e61e" + +SRC_URI[sha256sum] = "f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304" + +inherit pypi -- 2.25.1 |
|