mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 23:41:50 +00:00
tools: Move python tools to version 0.0.6
A new release has been done with this version, so update it. Use the version numbers in dependencies also. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
dff917d973
commit
049ee90903
5 changed files with 9 additions and 9 deletions
|
@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "binary-manager"
|
name = "binary-manager"
|
||||||
version = "0.0.2"
|
version = "0.0.6"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Simon Glass", email="sjg@chromium.org" },
|
{ name="Simon Glass", email="sjg@chromium.org" },
|
||||||
]
|
]
|
||||||
dependencies = ["pylibfdt", "u_boot_pylib", "dtoc"]
|
dependencies = ["pylibfdt", "u_boot_pylib >= 0.0.6", "dtoc >= 0.0.6"]
|
||||||
description = "Binman firmware-packaging tool"
|
description = "Binman firmware-packaging tool"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
|
|
|
@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "buildman"
|
name = "buildman"
|
||||||
version = "0.0.2"
|
version = "0.0.6"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Simon Glass", email="sjg@chromium.org" },
|
{ name="Simon Glass", email="sjg@chromium.org" },
|
||||||
]
|
]
|
||||||
dependencies = ["u_boot_pylib", "patch-manager"]
|
dependencies = ["u_boot_pylib >= 0.0.6", "patch-manager >= 0.0.6"]
|
||||||
description = "Buildman build tool for U-Boot"
|
description = "Buildman build tool for U-Boot"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
|
|
|
@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "dtoc"
|
name = "dtoc"
|
||||||
version = "0.0.2"
|
version = "0.0.6"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Simon Glass", email="sjg@chromium.org" },
|
{ name="Simon Glass", email="sjg@chromium.org" },
|
||||||
]
|
]
|
||||||
dependencies = ["pylibfdt", "u_boot_pylib"]
|
dependencies = ["pylibfdt", "u_boot_pylib >= 0.0.6"]
|
||||||
description = "Devicetree-to-C generator"
|
description = "Devicetree-to-C generator"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
|
|
|
@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "patch-manager"
|
name = "patch-manager"
|
||||||
version = "0.0.2"
|
version = "0.0.6"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Simon Glass", email="sjg@chromium.org" },
|
{ name="Simon Glass", email="sjg@chromium.org" },
|
||||||
]
|
]
|
||||||
dependencies = ["u_boot_pylib"]
|
dependencies = ["u_boot_pylib >= 0.0.6"]
|
||||||
description = "Patman patch manager"
|
description = "Patman patch manager"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "u_boot_pylib"
|
name = "u_boot_pylib"
|
||||||
version = "0.0.2"
|
version = "0.0.6"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Simon Glass", email="sjg@chromium.org" },
|
{ name="Simon Glass", email="sjg@chromium.org" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue