summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb (renamed from meta-python/recipes-devtools/python/python3-pyrsistent_0.17.3.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyrsistent_0.17.3.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb
index 72736c8917..7b792284e2 100644
--- a/meta-python/recipes-devtools/python/python3-pyrsistent_0.17.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb
@@ -1,10 +1,9 @@
1SUMMARY = "Persistent/Immutable/Functional data structures for Python" 1SUMMARY = "Persistent/Immutable/Functional data structures for Python"
2HOMEPAGE = "https://github.com/tobgu/pyrsistent" 2HOMEPAGE = "https://github.com/tobgu/pyrsistent"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENCE.mit;md5=ca574f2891cf528b3e7a2ee570337e7c" 4LIC_FILES_CHKSUM = "file://LICENSE.mit;md5=a4b94c2b800b582a8d3925a9939cbf44"
5 5
6SRC_URI[md5sum] = "cd38658ea772a7f9b12b6f9485a7018b" 6SRC_URI[sha256sum] = "773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b"
7SRC_URI[sha256sum] = "2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e"
8 7
9inherit pypi setuptools3 8inherit pypi setuptools3
10 9