mozilla-taskgraph 4.1.0__tar.gz → 4.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.pre-commit-config.yaml +3 -3
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.taskcluster.yml +1 -1
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/CHANGELOG.md +6 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/PKG-INFO +2 -2
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/pyproject.toml +2 -2
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/docker/fetch/Dockerfile +1 -1
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/docker/python/Dockerfile +2 -2
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/uv.lock +453 -229
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.codespell-ignore-words.txt +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.github/CODEOWNERS +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.github/workflows/pre-commit-autoupdate.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.github/workflows/pre-commit.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.github/workflows/pypi-publish.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.gitignore +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.readthedocs.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.yamllint +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/CODE_OF_CONDUCT.md +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/CONTRIBUTING.md +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/LICENSE +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/Makefile +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/README.md +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/actions/index.rst +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/actions/release-promotion.rst +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/conf.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/index.rst +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/transforms/index.rst +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/transforms/scriptworker/index.rst +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/transforms/scriptworker/release_artifacts.rst +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/transforms/scriptworker/ship-it.rst +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/renovate.json +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/__init__.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/actions/__init__.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/actions/release_promotion.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/config.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/__init__.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/replicate.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/scriptworker/__init__.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/scriptworker/release_artifacts.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/scriptworker/shipit/__init__.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/scriptworker/shipit/mark_as_shipped.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/util/signed_artifacts.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/version.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/worker_types.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/config.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/docker/fetch/REGISTRY +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/check/kind.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/codecov/kind.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/complete/kind.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/docker-image/kind.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/fetch/kind.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/release-promotion-dummy/kind.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/test/kind.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/mt_taskgraph/target_tasks.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/mt_taskgraph/transforms/test.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/scripts/codecov-upload.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/__init__.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/actions/__init__.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/actions/test_release_promotion.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/conftest.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/data/taskcluster/config.yml +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/data/testver.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/test_register.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/test_version.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/test_worker_types.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/transforms/test_replicate.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/transforms/test_scriptworker_release_artifacts.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/transforms/test_scriptworker_shipit.py +0 -0
- {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/util/test_signed_artifacts.py +0 -0
|
@@ -13,11 +13,11 @@ repos:
|
|
|
13
13
|
exclude: template
|
|
14
14
|
- id: check-added-large-files
|
|
15
15
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
16
|
-
rev: 0.
|
|
16
|
+
rev: 0.10.7
|
|
17
17
|
hooks:
|
|
18
18
|
- id: uv-lock
|
|
19
19
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
20
|
-
rev: 'v0.
|
|
20
|
+
rev: 'v0.15.4'
|
|
21
21
|
hooks:
|
|
22
22
|
- id: ruff
|
|
23
23
|
args: [--fix, --exit-non-zero-on-fix]
|
|
@@ -40,7 +40,7 @@ repos:
|
|
|
40
40
|
test/test_util_path.py
|
|
41
41
|
)$
|
|
42
42
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
|
43
|
-
rev: v4.
|
|
43
|
+
rev: v4.4.0
|
|
44
44
|
hooks:
|
|
45
45
|
- id: conventional-pre-commit
|
|
46
46
|
stages: [commit-msg]
|
|
@@ -206,7 +206,7 @@ tasks:
|
|
|
206
206
|
features:
|
|
207
207
|
taskclusterProxy: true
|
|
208
208
|
|
|
209
|
-
image: mozillareleases/taskgraph:run-task-v19.
|
|
209
|
+
image: mozillareleases/taskgraph:run-task-v19.2.1@sha256:6d369ec1cd14a9a67a660ef406633e4672986ae5fa0ac592c21436fc735592d1
|
|
210
210
|
maxRunTime: 1800
|
|
211
211
|
|
|
212
212
|
command:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mozilla-taskgraph
|
|
3
|
-
Version: 4.1.
|
|
3
|
+
Version: 4.1.1
|
|
4
4
|
Summary: Mozilla specific transforms and utilities for Taskgraph
|
|
5
5
|
Project-URL: Repository, https://github.com/mozilla-releng/mozilla-taskgraph
|
|
6
6
|
Project-URL: Issues, https://github.com/mozilla-releng/mozilla-taskgraph/issues
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.14
|
|
18
18
|
Classifier: Topic :: Software Development
|
|
19
19
|
Requires-Python: >=3.9
|
|
20
|
-
Requires-Dist: taskcluster-taskgraph<
|
|
20
|
+
Requires-Dist: taskcluster-taskgraph<21,>=19.1
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
|
|
23
23
|
[](https://firefox-ci-tc.services.mozilla.com/api/github/v1/repository/mozilla-releng/mozilla-taskgraph/main/latest)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mozilla-taskgraph"
|
|
3
|
-
version = "4.1.
|
|
3
|
+
version = "4.1.1"
|
|
4
4
|
description = "Mozilla specific transforms and utilities for Taskgraph"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -20,7 +20,7 @@ classifiers = [
|
|
|
20
20
|
]
|
|
21
21
|
requires-python = ">=3.9"
|
|
22
22
|
dependencies = [
|
|
23
|
-
"taskcluster-taskgraph>=19.1,<
|
|
23
|
+
"taskcluster-taskgraph>=19.1,<21",
|
|
24
24
|
]
|
|
25
25
|
|
|
26
26
|
[project.urls]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
3
3
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
4
4
|
|
|
5
|
-
FROM debian:13-slim@sha256:
|
|
5
|
+
FROM debian:13-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430
|
|
6
6
|
LABEL maintainer="Mozilla Release Engineering <release+mozilla-taskgraph@mozilla.com>"
|
|
7
7
|
|
|
8
8
|
VOLUME /builds/worker/checkouts
|
|
@@ -29,7 +29,7 @@ ENV SHELL=/bin/bash \
|
|
|
29
29
|
PATH=/builds/worker/.local/bin:$PATH
|
|
30
30
|
|
|
31
31
|
# uv
|
|
32
|
-
COPY --from=ghcr.io/astral-sh/uv:0.10.
|
|
32
|
+
COPY --from=ghcr.io/astral-sh/uv:0.10.9@sha256:10902f58a1606787602f303954cea099626a4adb02acbac4c69920fe9d278f82 /uv /bin/uv
|
|
33
33
|
# %ARG PYTHON_VERSIONS
|
|
34
34
|
RUN uv python install $PYTHON_VERSIONS
|
|
35
35
|
RUN chown -R worker:worker /builds/worker
|