mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-18 15:40:27 +00:00
python3-cmd2: Upgrade 1.1.0 -> 1.2.1
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user