]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
tools: Move python tools to version 0.0.6
authorSimon Glass <sjg@chromium.org>
Sun, 19 Nov 2023 15:36:06 +0000 (08:36 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:06 +0000 (18:39 -0500)
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>
tools/binman/pyproject.toml
tools/buildman/pyproject.toml
tools/dtoc/pyproject.toml
tools/patman/pyproject.toml
tools/u_boot_pylib/pyproject.toml

index c731c4b798c182cb351abb633bff88e66a0046de..ba34437fc53ab0608fd8ef5ae1172efe59daa89e 100644 (file)
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "binary-manager"
-version = "0.0.2"
+version = "0.0.6"
 authors = [
   { 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"
 readme = "README.rst"
 requires-python = ">=3.7"
index 90ad176202964dd3f6800c7d67d167871e5e55df..fe0f6421b53f3afb884fc29389aa099fd4f96a19 100644 (file)
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "buildman"
-version = "0.0.2"
+version = "0.0.6"
 authors = [
   { 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"
 readme = "README.rst"
 requires-python = ">=3.7"
index 1c5a2fb151513742afbe3823ceb642d3607940c2..9f59788e6163fc5a40c6af4cc6830b92106eb6d4 100644 (file)
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "dtoc"
-version = "0.0.2"
+version = "0.0.6"
 authors = [
   { 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"
 readme = "README.rst"
 requires-python = ">=3.7"
index 56131947c794284849d17e4bf32280a37ce6ae2f..fcefcf6696009c17379be1918f94dec9d6a38a37 100644 (file)
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "patch-manager"
-version = "0.0.2"
+version = "0.0.6"
 authors = [
   { name="Simon Glass", email="sjg@chromium.org" },
 ]
-dependencies = ["u_boot_pylib"]
+dependencies = ["u_boot_pylib >= 0.0.6"]
 description = "Patman patch manager"
 readme = "README.rst"
 requires-python = ">=3.7"
index a7a91e5cfa56c9e92942405c88b7512b86ae7561..ce2355084ac785013aaf0c2899de91af0cb9615a 100644 (file)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "u_boot_pylib"
-version = "0.0.2"
+version = "0.0.6"
 authors = [
   { name="Simon Glass", email="sjg@chromium.org" },
 ]