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.
Files changed (68) hide show
  1. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.pre-commit-config.yaml +3 -3
  2. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.taskcluster.yml +1 -1
  3. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/CHANGELOG.md +6 -0
  4. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/PKG-INFO +2 -2
  5. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/pyproject.toml +2 -2
  6. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/docker/fetch/Dockerfile +1 -1
  7. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/docker/python/Dockerfile +2 -2
  8. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/uv.lock +453 -229
  9. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.codespell-ignore-words.txt +0 -0
  10. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.github/CODEOWNERS +0 -0
  11. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.github/workflows/pre-commit-autoupdate.yml +0 -0
  12. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.github/workflows/pre-commit.yml +0 -0
  13. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.github/workflows/pypi-publish.yml +0 -0
  14. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.gitignore +0 -0
  15. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.readthedocs.yml +0 -0
  16. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/.yamllint +0 -0
  17. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/CODE_OF_CONDUCT.md +0 -0
  18. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/CONTRIBUTING.md +0 -0
  19. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/LICENSE +0 -0
  20. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/Makefile +0 -0
  21. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/README.md +0 -0
  22. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/actions/index.rst +0 -0
  23. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/actions/release-promotion.rst +0 -0
  24. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/conf.py +0 -0
  25. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/index.rst +0 -0
  26. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/transforms/index.rst +0 -0
  27. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/transforms/scriptworker/index.rst +0 -0
  28. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/transforms/scriptworker/release_artifacts.rst +0 -0
  29. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/docs/transforms/scriptworker/ship-it.rst +0 -0
  30. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/renovate.json +0 -0
  31. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/__init__.py +0 -0
  32. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/actions/__init__.py +0 -0
  33. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/actions/release_promotion.py +0 -0
  34. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/config.py +0 -0
  35. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/__init__.py +0 -0
  36. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/replicate.py +0 -0
  37. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/scriptworker/__init__.py +0 -0
  38. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/scriptworker/release_artifacts.py +0 -0
  39. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/scriptworker/shipit/__init__.py +0 -0
  40. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/transforms/scriptworker/shipit/mark_as_shipped.py +0 -0
  41. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/util/signed_artifacts.py +0 -0
  42. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/version.py +0 -0
  43. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/src/mozilla_taskgraph/worker_types.py +0 -0
  44. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/config.yml +0 -0
  45. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/docker/fetch/REGISTRY +0 -0
  46. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/check/kind.yml +0 -0
  47. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/codecov/kind.yml +0 -0
  48. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/complete/kind.yml +0 -0
  49. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/docker-image/kind.yml +0 -0
  50. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/fetch/kind.yml +0 -0
  51. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/release-promotion-dummy/kind.yml +0 -0
  52. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/kinds/test/kind.yml +0 -0
  53. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/mt_taskgraph/target_tasks.py +0 -0
  54. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/mt_taskgraph/transforms/test.py +0 -0
  55. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/taskcluster/scripts/codecov-upload.py +0 -0
  56. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/__init__.py +0 -0
  57. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/actions/__init__.py +0 -0
  58. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/actions/test_release_promotion.py +0 -0
  59. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/conftest.py +0 -0
  60. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/data/taskcluster/config.yml +0 -0
  61. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/data/testver.py +0 -0
  62. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/test_register.py +0 -0
  63. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/test_version.py +0 -0
  64. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/test_worker_types.py +0 -0
  65. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/transforms/test_replicate.py +0 -0
  66. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/transforms/test_scriptworker_release_artifacts.py +0 -0
  67. {mozilla_taskgraph-4.1.0 → mozilla_taskgraph-4.1.1}/test/transforms/test_scriptworker_shipit.py +0 -0
  68. {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.9.28
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.14.14'
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.3.0
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.0.0@sha256:79dccafcfff951ab74c8ca9dea81ff339723da3cef64dbcc1d98c493638e85fe
209
+ image: mozillareleases/taskgraph:run-task-v19.2.1@sha256:6d369ec1cd14a9a67a660ef406633e4672986ae5fa0ac592c21436fc735592d1
210
210
  maxRunTime: 1800
211
211
 
212
212
  command:
@@ -1,3 +1,9 @@
1
+ ## 4.1.1 (2026-03-17)
2
+
3
+ ### Fix
4
+
5
+ - mark compatible with Taskgraph v20.x
6
+
1
7
  ## 4.1.0 (2026-02-17)
2
8
 
3
9
  ### Feat
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mozilla-taskgraph
3
- Version: 4.1.0
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,>=19.1
20
+ Requires-Dist: taskcluster-taskgraph<21,>=19.1
21
21
  Description-Content-Type: text/markdown
22
22
 
23
23
  [![Task Status](https://firefox-ci-tc.services.mozilla.com/api/github/v1/repository/mozilla-releng/mozilla-taskgraph/main/badge.svg)](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.0"
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,<20",
23
+ "taskcluster-taskgraph>=19.1,<21",
24
24
  ]
25
25
 
26
26
  [project.urls]
@@ -1,4 +1,4 @@
1
- FROM debian:13@sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91
1
+ FROM debian:13@sha256:3615a749858a1cba49b408fb49c37093db813321355a9ab7c1f9f4836341e9db
2
2
 
3
3
  ### Add worker user and setup its workspace.
4
4
  RUN mkdir -p /builds && \
@@ -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:f6e2cfac5cf956ea044b4bd75e6397b4372ad88fe00908045e9a0d21712ae3ba
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.2@sha256:94a23af2d50e97b87b522d3cea24aaf8a1faedec1344c952767434f69585cbf9 /uv /bin/uv
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