-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into aiohttp_3102
- Loading branch information
Showing
62 changed files
with
1,352 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
requirements: ${{ steps.requirements.outputs.changed }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -92,7 +92,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -106,7 +106,7 @@ jobs: | |
- name: Build wheels | ||
if: needs.init.outputs.requirements == 'true' | ||
uses: home-assistant/wheels@2024.01.0 | ||
uses: home-assistant/wheels@2024.07.1 | ||
with: | ||
abi: cp312 | ||
tag: musllinux_1_2 | ||
|
@@ -125,13 +125,13 @@ jobs: | |
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
if: needs.init.outputs.publish == 'true' | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
|
||
- name: Install Cosign | ||
if: needs.init.outputs.publish == 'true' | ||
uses: sigstore/cosign-installer@v3.5.0 | ||
uses: sigstore/cosign-installer@v3.6.0 | ||
with: | ||
cosign-release: "v2.2.3" | ||
|
||
|
@@ -149,7 +149,7 @@ jobs: | |
- name: Login to GitHub Container Registry | ||
if: needs.init.outputs.publish == 'true' | ||
uses: docker/login-action@v3.1.0 | ||
uses: docker/login-action@v3.3.0 | ||
with: | ||
registry: ghcr.io | ||
username: ${{ github.repository_owner }} | ||
|
@@ -178,7 +178,7 @@ jobs: | |
steps: | ||
- name: Checkout the repository | ||
if: needs.init.outputs.publish == 'true' | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Initialize git | ||
if: needs.init.outputs.publish == 'true' | ||
|
@@ -203,7 +203,7 @@ jobs: | |
timeout-minutes: 60 | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Build the Supervisor | ||
if: needs.init.outputs.publish != 'true' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,10 +25,10 @@ jobs: | |
name: Prepare Python dependencies | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
- name: Set up Python | ||
id: python | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Restore Python virtual environment | ||
|
@@ -67,9 +67,9 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: python | ||
with: | ||
python-version: ${{ needs.prepare.outputs.python-version }} | ||
|
@@ -110,9 +110,9 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: python | ||
with: | ||
python-version: ${{ needs.prepare.outputs.python-version }} | ||
|
@@ -153,7 +153,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
- name: Register hadolint problem matcher | ||
run: | | ||
echo "::add-matcher::.github/workflows/matchers/hadolint.json" | ||
|
@@ -168,9 +168,9 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: python | ||
with: | ||
python-version: ${{ needs.prepare.outputs.python-version }} | ||
|
@@ -212,9 +212,9 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: python | ||
with: | ||
python-version: ${{ needs.prepare.outputs.python-version }} | ||
|
@@ -256,9 +256,9 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: python | ||
with: | ||
python-version: ${{ needs.prepare.outputs.python-version }} | ||
|
@@ -288,14 +288,14 @@ jobs: | |
name: Run tests Python ${{ needs.prepare.outputs.python-version }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: python | ||
with: | ||
python-version: ${{ needs.prepare.outputs.python-version }} | ||
- name: Install Cosign | ||
uses: sigstore/cosign-installer@v3.5.0 | ||
uses: sigstore/cosign-installer@v3.6.0 | ||
with: | ||
cosign-release: "v2.2.3" | ||
- name: Restore Python virtual environment | ||
|
@@ -335,7 +335,7 @@ jobs: | |
-o console_output_style=count \ | ||
tests | ||
- name: Upload coverage artifact | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: coverage-${{ matrix.python-version }} | ||
path: .coverage | ||
|
@@ -346,9 +346,9 @@ jobs: | |
needs: ["pytest", "prepare"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: python | ||
with: | ||
python-version: ${{ needs.prepare.outputs.python-version }} | ||
|
@@ -365,12 +365,12 @@ jobs: | |
echo "Failed to restore Python virtual environment from cache" | ||
exit 1 | ||
- name: Download all coverage artifacts | ||
uses: actions/[email protected].7 | ||
uses: actions/[email protected].8 | ||
- name: Combine coverage results | ||
run: | | ||
. venv/bin/activate | ||
coverage combine coverage*/.coverage* | ||
coverage report | ||
coverage xml | ||
- name: Upload coverage to Codecov | ||
uses: codecov/codecov-action@v4.3.0 | ||
uses: codecov/codecov-action@v4.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
name: Release Drafter | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
- name: Sentry Release | ||
uses: getsentry/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
image: ghcr.io/home-assistant/{arch}-hassio-supervisor | ||
build_from: | ||
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.19 | ||
armhf: ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.19 | ||
armv7: ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.19 | ||
amd64: ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.19 | ||
i386: ghcr.io/home-assistant/i386-base-python:3.12-alpine3.19 | ||
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.20 | ||
armhf: ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.20 | ||
armv7: ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.20 | ||
amd64: ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.20 | ||
i386: ghcr.io/home-assistant/i386-base-python:3.12-alpine3.20 | ||
codenotary: | ||
signer: [email protected] | ||
base_image: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
aiodns==3.2.0 | ||
aiohttp==3.10.2 | ||
atomicwrites-homeassistant==1.4.1 | ||
attrs==23.2.0 | ||
awesomeversion==24.2.0 | ||
attrs==24.2.0 | ||
awesomeversion==24.6.0 | ||
brotli==1.1.0 | ||
ciso8601==2.3.1 | ||
colorlog==6.8.2 | ||
cpe==1.2.1 | ||
cryptography==42.0.5 | ||
debugpy==1.8.1 | ||
cryptography==43.0.0 | ||
debugpy==1.8.5 | ||
deepmerge==1.1.1 | ||
dirhash==0.4.0 | ||
docker==7.0.0 | ||
dirhash==0.5.0 | ||
docker==7.1.0 | ||
faust-cchardet==2.1.19 | ||
gitpython==3.1.43 | ||
jinja2==3.1.3 | ||
orjson==3.10.1 | ||
jinja2==3.1.4 | ||
orjson==3.9.15 | ||
pulsectl==24.4.0 | ||
pyudev==0.24.1 | ||
pyudev==0.24.3 | ||
PyYAML==6.0.1 | ||
requests==2.32.3 | ||
securetar==2024.2.1 | ||
sentry-sdk==1.45.0 | ||
setuptools==69.5.1 | ||
voluptuous==0.14.2 | ||
dbus-fast==2.21.1 | ||
typing_extensions==4.11.0 | ||
sentry-sdk==2.10.0 | ||
setuptools==72.1.0 | ||
voluptuous==0.15.2 | ||
dbus-fast==2.22.1 | ||
typing_extensions==4.12.2 | ||
zlib-fast==0.2.0 |
Oops, something went wrong.