]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-smmap: upgrade 2.0.5 -> 3.0.4
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 31 May 2020 15:51:57 +0000 (17:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jun 2020 14:25:54 +0000 (15:25 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-smmap.inc
meta/recipes-devtools/python/python3-smmap_3.0.4.bb [moved from meta/recipes-devtools/python/python3-smmap_2.0.5.bb with 97% similarity]

index b878b4b399cdb491825ed351059dc87bd7626d99..7703722bcad70c40c400ed72ce9e9a9760c1971f 100644 (file)
@@ -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 \
similarity index 97%
rename from meta/recipes-devtools/python/python3-smmap_2.0.5.bb
rename to meta/recipes-devtools/python/python3-smmap_3.0.4.bb
index e87b8df8c5ca626ddd68b86ab39451b69523b6d5..5f0f341d6a6f8043fee8b5022f227a58c183e7f4 100644 (file)
@@ -1,2 +1,3 @@
 inherit setuptools3
 require python-smmap.inc
+