aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-06-24 18:03:46 +0300
committerKhem Raj <raj.khem@gmail.com>2021-06-28 09:02:47 -0700
commit280127dc21c72eb9d5732ac112d2d56ab2ef9e97 (patch)
tree40afcb35ca3adec101c62d94bf282622f6c13ffb /meta-python
parent3b201ab1bfdc218bad737e491217f4fe15d767f7 (diff)
downloadmeta-openembedded-contrib-280127dc21c72eb9d5732ac112d2d56ab2ef9e97.tar.gz
python3-astroid: Upgrade 2.5.8 -> 2.6.0
Upgrade to release 2.6.0: - Appveyor and travis are no longer used in the continuous integration - `setuptools_scm`` has been removed and replaced by ``tbump`` in order to not have hidden runtime dependencies to setuptools - ``NodeNg``, the base node class, is now accessible from ``astroid`` or ``astroid.nodes`` as it can be used for typing - pdate enum brain to improve inference of .name and .value dynamic class attributes - Removed ``Repr``, ``Exec``, and ``Print`` nodes as the ``ast`` nodes they represented have been removed with the change to Python 3 - Deprecate ``Ellipsis`` node. It will be removed with the next minor release - Deprecated ``Index`` and ``ExtSlice`` nodes - Updated all Match nodes to be internally consistent - Add ``Pattern`` base class Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-astroid_2.6.0.bb (renamed from meta-python/recipes-devtools/python/python3-astroid_2.5.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.8.bb b/meta-python/recipes-devtools/python/python3-astroid_2.6.0.bb
index 68165abd1c..e6c485bccf 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.5.8.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.6.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
-SRC_URI[sha256sum] = "2476b7f0d6cec13f4c1f53b54bea2ce072310ac9fc7acb669d5270190c748042"
+SRC_URI[sha256sum] = "09bdb456e02564731f8b5957cdd0c98a7f01d2db5e90eb1d794c353c28bfd705"
inherit pypi setuptools3