[PATCH 1/2] pytest: requirements.txt: Resync with the rest of the project

In order to build the docker container, which contains a download cache of python modules, we need to have our versions be in sync in each requirements file. Update some of the cases where which are older than the rest of the project.
Signed-off-by: Tom Rini trini@konsulko.com --- test/py/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 2b1489808c00..75760f96e562 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -1,14 +1,14 @@ atomicwrites==1.4.1 attrs==19.3.0 concurrencytest==0.1.2 -coverage==4.5.4 +coverage==6.2 extras==1.0.0 filelock==3.0.12 fixtures==3.0.0 importlib-metadata==0.23 linecache2==1.0.0 more-itertools==7.2.0 -packaging==23.2 +packaging==24.1 pbr==5.4.3 pluggy==0.13.0 py==1.11.0 @@ -20,7 +20,7 @@ pytest==6.2.5 pytest-xdist==2.5.0 python-mimeparse==1.6.0 python-subunit==1.3.0 -requests==2.32.2 +requests==2.32.3 setuptools==70.3.0 six==1.16.0 testtools==2.3.0

Using "MAINTAINER" and "Description" have been replaced with org.opencontainers.image namespace variables.
Signed-off-by: Tom Rini trini@konsulko.com --- tools/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index cda87354566d..f0e36994cc23 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -3,8 +3,8 @@ # to build U-Boot and run our test suites.
FROM ubuntu:jammy-20240227 -MAINTAINER Tom Rini trini@konsulko.com -LABEL Description=" This image is for building U-Boot inside a container" +LABEL org.opencontainers.image.authors="Tom Rini trini@konsulko.com" +LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container"
# Make sure apt is happy ENV DEBIAN_FRONTEND=noninteractive

On Mon, 19 Aug 2024 at 15:07, Tom Rini trini@konsulko.com wrote:
Using "MAINTAINER" and "Description" have been replaced with org.opencontainers.image namespace variables.
Signed-off-by: Tom Rini trini@konsulko.com
tools/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index cda87354566d..f0e36994cc23 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -3,8 +3,8 @@ # to build U-Boot and run our test suites.
FROM ubuntu:jammy-20240227 -MAINTAINER Tom Rini trini@konsulko.com -LABEL Description=" This image is for building U-Boot inside a container" +LABEL org.opencontainers.image.authors="Tom Rini trini@konsulko.com" +LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container"
# Make sure apt is happy ENV DEBIAN_FRONTEND=noninteractive -- 2.34.1

On Mon, 19 Aug 2024 at 15:07, Tom Rini trini@konsulko.com wrote:
In order to build the docker container, which contains a download cache of python modules, we need to have our versions be in sync in each requirements file. Update some of the cases where which are older than the rest of the project.
Signed-off-by: Tom Rini trini@konsulko.com
test/py/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Mon, 19 Aug 2024 15:07:18 -0600, Tom Rini wrote:
In order to build the docker container, which contains a download cache of python modules, we need to have our versions be in sync in each requirements file. Update some of the cases where which are older than the rest of the project.
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini