|
[PATCH 11/19] python3-pytest: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162003
·
|
|
[PATCH 10/19] python3-git: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162002
·
|
|
[PATCH 09/19] python3-attrs: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162001
·
|
|
[PATCH 08/19] python3-pip: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares setuptools.build_meta
as the backend for PEP-517 packaging.
We bootstrap the -native installation by simply unzipping the wheel
Upstream provides a pyproject.toml which declares setuptools.build_meta
as the backend for PEP-517 packaging.
We bootstrap the -native installation by simply unzipping the wheel
|
By
Tim Orling
·
#162000
·
|
|
[PATCH 07/19] setuptools_build_meta.bbclass: add helper class
This class uses the PEP 517 compliant setuptools.buil_meta to build
wheels.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
meta/classes/setuptools_build_meta.bbclass | 18
This class uses the PEP 517 compliant setuptools.buil_meta to build
wheels.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
meta/classes/setuptools_build_meta.bbclass | 18
|
By
Tim Orling
·
#161999
·
|
|
[PATCH 06/19] pip_install_wheel.bbclass: add helper class
Provide a helper class to use pip to install wheels built by either
bdist_wheel or a PEP-517 backend.
By passings --no-deps and --no-index we avoid finicky dependency
checking (pip expects wheels in
Provide a helper class to use pip to install wheels built by either
bdist_wheel or a PEP-517 backend.
By passings --no-deps and --no-index we avoid finicky dependency
checking (pip expects wheels in
|
By
Tim Orling
·
#161998
·
|
|
[PATCH 05/19] python3-wheel: inherit flit_core
Backport pyproject.toml from flit-backend branch.
Inherit flit_core class to build
Inherit pip_install_wheel to install wheels for target
We need to bootstrap python3-wheel-native in order to have
Backport pyproject.toml from flit-backend branch.
Inherit flit_core class to build
Inherit pip_install_wheel to install wheels for target
We need to bootstrap python3-wheel-native in order to have
|
By
Tim Orling
·
#161997
·
|
|
[PATCH 04/19] flit_core.bbclass: add helper for newer python packaging
Some python packages now use pyproject.toml and declare
flit_core.buildapi as the build engine
Use pip_install_wheel class to install.
[YOCTO #14638]
Signed-off-by: Tim Orling
Some python packages now use pyproject.toml and declare
flit_core.buildapi as the build engine
Use pip_install_wheel class to install.
[YOCTO #14638]
Signed-off-by: Tim Orling
|
By
Tim Orling
·
#161996
·
|
|
[PATCH 03/19] python3-flit-core: simplify
Upstream provides a build_dists.py which can be used to bootstrap
building of the sdist and wheel.
Bootstrap -native by simply unzipping the wheel to
PYTHON_SITEPACKAGES_DIR.
Use pip to install the
Upstream provides a build_dists.py which can be used to bootstrap
building of the sdist and wheel.
Bootstrap -native by simply unzipping the wheel to
PYTHON_SITEPACKAGES_DIR.
Use pip to install the
|
By
Tim Orling
·
#161995
·
|
|
[PATCH 02/19] python3-flit-core: add recipe for 3.6.0
This is the core of one of the "new build system" tools, although not
officially part of the pypa (Python Packaging Authority) repositories,
it is an increasingly common build tool (e.g.
This is the core of one of the "new build system" tools, although not
officially part of the pypa (Python Packaging Authority) repositories,
it is an increasingly common build tool (e.g.
|
By
Tim Orling
·
#161994
·
|
|
[PATCH 01/19] python3-wheel: move 0.37.0 from meta-python
This is one of the "new build tools" which are part of pypa (Python
Packaging Authority) toolchain.
Wheels are the official delivery mechanism for Python packages, replacing
the now deprecated Eggs
This is one of the "new build tools" which are part of pypa (Python
Packaging Authority) toolchain.
Wheels are the official delivery mechanism for Python packages, replacing
the now deprecated Eggs
|
By
Tim Orling
·
#161993
·
|
|
[PATCH 00/19] Python PEP-517: build wheels and installw with pip
Upstream Python is moving to pyproject.toml rather than setup.py and
wheels rather than eggs. The main place this is documented is in
PEP-517[1]. Installing packages with setup.py install is
Upstream Python is moving to pyproject.toml rather than setup.py and
wheels rather than eggs. The main place this is documented is in
PEP-517[1]. Installing packages with setup.py install is
|
By
Tim Orling
·
#161992
·
|
|
[PATCH] expat: Upgrade 2.4.5 -> 2.4.6
This fixes a regression in libxml-parser-perl's ptests from 2.4.5.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
meta/recipes-core/expat/{expat_2.4.5.bb => expat_2.4.6.bb} |
This fixes a regression in libxml-parser-perl's ptests from 2.4.5.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
meta/recipes-core/expat/{expat_2.4.5.bb => expat_2.4.6.bb} |
|
By
Richard Purdie
·
#161991
·
|
|
Re: [Openembedded-architecture] Proposal: INCOMPATIBLE_LICENSE_EXCEPTION
Thanks Saul, from my perspective I think this is a good balance between cleaning
up the syntax and other issues whilst being practical to implement and test in
the time frames
Thanks Saul, from my perspective I think this is a good balance between cleaning
up the syntax and other issues whilst being practical to implement and test in
the time frames
|
By
Richard Purdie
·
#161990
·
|
|
OE-core CVE metrics for honister on Sun 20 Feb 2022 05:30:01 AM HST
Branch: honister
New this week: 8 CVEs
CVE-2022-0529: unzip:unzip-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-0529 *
CVE-2022-0530: unzip:unzip-native
Branch: honister
New this week: 8 CVEs
CVE-2022-0529: unzip:unzip-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-0529 *
CVE-2022-0530: unzip:unzip-native
|
By
Steve Sakoman
·
#161989
·
|
|
[PATCH 2/2] tiff: Add backports for two CVEs from upstream
Signed-off-by: Richard Purdie <richard.purdie@...>
---
...al-buffer-overflow-for-ASCII-tags-wh.patch | 0
...99c99f987dc32ae110370cfdd7df7975586b.patch | 30 +++++++++++++++++
Signed-off-by: Richard Purdie <richard.purdie@...>
---
...al-buffer-overflow-for-ASCII-tags-wh.patch | 0
...99c99f987dc32ae110370cfdd7df7975586b.patch | 30 +++++++++++++++++
|
By
Richard Purdie
·
#161988
·
|
|
[PATCH 1/2] vim: Upgrade 8.2.4314 -> 8.2.4424
License file had some grammar fixes.
Includes CVE-2022-0554.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
meta/recipes-support/vim/vim.inc | 6 +++---
1 file changed, 3
License file had some grammar fixes.
Includes CVE-2022-0554.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
meta/recipes-support/vim/vim.inc | 6 +++---
1 file changed, 3
|
By
Richard Purdie
·
#161987
·
|
|
OE-core CVE metrics for hardknott on Sun 20 Feb 2022 05:00:01 AM HST
Branch: hardknott
New this week: 8 CVEs
CVE-2022-0529: unzip:unzip-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-0529 *
CVE-2022-0530: unzip:unzip-native
Branch: hardknott
New this week: 8 CVEs
CVE-2022-0529: unzip:unzip-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-0529 *
CVE-2022-0530: unzip:unzip-native
|
By
Steve Sakoman
·
#161986
·
|
|
[hardknott][PATCH 00/14] Pull request
The following changes since commit a32cee6c9e1ff53e424b8386c36555e6cf3bf3af:
expat: add missing Upstream-status, CVE tag and sign-off to CVE-2021-46143.patch (2022-02-07 11:01:23 +0800)
are
The following changes since commit a32cee6c9e1ff53e424b8386c36555e6cf3bf3af:
expat: add missing Upstream-status, CVE tag and sign-off to CVE-2021-46143.patch (2022-02-07 11:01:23 +0800)
are
|
By
Anuj Mittal
·
#161985
·
|
|
OE-core CVE metrics for dunfell on Sun 20 Feb 2022 04:30:01 AM HST
Branch: dunfell
New this week: 9 CVEs
CVE-2021-45949: ghostscript-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-45949 *
CVE-2022-0529: unzip:unzip-native
Branch: dunfell
New this week: 9 CVEs
CVE-2021-45949: ghostscript-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-45949 *
CVE-2022-0529: unzip:unzip-native
|
By
Steve Sakoman
·
#161984
·
|