From 4918462a2f8b070d4e9a10007deae486b4ea5081 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 31 May 2020 17:51:57 +0200 Subject: python3-smmap: upgrade 2.0.5 -> 3.0.4 (From OE-Core rev: f41c36a9af38543c2801a19bd99e8e57549d3e25) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-smmap.inc | 5 ++--- meta/recipes-devtools/python/python3-smmap_2.0.5.bb | 2 -- meta/recipes-devtools/python/python3-smmap_3.0.4.bb | 3 +++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-smmap_2.0.5.bb create mode 100644 meta/recipes-devtools/python/python3-smmap_3.0.4.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python-smmap.inc b/meta/recipes-devtools/python/python-smmap.inc index b878b4b399..7703722bca 100644 --- a/meta/recipes-devtools/python/python-smmap.inc +++ b/meta/recipes-devtools/python/python-smmap.inc @@ -9,10 +9,9 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665 inherit pypi -PYPI_PACKAGE = "smmap2" +PYPI_PACKAGE = "smmap" -SRC_URI[md5sum] = "1c59a985be5aa645c4c5a4e063a40dd5" -SRC_URI[sha256sum] = "29a9ffa0497e7f2be94ca0ed1ca1aa3cd4cf25a1f6b4f5f87f74b46ed91d609a" +SRC_URI[sha256sum] = "9c98bbd1f9786d22f14b3d4126894d56befb835ec90cef151af566c7e19b5d24" RDEPENDS_${PN} += "${PYTHON_PN}-codecs \ ${PYTHON_PN}-mmap \ diff --git a/meta/recipes-devtools/python/python3-smmap_2.0.5.bb b/meta/recipes-devtools/python/python3-smmap_2.0.5.bb deleted file mode 100644 index e87b8df8c5..0000000000 --- a/meta/recipes-devtools/python/python3-smmap_2.0.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-smmap.inc diff --git a/meta/recipes-devtools/python/python3-smmap_3.0.4.bb b/meta/recipes-devtools/python/python3-smmap_3.0.4.bb new file mode 100644 index 0000000000..5f0f341d6a --- /dev/null +++ b/meta/recipes-devtools/python/python3-smmap_3.0.4.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-smmap.inc + -- cgit v1.2.3-54-g00ecf