mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-18 23:08:30 +00:00
python3-packaging: Upgrade 20.3 -> 20.4
Upgrade to release 20.4 with the following improvements: - Canonicalize version before comparing specifiers - specifiers: don't rely on hashes for equality - Add a NewType for normalized names - Bug fixes 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:
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/pypa/packaging"
|
||||
LICENSE = "Apache-2.0 & BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
|
||||
|
||||
SRC_URI[md5sum] = "19e0d1f82a9007b448650ccfeffd0a26"
|
||||
SRC_URI[sha256sum] = "3c292b474fda1671ec57d46d739d072bfd495a4f51ad01a055121d81e952b7a3"
|
||||
SRC_URI[md5sum] = "3208229da731c5d8e29d4d8941e75005"
|
||||
SRC_URI[sha256sum] = "4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
Reference in New Issue
Block a user