diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2021-12-28 17:05:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-04 08:40:52 -0800 |
| commit | c3bbad35cc11441788988c483a559121480a9364 (patch) | |
| tree | 3b926677184bd3a91b770f44cd8a43c1ef591387 /meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb | |
| parent | 53dacb847faa547aca73e959311e664b9d938f8d (diff) | |
| download | meta-openembedded-c3bbad35cc11441788988c483a559121480a9364.tar.gz | |
python3-wheel: upgrade 0.37.0 -> 0.37.1
changelog:
===============================================================================
Fixed wheel pack duplicating the WHEEL contents when the build number has
changed (#415)
Fixed parsing of file names containing commas in RECORD
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb b/meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb new file mode 100644 index 0000000000..6c7a31db9e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "The official binary distribution format for Python " | ||
| 2 | HOMEPAGE = "https://github.com/pypa/wheel" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=8227180126797a0148f94f483f3e1489" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native" | ||
| 12 | |||
