[24/39] python3-pyrsistent: upgrade 0.18.0 -> 0.18.1

Message ID 20220119104117.2120127-24-alex@linutronix.de
State Accepted, archived
Commit 26372197c6b2cbed0b93e2cc7228d6c2ac8b102e
Headers show
Series [01/39] mesa: fold mesa-gl variant into the main recipe using mcextend class | expand

Commit Message

Alexander Kanavin Jan. 19, 2022, 10:41 a.m. UTC
From: Alexander Kanavin <alex.kanavin@gmail.com>

License-Update: copyright years

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...hon3-pyrsistent_0.18.0.bb => python3-pyrsistent_0.18.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-pyrsistent_0.18.0.bb => python3-pyrsistent_0.18.1.bb} (60%)

Patch

diff --git a/meta/recipes-devtools/python/python3-pyrsistent_0.18.0.bb b/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb
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 0b4d2564f6..4c9b8ec1dd 100644
--- a/meta/recipes-devtools/python/python3-pyrsistent_0.18.0.bb
+++ b/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb
@@ -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