From 7d3ae47a13a415589e7d4f81e7d2f06ea208fcf4 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 2 Nov 2021 17:46:18 +0200 Subject: python3-bidict: Upgrade 0.21.2 -> 0.21.4 Upgrade to release 0.21.4: - Explicitly declare support for Python 3.10 as well as some minor internal improvements. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-bidict_0.21.2.bb | 11 ----------- meta-python/recipes-devtools/python/python3-bidict_0.21.4.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bidict_0.21.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-bidict_0.21.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-bidict_0.21.2.bb b/meta-python/recipes-devtools/python/python3-bidict_0.21.2.bb deleted file mode 100644 index 237bd2a63e..0000000000 --- a/meta-python/recipes-devtools/python/python3-bidict_0.21.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "The bidirectional mapping library for Python." -DESCRIPTION = "The bidirectional mapping library for Python." -HOMEPAGE = "https://bidict.readthedocs.io/" -LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3" - -SRC_URI[sha256sum] = "4fa46f7ff96dc244abfc437383d987404ae861df797e2fd5b190e233c302be09" - -inherit pypi setuptools3 - -DEPENDS += "python3-setuptools-scm-native" diff --git a/meta-python/recipes-devtools/python/python3-bidict_0.21.4.bb b/meta-python/recipes-devtools/python/python3-bidict_0.21.4.bb new file mode 100644 index 0000000000..266dc606a2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bidict_0.21.4.bb @@ -0,0 +1,11 @@ +SUMMARY = "The bidirectional mapping library for Python." +DESCRIPTION = "The bidirectional mapping library for Python." +HOMEPAGE = "https://bidict.readthedocs.io/" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3" + +SRC_URI[sha256sum] = "42c84ffbe6f8de898af6073b4be9ea7ccedcd78d3474aa844c54e49d5a079f6f" + +inherit pypi setuptools3 + +DEPENDS += "python3-setuptools-scm-native" -- cgit v1.2.3-54-g00ecf