mozilla-taskgraph 3.0.3__tar.gz → 3.0.4__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 (59) hide show
  1. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/.pre-commit-config.yaml +7 -3
  2. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/CHANGELOG.md +6 -0
  3. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/PKG-INFO +2 -2
  4. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/pyproject.toml +2 -2
  5. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/uv.lock +3 -2
  6. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/.codespell-ignore-words.txt +0 -0
  7. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/.github/workflows/pypi-publish.yml +0 -0
  8. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/.gitignore +0 -0
  9. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/.readthedocs.yml +0 -0
  10. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/.taskcluster.yml +0 -0
  11. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/.yamllint +0 -0
  12. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/CODE_OF_CONDUCT.md +0 -0
  13. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/CONTRIBUTING.md +0 -0
  14. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/LICENSE +0 -0
  15. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/Makefile +0 -0
  16. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/README.md +0 -0
  17. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/docs/actions/index.rst +0 -0
  18. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/docs/actions/release-promotion.rst +0 -0
  19. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/docs/conf.py +0 -0
  20. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/docs/index.rst +0 -0
  21. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/docs/transforms/index.rst +0 -0
  22. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/docs/transforms/scriptworker/index.rst +0 -0
  23. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/docs/transforms/scriptworker/release_artifacts.rst +0 -0
  24. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/docs/transforms/scriptworker/ship-it.rst +0 -0
  25. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/__init__.py +0 -0
  26. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/actions/__init__.py +0 -0
  27. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/actions/release_promotion.py +0 -0
  28. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/config.py +0 -0
  29. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/transforms/__init__.py +0 -0
  30. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/transforms/scriptworker/__init__.py +0 -0
  31. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/transforms/scriptworker/release_artifacts.py +0 -0
  32. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/transforms/scriptworker/shipit/__init__.py +0 -0
  33. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/transforms/scriptworker/shipit/mark_as_shipped.py +0 -0
  34. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/version.py +0 -0
  35. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/src/mozilla_taskgraph/worker_types.py +0 -0
  36. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/config.yml +0 -0
  37. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/docker/fetch/Dockerfile +0 -0
  38. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/docker/fetch/REGISTRY +0 -0
  39. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/docker/python/Dockerfile +0 -0
  40. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/kinds/check/kind.yml +0 -0
  41. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/kinds/codecov/kind.yml +0 -0
  42. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/kinds/docker-image/kind.yml +0 -0
  43. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/kinds/fetch/kind.yml +0 -0
  44. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/kinds/release-promotion-dummy/kind.yml +0 -0
  45. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/kinds/test/kind.yml +0 -0
  46. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/mt_taskgraph/target_tasks.py +0 -0
  47. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/mt_taskgraph/transforms/test.py +0 -0
  48. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/taskcluster/scripts/codecov-upload.py +0 -0
  49. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/__init__.py +0 -0
  50. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/actions/__init__.py +0 -0
  51. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/actions/test_release_promotion.py +0 -0
  52. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/conftest.py +0 -0
  53. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/data/taskcluster/config.yml +0 -0
  54. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/data/testver.py +0 -0
  55. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/test_register.py +0 -0
  56. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/test_version.py +0 -0
  57. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/test_worker_types.py +0 -0
  58. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/transforms/test_scriptworker_release_artifacts.py +0 -0
  59. {mozilla_taskgraph-3.0.3 → mozilla_taskgraph-3.0.4}/test/transforms/test_scriptworker_shipit.py +0 -0
@@ -14,13 +14,17 @@ repos:
14
14
  - id: check-yaml
15
15
  exclude: template
16
16
  - id: check-added-large-files
17
+ - repo: https://github.com/astral-sh/uv-pre-commit
18
+ rev: 0.6.3
19
+ hooks:
20
+ - id: uv-lock
17
21
  - repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: 'v0.8.6'
22
+ rev: 'v0.9.9'
19
23
  hooks:
20
24
  - id: ruff
21
25
  args: [--fix, --exit-non-zero-on-fix]
22
26
  - repo: https://github.com/psf/black
23
- rev: 24.10.0
27
+ rev: 25.1.0
24
28
  hooks:
25
29
  - id: black
26
30
  - repo: https://github.com/adrienverge/yamllint.git
@@ -29,7 +33,7 @@ repos:
29
33
  - id: yamllint
30
34
  exclude: template
31
35
  - repo: https://github.com/codespell-project/codespell
32
- rev: v2.3.0
36
+ rev: v2.4.1
33
37
  hooks:
34
38
  - id: codespell
35
39
  entry: codespell -I .codespell-ignore-words.txt
@@ -1,3 +1,9 @@
1
+ ## 3.0.4 (2025-04-11)
2
+
3
+ ### Fix
4
+
5
+ - support Taskgraph 14
6
+
1
7
  ## 3.0.3 (2025-02-14)
2
8
 
3
9
  ### Fix
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mozilla-taskgraph
3
- Version: 3.0.3
3
+ Version: 3.0.4
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
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
17
  Classifier: Topic :: Software Development
18
18
  Requires-Python: >=3.8
19
- Requires-Dist: taskcluster-taskgraph<14,>=11
19
+ Requires-Dist: taskcluster-taskgraph<15,>=11
20
20
  Description-Content-Type: text/markdown
21
21
 
22
22
  [![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 = "3.0.3"
3
+ version = "3.0.4"
4
4
  description = "Mozilla specific transforms and utilities for Taskgraph"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -19,7 +19,7 @@ classifiers = [
19
19
  ]
20
20
  requires-python = ">=3.8"
21
21
  dependencies = [
22
- "taskcluster-taskgraph>=11,<14",
22
+ "taskcluster-taskgraph>=11,<15",
23
23
  ]
24
24
 
25
25
  [project.urls]
@@ -1,4 +1,5 @@
1
1
  version = 1
2
+ revision = 1
2
3
  requires-python = ">=3.8"
3
4
  resolution-markers = [
4
5
  "python_full_version >= '3.9'",
@@ -566,7 +567,7 @@ wheels = [
566
567
 
567
568
  [[package]]
568
569
  name = "mozilla-taskgraph"
569
- version = "3.0.1"
570
+ version = "3.0.3"
570
571
  source = { editable = "." }
571
572
  dependencies = [
572
573
  { name = "taskcluster-taskgraph" },
@@ -589,7 +590,7 @@ dev = [
589
590
  ]
590
591
 
591
592
  [package.metadata]
592
- requires-dist = [{ name = "taskcluster-taskgraph", specifier = ">=11,<14" }]
593
+ requires-dist = [{ name = "taskcluster-taskgraph", specifier = ">=11,<15" }]
593
594
 
594
595
  [package.metadata.requires-dev]
595
596
  dev = [