Skip to content

Commit 93dfa51

Browse files
authored
Upgrade versions of multiple devcontainer features and update pipx package references (#40)
1 parent 7508584 commit 93dfa51

14 files changed

Lines changed: 26 additions & 26 deletions

src/django-upgrade/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "django-upgrade",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"name": "Django-upgrade (via pipx)",
55
"documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/django-upgrade",
66
"licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE",
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"installsAfter": [
19-
"ghcr.io/devcontainers-contrib/features/pipx-package",
19+
"ghcr.io/devcontainers-extra/features/pipx-package",
2020
"ghcr.io/devcontainers/features/python"
2121
]
2222
}

src/django-upgrade/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414
$nanolayer_location \
1515
install \
1616
devcontainer-feature \
17-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
17+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
1818
--option package='django-upgrade' --option version="$VERSION"
1919

2020

src/pyadr/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "pyadr",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"name": "PyADR (via pipx)",
55
"documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/pyadr",
66
"licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE",
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"installsAfter": [
19-
"ghcr.io/devcontainers-contrib/features/pipx-package",
19+
"ghcr.io/devcontainers-extra/features/pipx-package",
2020
"ghcr.io/devcontainers/features/python",
2121
"ghcr.io/devcontainers/features/git"
2222
]

src/pyadr/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414
$nanolayer_location \
1515
install \
1616
devcontainer-feature \
17-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
17+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
1818
--option package='pyadr' --option version="$VERSION"
1919

2020

src/pycqa/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "pycqa",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"name": "PyCQA tools bundle (via pipx)",
55
"documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/pycqa",
66
"licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE",
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"installsAfter": [
59-
"ghcr.io/devcontainers-contrib/features/pipx-package",
59+
"ghcr.io/devcontainers-extra/features/pipx-package",
6060
"ghcr.io/devcontainers/features/python"
6161
]
6262
}

src/pycqa/install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,37 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414
$nanolayer_location \
1515
install \
1616
devcontainer-feature \
17-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
17+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
1818
--option package='doc8' --option version="$DOC8_VERSION"
1919

2020
$nanolayer_location \
2121
install \
2222
devcontainer-feature \
23-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
23+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
2424
--option package='docformatter' --option version="$DOCFORMATTER_VERSION"
2525

2626
$nanolayer_location \
2727
install \
2828
devcontainer-feature \
29-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
29+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
3030
--option package='eradicate' --option version="$ERADICATE_VERSION"
3131

3232
$nanolayer_location \
3333
install \
3434
devcontainer-feature \
35-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
35+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
3636
--option package='isort' --option version="$ISORT_VERSION"
3737

3838
$nanolayer_location \
3939
install \
4040
devcontainer-feature \
41-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
41+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
4242
--option package='pydocstyle' --option version="$PYDOCSTYLE_VERSION"
4343

4444
$nanolayer_location \
4545
install \
4646
devcontainer-feature \
47-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
47+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
4848
--option package='pyflakes' --option version="$PYFLAKES_VERSION"
4949

5050
echo 'Done!'

src/pymarkdownlnt/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "pymarkdownlnt",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"name": "pymarkdownlnt (via pipx)",
55
"documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/pymarkdownlnt",
66
"licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE",
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"installsAfter": [
19-
"ghcr.io/devcontainers-contrib/features/pipx-package",
19+
"ghcr.io/devcontainers-extra/features/pipx-package",
2020
"ghcr.io/devcontainers/features/python",
2121
"ghcr.io/devcontainers/features/git"
2222
]

src/pymarkdownlnt/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414
$nanolayer_location \
1515
install \
1616
devcontainer-feature \
17-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
17+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
1818
--option package='pymarkdownlnt' --option version="$VERSION"
1919

2020

src/pytest/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "pytest",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"name": "Pytest (via pipx)",
55
"documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/pytest",
66
"licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE",
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"installsAfter": [
27-
"ghcr.io/devcontainers-contrib/features/pipx-package",
27+
"ghcr.io/devcontainers-extra/features/pipx-package",
2828
"ghcr.io/devcontainers/features/python"
2929
]
3030
}

src/pytest/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414
$nanolayer_location \
1515
install \
1616
devcontainer-feature \
17-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
17+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
1818
--option package='pytest' --option injections="$PLUGINS" --option version="$VERSION"
1919

2020

0 commit comments

Comments
 (0)