From 9fe213c7f8ac76a1e5e8676e8372306e3629ed78 Mon Sep 17 00:00:00 2001 From: Hans Spaans <1072510+hspaans@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:52:42 +0000 Subject: [PATCH] Upgrade versions of multiple devcontainer features and update pipx package references --- src/django-upgrade/devcontainer-feature.json | 4 ++-- src/django-upgrade/install.sh | 2 +- src/pyadr/devcontainer-feature.json | 4 ++-- src/pyadr/install.sh | 2 +- src/pycqa/devcontainer-feature.json | 4 ++-- src/pycqa/install.sh | 12 ++++++------ src/pymarkdownlnt/devcontainer-feature.json | 4 ++-- src/pymarkdownlnt/install.sh | 2 +- src/pytest/devcontainer-feature.json | 4 ++-- src/pytest/install.sh | 2 +- src/pyupgrade/devcontainer-feature.json | 4 ++-- src/pyupgrade/install.sh | 2 +- src/rstcheck/devcontainer-feature.json | 4 ++-- src/rstcheck/install.sh | 2 +- 14 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/django-upgrade/devcontainer-feature.json b/src/django-upgrade/devcontainer-feature.json index 18cdfc7..e700dd0 100644 --- a/src/django-upgrade/devcontainer-feature.json +++ b/src/django-upgrade/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "django-upgrade", - "version": "1.0.0", + "version": "2.0.0", "name": "Django-upgrade (via pipx)", "documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/django-upgrade", "licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE", @@ -16,7 +16,7 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/pipx-package", + "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] } \ No newline at end of file diff --git a/src/django-upgrade/install.sh b/src/django-upgrade/install.sh index a618587..3f70b7e 100644 --- a/src/django-upgrade/install.sh +++ b/src/django-upgrade/install.sh @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='django-upgrade' --option version="$VERSION" diff --git a/src/pyadr/devcontainer-feature.json b/src/pyadr/devcontainer-feature.json index d340bef..451ab19 100644 --- a/src/pyadr/devcontainer-feature.json +++ b/src/pyadr/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "pyadr", - "version": "1.0.1", + "version": "2.0.0", "name": "PyADR (via pipx)", "documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/pyadr", "licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE", @@ -16,7 +16,7 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/pipx-package", + "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python", "ghcr.io/devcontainers/features/git" ] diff --git a/src/pyadr/install.sh b/src/pyadr/install.sh index d6d1056..b050eef 100644 --- a/src/pyadr/install.sh +++ b/src/pyadr/install.sh @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='pyadr' --option version="$VERSION" diff --git a/src/pycqa/devcontainer-feature.json b/src/pycqa/devcontainer-feature.json index 0df0378..49b2068 100644 --- a/src/pycqa/devcontainer-feature.json +++ b/src/pycqa/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "pycqa", - "version": "1.0.0", + "version": "2.0.0", "name": "PyCQA tools bundle (via pipx)", "documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/pycqa", "licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE", @@ -56,7 +56,7 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/pipx-package", + "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] } \ No newline at end of file diff --git a/src/pycqa/install.sh b/src/pycqa/install.sh index a1c023f..6ae43c3 100644 --- a/src/pycqa/install.sh +++ b/src/pycqa/install.sh @@ -14,37 +14,37 @@ ensure_nanolayer nanolayer_location "v0.5.0" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='doc8' --option version="$DOC8_VERSION" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='docformatter' --option version="$DOCFORMATTER_VERSION" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='eradicate' --option version="$ERADICATE_VERSION" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='isort' --option version="$ISORT_VERSION" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='pydocstyle' --option version="$PYDOCSTYLE_VERSION" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='pyflakes' --option version="$PYFLAKES_VERSION" echo 'Done!' diff --git a/src/pymarkdownlnt/devcontainer-feature.json b/src/pymarkdownlnt/devcontainer-feature.json index 4c10192..f73831a 100644 --- a/src/pymarkdownlnt/devcontainer-feature.json +++ b/src/pymarkdownlnt/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "pymarkdownlnt", - "version": "1.0.0", + "version": "2.0.0", "name": "pymarkdownlnt (via pipx)", "documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/pymarkdownlnt", "licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE", @@ -16,7 +16,7 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/pipx-package", + "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python", "ghcr.io/devcontainers/features/git" ] diff --git a/src/pymarkdownlnt/install.sh b/src/pymarkdownlnt/install.sh index 3576d0f..852da85 100644 --- a/src/pymarkdownlnt/install.sh +++ b/src/pymarkdownlnt/install.sh @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='pymarkdownlnt' --option version="$VERSION" diff --git a/src/pytest/devcontainer-feature.json b/src/pytest/devcontainer-feature.json index 18b1f4b..92c2596 100644 --- a/src/pytest/devcontainer-feature.json +++ b/src/pytest/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "pytest", - "version": "1.0.3", + "version": "2.0.0", "name": "Pytest (via pipx)", "documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/pytest", "licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE", @@ -24,7 +24,7 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/pipx-package", + "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] } \ No newline at end of file diff --git a/src/pytest/install.sh b/src/pytest/install.sh index f2e718e..aa01b08 100644 --- a/src/pytest/install.sh +++ b/src/pytest/install.sh @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='pytest' --option injections="$PLUGINS" --option version="$VERSION" diff --git a/src/pyupgrade/devcontainer-feature.json b/src/pyupgrade/devcontainer-feature.json index fda0eb1..1e7273d 100644 --- a/src/pyupgrade/devcontainer-feature.json +++ b/src/pyupgrade/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "pyupgrade", - "version": "1.0.0", + "version": "2.0.0", "name": "Pyupgrade (via pipx)", "documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/pyupgrade", "licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE", @@ -16,7 +16,7 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/pipx-package", + "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] } \ No newline at end of file diff --git a/src/pyupgrade/install.sh b/src/pyupgrade/install.sh index 5992f90..dbd3738 100644 --- a/src/pyupgrade/install.sh +++ b/src/pyupgrade/install.sh @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='pyupgrade' --option version="$VERSION" diff --git a/src/rstcheck/devcontainer-feature.json b/src/rstcheck/devcontainer-feature.json index 247eb4c..80b2856 100644 --- a/src/rstcheck/devcontainer-feature.json +++ b/src/rstcheck/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "rstcheck", - "version": "1.0.0", + "version": "2.0.0", "name": "rstcheck (via pipx)", "documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/rstcheck", "licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE", @@ -16,7 +16,7 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/pipx-package", + "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python", "ghcr.io/devcontainers/features/git" ] diff --git a/src/rstcheck/install.sh b/src/rstcheck/install.sh index bf0da8e..b16fcea 100644 --- a/src/rstcheck/install.sh +++ b/src/rstcheck/install.sh @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \ + "ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \ --option package='rstcheck' --option version="$VERSION"