Upgrade to release 1.2.1: - Switched to getting version using importlib.metadata instead of using pkg_resources - Fixed typing module compatibility issue with Python 3.5 prior to 3.5.4 - Relax minimum version of importlib-metadata to >= 1.6.0 when using Python < 3.8
Update the HOMEPAGE to match the home page link from pypi.org. Signed-off-by: Leon Anavi <[email protected]> --- .../python/{python3-cmd2_1.1.0.bb => python3-cmd2_1.2.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-cmd2_1.1.0.bb => python3-cmd2_1.2.1.bb} (67%) diff --git a/meta-python/recipes-devtools/python/python3-cmd2_1.1.0.bb b/meta-python/recipes-devtools/python/python3-cmd2_1.2.1.bb similarity index 67% rename from meta-python/recipes-devtools/python/python3-cmd2_1.1.0.bb rename to meta-python/recipes-devtools/python/python3-cmd2_1.2.1.bb index bc74b5ab5..cb52ecfbb 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_1.2.1.bb @@ -1,12 +1,12 @@ SUMMARY = "Extra features for standard library's cmd module" -HOMEPAGE = "http://packages.python.org/cmd2/" +HOMEPAGE = "https://github.com/python-cmd2/cmd2" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def" DEPENDS += "${PYTHON_PN}-setuptools-scm-native" -SRC_URI[md5sum] = "2b4a3b15ac52d239664c40c2d661b0c7" -SRC_URI[sha256sum] = "d233b5ad4b9ee264a43fb14668f287d25f998f4b443a81b4efdfd292f1a77108" +SRC_URI[md5sum] = "0ab5f4d8ad6a9099202ed887358102f2" +SRC_URI[sha256sum] = "5a5d3361fadada16cae0c99b65eba5d49d587fc2e02b3afb058da1872871e7a9" inherit pypi setuptools3 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85900): https://lists.openembedded.org/g/openembedded-devel/message/85900 Mute This Topic: https://lists.openembedded.org/mt/75763714/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
