summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2022-11-04 14:57:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-07 14:32:42 +0000
commitf2baba898d2845335c458cd63d47d4ac303d9967 (patch)
treeea03f1649876c1864e0d44fa1db3a9138174d21f /meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb
parent95f801de6fc26807ab56258482895c8eb408c595 (diff)
downloadpoky-f2baba898d2845335c458cd63d47d4ac303d9967.tar.gz
python3-pyrsistent: upgrade 0.18.1 -> 0.19.2
Changelog: ========== * Fix #263, pmap regression in 0.19.1. Element access sometimes unreliable after insert. * Fix #159 (through PR #243). Pmap keys/values/items now behave more like the corresponding Python 3 methods on dicts. Previously they returned a materialized PVector holding the items, now they return views instead. This is a slight backwards incompatibility compared to previous behaviour, hence stepping version to 0.19. * Fix #244, type for argument to PVector.delete missing. * Fix #249, rename perf test directory to avoid tripping up automatic discovery in more recent setuptools versions * Fix #247, performance bug when setting elements in maps and adding elements to sets * Fix #248, build pure Python wheels. This is used by some installers. * Fix #254, #258, support manylinux_2014_aarch64 wheels. (From OE-Core rev: 87ecac07d9be3fc25b579344082048a9dbe76501) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb b/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb
deleted file mode 100644
index b4d9e3af39..0000000000
--- a/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "Persistent/Immutable/Functional data structures for Python"
2HOMEPAGE = "https://github.com/tobgu/pyrsistent"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.mit;md5=b695eb9c6e7a6fb1b1bc2d193c42776e"
5
6SRC_URI[sha256sum] = "d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-numbers \
12"
13
14BBCLASSEXTEND = "native nativesdk"