diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-10-26 11:02:14 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-28 10:22:05 -0700 |
commit | dd349aa2cec57cbfc4fabdc0d0ed61130010c8d2 (patch) | |
tree | 9e59299cb587560f60880762779b798341088c03 /meta-python/recipes-extended/python-pyparted | |
parent | e37647c283d9ef868ae92fa115c0e438704bba35 (diff) | |
download | meta-openembedded-dd349aa2cec57cbfc4fabdc0d0ed61130010c8d2.tar.gz |
python3-pyparted: Upgrade 3.11.6 -> 3.11.7
Upgrade to release 3.11.7:
- Set PY_SSIZE_T_CLEAN for the build
- add nvme support
- Update RELEASE file to make last step be "make pypi"
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>
Diffstat (limited to 'meta-python/recipes-extended/python-pyparted')
-rw-r--r-- | meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb (renamed from meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.6.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb index 63f4933667..8909aa11f4 100644 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.6.bb +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "\ | |||
9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ | 9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI[md5sum] = "b85dcaecc3106eb6e9a117270b09615e" | 12 | SRC_URI[md5sum] = "69284f943982f54ded76960c92098a02" |
13 | SRC_URI[sha256sum] = "727ccdf308c194069aa9797f7a6a973bc95b2e407cdf5d58d6c8bc4c9dec92dc" | 13 | SRC_URI[sha256sum] = "61cde7b096bccd69ddc75c85b17f8baed45c3687d404706d91403a319453b903" |
14 | 14 | ||
15 | inherit pypi distutils3 | 15 | inherit pypi distutils3 |
16 | 16 | ||