]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pyrsistent: upgrade 0.18.0 -> 0.18.1
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 19 Jan 2022 10:41:02 +0000 (11:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2022 11:57:23 +0000 (11:57 +0000)
License-Update: copyright years

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb [moved from meta/recipes-devtools/python/python3-pyrsistent_0.18.0.bb with 60% similarity]

similarity index 60%
rename from meta/recipes-devtools/python/python3-pyrsistent_0.18.0.bb
rename to meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb
index 0b4d2564f6ceebcd9431ac139f1d688c531b9edc..4c9b8ec1ddd1a27e547964064f8d3bb7f0b5fa8b 100644 (file)
@@ -1,9 +1,9 @@
 SUMMARY = "Persistent/Immutable/Functional data structures for Python"
 HOMEPAGE = "https://github.com/tobgu/pyrsistent"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.mit;md5=a4b94c2b800b582a8d3925a9939cbf44"
+LIC_FILES_CHKSUM = "file://LICENSE.mit;md5=b695eb9c6e7a6fb1b1bc2d193c42776e"
 
-SRC_URI[sha256sum] = "773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b"
+SRC_URI[sha256sum] = "d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"
 
 inherit pypi setuptools3