diff options
author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-03-24 17:17:57 +0800 |
---|---|---|
committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-28 08:35:31 -0400 |
commit | d26f61f21db9ef17763e6b579982e33c8434f4e1 (patch) | |
tree | 1b5ff64ccb8f8c951b3300920a0a9a762560b04e | |
parent | bbb42608522d54bbfb53406ecb57d78375c2eb42 (diff) | |
download | meta-openembedded-d26f61f21db9ef17763e6b579982e33c8434f4e1.tar.gz |
python3-arpeggio: upgrade 1.10.2 -> 2.0.0
changelog:
Added eval_attrs call to NoMatch exceptions (ebfd60).
Dropped support for deprecated Python versions.
The lowest supported version is 3.6.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb index 468e6d5fde..96d6de6a69 100644 --- a/meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb +++ b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/Arpeggio/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "bfe349f252f82f82d84cb886f1d5081d1a31451e6045275e9f90b65d0daa06f1" | 6 | SRC_URI[sha256sum] = "d6b03839019bb8a68785f9292ee6a36b1954eb84b925b84a6b8a5e1e26d3ed3d" |
7 | 7 | ||
8 | PYPI_PACKAGE = "Arpeggio" | 8 | PYPI_PACKAGE = "Arpeggio" |
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |