mozilla-taskgraph 3.0.0__tar.gz → 3.0.2__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-3.0.0 → mozilla_taskgraph-3.0.2}/.pre-commit-config.yaml +2 -2
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/.taskcluster.yml +1 -1
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/CHANGELOG.md +12 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/PKG-INFO +3 -3
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/pyproject.toml +3 -2
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/docker/python/Dockerfile +1 -1
- mozilla_taskgraph-3.0.2/taskcluster/kinds/check/kind.yml +32 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/kinds/test/kind.yml +1 -1
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/uv.lock +145 -3
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/.codespell-ignore-words.txt +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/.github/workflows/pypi-publish.yml +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/.gitignore +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/.readthedocs.yml +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/.yamllint +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/CODE_OF_CONDUCT.md +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/CONTRIBUTING.md +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/LICENSE +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/Makefile +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/README.md +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/docs/actions/index.rst +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/docs/actions/release-promotion.rst +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/docs/conf.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/docs/index.rst +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/docs/transforms/index.rst +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/docs/transforms/scriptworker/index.rst +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/docs/transforms/scriptworker/release_artifacts.rst +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/docs/transforms/scriptworker/ship-it.rst +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/__init__.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/actions/__init__.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/actions/release_promotion.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/config.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/transforms/__init__.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/transforms/scriptworker/__init__.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/transforms/scriptworker/release_artifacts.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/transforms/scriptworker/shipit/__init__.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/transforms/scriptworker/shipit/mark_as_shipped.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/version.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/worker_types.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/config.yml +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/docker/fetch/Dockerfile +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/docker/fetch/REGISTRY +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/kinds/codecov/kind.yml +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/kinds/docker-image/kind.yml +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/kinds/fetch/kind.yml +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/kinds/release-promotion-dummy/kind.yml +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/mt_taskgraph/target_tasks.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/mt_taskgraph/transforms/test.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/scripts/codecov-upload.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/__init__.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/actions/__init__.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/actions/test_release_promotion.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/conftest.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/data/taskcluster/config.yml +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/data/testver.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/test_register.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/test_version.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/test_worker_types.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/transforms/test_scriptworker_release_artifacts.py +0 -0
- {mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/transforms/test_scriptworker_shipit.py +0 -0
|
@@ -15,7 +15,7 @@ repos:
|
|
|
15
15
|
exclude: template
|
|
16
16
|
- id: check-added-large-files
|
|
17
17
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
18
|
-
rev: 'v0.6
|
|
18
|
+
rev: 'v0.8.6'
|
|
19
19
|
hooks:
|
|
20
20
|
- id: ruff
|
|
21
21
|
args: [--fix, --exit-non-zero-on-fix]
|
|
@@ -38,7 +38,7 @@ repos:
|
|
|
38
38
|
test/test_util_path.py
|
|
39
39
|
)$
|
|
40
40
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
|
41
|
-
rev:
|
|
41
|
+
rev: v4.0.0
|
|
42
42
|
hooks:
|
|
43
43
|
- id: conventional-pre-commit
|
|
44
44
|
stages: [commit-msg]
|
|
@@ -206,7 +206,7 @@ tasks:
|
|
|
206
206
|
features:
|
|
207
207
|
taskclusterProxy: true
|
|
208
208
|
|
|
209
|
-
image: mozillareleases/taskgraph:run-task-
|
|
209
|
+
image: mozillareleases/taskgraph:run-task-v13.1.0@sha256:b1b244cfbe0bb07999eaf5b3f3e6d51f22163d726025005c2ea5177e2fea8c6e
|
|
210
210
|
maxRunTime: 1800
|
|
211
211
|
|
|
212
212
|
command:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: mozilla-taskgraph
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.2
|
|
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<
|
|
19
|
+
Requires-Dist: taskcluster-taskgraph<14,>=11
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
|
|
22
22
|
[](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
|
+
version = "3.0.2"
|
|
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,<
|
|
22
|
+
"taskcluster-taskgraph>=11,<14",
|
|
23
23
|
]
|
|
24
24
|
|
|
25
25
|
[project.urls]
|
|
@@ -28,6 +28,7 @@ Issues = "https://github.com/mozilla-releng/mozilla-taskgraph/issues"
|
|
|
28
28
|
|
|
29
29
|
[tool.uv]
|
|
30
30
|
dev-dependencies = [
|
|
31
|
+
"commitizen",
|
|
31
32
|
"coverage",
|
|
32
33
|
"pytest",
|
|
33
34
|
"pytest-mock",
|
|
@@ -6,7 +6,7 @@ FROM debian:12-slim
|
|
|
6
6
|
LABEL maintainer="Mozilla Release Engineering <release+mozilla-taskgraph@mozilla.com>"
|
|
7
7
|
|
|
8
8
|
VOLUME /builds/worker/checkouts
|
|
9
|
-
VOLUME /builds/worker/.cache
|
|
9
|
+
VOLUME /builds/worker/.task-cache/uv
|
|
10
10
|
|
|
11
11
|
# Add worker user
|
|
12
12
|
RUN mkdir -p /builds && \
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
loader: taskgraph.loader.transform:loader
|
|
3
|
+
|
|
4
|
+
transforms:
|
|
5
|
+
- taskgraph.transforms.task_context
|
|
6
|
+
- taskgraph.transforms.run
|
|
7
|
+
- taskgraph.transforms.task
|
|
8
|
+
|
|
9
|
+
task-defaults:
|
|
10
|
+
run:
|
|
11
|
+
using: run-task
|
|
12
|
+
cwd: "{checkout}"
|
|
13
|
+
use-caches: [checkout, uv]
|
|
14
|
+
|
|
15
|
+
worker-type: linux
|
|
16
|
+
worker:
|
|
17
|
+
docker-image: {in-tree: python}
|
|
18
|
+
max-run-time: 600
|
|
19
|
+
|
|
20
|
+
tasks:
|
|
21
|
+
conventional-commit:
|
|
22
|
+
description: "Verify commit messages follow conventional commits."
|
|
23
|
+
task-context:
|
|
24
|
+
from-parameters:
|
|
25
|
+
base: base_rev
|
|
26
|
+
head: head_rev
|
|
27
|
+
substitution-fields:
|
|
28
|
+
- run.command
|
|
29
|
+
run:
|
|
30
|
+
command: >-
|
|
31
|
+
uv run cz check --rev-range {base}..{head} ||
|
|
32
|
+
(echo "Commit format:" && uv run cz schema && exit 1)
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
version = 1
|
|
2
2
|
requires-python = ">=3.8"
|
|
3
|
+
resolution-markers = [
|
|
4
|
+
"python_full_version >= '3.9'",
|
|
5
|
+
"python_full_version < '3.9'",
|
|
6
|
+
]
|
|
3
7
|
|
|
4
8
|
[[package]]
|
|
5
9
|
name = "accessible-pygments"
|
|
@@ -31,6 +35,15 @@ wheels = [
|
|
|
31
35
|
{ url = "https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128", size = 9566 },
|
|
32
36
|
]
|
|
33
37
|
|
|
38
|
+
[[package]]
|
|
39
|
+
name = "argcomplete"
|
|
40
|
+
version = "3.5.3"
|
|
41
|
+
source = { registry = "https://pypi.org/simple" }
|
|
42
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0c/be/6c23d80cb966fb8f83fb1ebfb988351ae6b0554d0c3a613ee4531c026597/argcomplete-3.5.3.tar.gz", hash = "sha256:c12bf50eded8aebb298c7b7da7a5ff3ee24dffd9f5281867dfe1424b58c55392", size = 72999 }
|
|
43
|
+
wheels = [
|
|
44
|
+
{ url = "https://files.pythonhosted.org/packages/c4/08/2a4db06ec3d203124c967fc89295e85a202e5cbbcdc08fd6a64b65217d1e/argcomplete-3.5.3-py3-none-any.whl", hash = "sha256:2ab2c4a215c59fd6caaff41a869480a23e8f6a5f910b266c1808037f4e375b61", size = 43569 },
|
|
45
|
+
]
|
|
46
|
+
|
|
34
47
|
[[package]]
|
|
35
48
|
name = "arrow"
|
|
36
49
|
version = "1.3.0"
|
|
@@ -187,7 +200,7 @@ name = "click"
|
|
|
187
200
|
version = "8.1.7"
|
|
188
201
|
source = { registry = "https://pypi.org/simple" }
|
|
189
202
|
dependencies = [
|
|
190
|
-
{ name = "colorama", marker = "
|
|
203
|
+
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
191
204
|
]
|
|
192
205
|
sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 }
|
|
193
206
|
wheels = [
|
|
@@ -203,6 +216,57 @@ wheels = [
|
|
|
203
216
|
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335 },
|
|
204
217
|
]
|
|
205
218
|
|
|
219
|
+
[[package]]
|
|
220
|
+
name = "commitizen"
|
|
221
|
+
version = "3.31.0"
|
|
222
|
+
source = { registry = "https://pypi.org/simple" }
|
|
223
|
+
resolution-markers = [
|
|
224
|
+
"python_full_version < '3.9'",
|
|
225
|
+
]
|
|
226
|
+
dependencies = [
|
|
227
|
+
{ name = "argcomplete", marker = "python_full_version < '3.9'" },
|
|
228
|
+
{ name = "charset-normalizer", marker = "python_full_version < '3.9'" },
|
|
229
|
+
{ name = "colorama", marker = "python_full_version < '3.9'" },
|
|
230
|
+
{ name = "decli", marker = "python_full_version < '3.9'" },
|
|
231
|
+
{ name = "importlib-metadata", marker = "python_full_version < '3.9'" },
|
|
232
|
+
{ name = "jinja2", marker = "python_full_version < '3.9'" },
|
|
233
|
+
{ name = "packaging", marker = "python_full_version < '3.9'" },
|
|
234
|
+
{ name = "pyyaml", marker = "python_full_version < '3.9'" },
|
|
235
|
+
{ name = "questionary", marker = "python_full_version < '3.9'" },
|
|
236
|
+
{ name = "termcolor", version = "2.4.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" },
|
|
237
|
+
{ name = "tomlkit", marker = "python_full_version < '3.9'" },
|
|
238
|
+
]
|
|
239
|
+
sdist = { url = "https://files.pythonhosted.org/packages/bb/ab/71d7338d26c096042269119d93551812897a10378f91af586da2c6aab259/commitizen-3.31.0.tar.gz", hash = "sha256:6ab973e91d07c1e745c6c0efe6dd0708b1f6d8fd7e4ab5e7c773b5ceb3df4ff0", size = 51227 }
|
|
240
|
+
wheels = [
|
|
241
|
+
{ url = "https://files.pythonhosted.org/packages/22/03/62cf9241c5072050c51ba3bade371b4e11372dde9db8fec6da73c579fdf5/commitizen-3.31.0-py3-none-any.whl", hash = "sha256:a28df7ab5b8665d48796c422a97dcfae0d0fce7e2d28404c0e386cf1ebd42c8f", size = 72235 },
|
|
242
|
+
]
|
|
243
|
+
|
|
244
|
+
[[package]]
|
|
245
|
+
name = "commitizen"
|
|
246
|
+
version = "4.2.1"
|
|
247
|
+
source = { registry = "https://pypi.org/simple" }
|
|
248
|
+
resolution-markers = [
|
|
249
|
+
"python_full_version >= '3.9'",
|
|
250
|
+
]
|
|
251
|
+
dependencies = [
|
|
252
|
+
{ name = "argcomplete", marker = "python_full_version >= '3.9'" },
|
|
253
|
+
{ name = "charset-normalizer", marker = "python_full_version >= '3.9'" },
|
|
254
|
+
{ name = "colorama", marker = "python_full_version >= '3.9'" },
|
|
255
|
+
{ name = "decli", marker = "python_full_version >= '3.9'" },
|
|
256
|
+
{ name = "importlib-metadata", marker = "python_full_version == '3.9.*'" },
|
|
257
|
+
{ name = "jinja2", marker = "python_full_version >= '3.9'" },
|
|
258
|
+
{ name = "packaging", marker = "python_full_version >= '3.9'" },
|
|
259
|
+
{ name = "pyyaml", marker = "python_full_version >= '3.9'" },
|
|
260
|
+
{ name = "questionary", marker = "python_full_version >= '3.9'" },
|
|
261
|
+
{ name = "termcolor", version = "2.5.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
|
262
|
+
{ name = "tomlkit", marker = "python_full_version >= '3.9'" },
|
|
263
|
+
{ name = "typing-extensions", marker = "python_full_version >= '3.9' and python_full_version < '3.11'" },
|
|
264
|
+
]
|
|
265
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d8/a3/77ffc9aee014cbf46c84c9f156a1ddef2d4c7cfb87d567decf2541464245/commitizen-4.2.1.tar.gz", hash = "sha256:5255416f6d6071068159f0b97605777f3e25d00927ff157b7a8d01efeda7b952", size = 50645 }
|
|
266
|
+
wheels = [
|
|
267
|
+
{ url = "https://files.pythonhosted.org/packages/57/ce/2f5d8ebe8376991b5f805e9f33d20c7f4c9ca6155bdbda761117dc41dff1/commitizen-4.2.1-py3-none-any.whl", hash = "sha256:a347889e0fe408c3b920a34130d8f35616be3ea8ac6b7b20c5b9aac19762661b", size = 72646 },
|
|
268
|
+
]
|
|
269
|
+
|
|
206
270
|
[[package]]
|
|
207
271
|
name = "cookiecutter"
|
|
208
272
|
version = "2.6.0"
|
|
@@ -301,6 +365,15 @@ wheels = [
|
|
|
301
365
|
{ url = "https://files.pythonhosted.org/packages/a5/2b/0354ed096bca64dc8e32a7cbcae28b34cb5ad0b1fe2125d6d99583313ac0/coverage-7.6.1-pp38.pp39.pp310-none-any.whl", hash = "sha256:e9a6e0eb86070e8ccaedfbd9d38fec54864f3125ab95419970575b42af7541df", size = 198926 },
|
|
302
366
|
]
|
|
303
367
|
|
|
368
|
+
[[package]]
|
|
369
|
+
name = "decli"
|
|
370
|
+
version = "0.6.2"
|
|
371
|
+
source = { registry = "https://pypi.org/simple" }
|
|
372
|
+
sdist = { url = "https://files.pythonhosted.org/packages/3d/a0/a4658f93ecb589f479037b164dc13c68d108b50bf6594e54c820749f97ac/decli-0.6.2.tar.gz", hash = "sha256:36f71eb55fd0093895efb4f416ec32b7f6e00147dda448e3365cf73ceab42d6f", size = 7424 }
|
|
373
|
+
wheels = [
|
|
374
|
+
{ url = "https://files.pythonhosted.org/packages/bf/70/3ea48dc9e958d7d66c44c9944809181f1ca79aaef25703c023b5092d34ff/decli-0.6.2-py3-none-any.whl", hash = "sha256:2fc84106ce9a8f523ed501ca543bdb7e416c064917c12a59ebdc7f311a97b7ed", size = 7854 },
|
|
375
|
+
]
|
|
376
|
+
|
|
304
377
|
[[package]]
|
|
305
378
|
name = "docutils"
|
|
306
379
|
version = "0.19"
|
|
@@ -493,7 +566,7 @@ wheels = [
|
|
|
493
566
|
|
|
494
567
|
[[package]]
|
|
495
568
|
name = "mozilla-taskgraph"
|
|
496
|
-
version = "
|
|
569
|
+
version = "3.0.1"
|
|
497
570
|
source = { editable = "." }
|
|
498
571
|
dependencies = [
|
|
499
572
|
{ name = "taskcluster-taskgraph" },
|
|
@@ -501,6 +574,8 @@ dependencies = [
|
|
|
501
574
|
|
|
502
575
|
[package.dev-dependencies]
|
|
503
576
|
dev = [
|
|
577
|
+
{ name = "commitizen", version = "3.31.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" },
|
|
578
|
+
{ name = "commitizen", version = "4.2.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
|
504
579
|
{ name = "coverage" },
|
|
505
580
|
{ name = "pytest" },
|
|
506
581
|
{ name = "pytest-mock" },
|
|
@@ -514,10 +589,11 @@ dev = [
|
|
|
514
589
|
]
|
|
515
590
|
|
|
516
591
|
[package.metadata]
|
|
517
|
-
requires-dist = [{ name = "taskcluster-taskgraph", specifier = ">=11,<
|
|
592
|
+
requires-dist = [{ name = "taskcluster-taskgraph", specifier = ">=11,<14" }]
|
|
518
593
|
|
|
519
594
|
[package.metadata.requires-dev]
|
|
520
595
|
dev = [
|
|
596
|
+
{ name = "commitizen" },
|
|
521
597
|
{ name = "coverage" },
|
|
522
598
|
{ name = "pytest" },
|
|
523
599
|
{ name = "pytest-mock" },
|
|
@@ -548,6 +624,18 @@ wheels = [
|
|
|
548
624
|
{ url = "https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669", size = 20556 },
|
|
549
625
|
]
|
|
550
626
|
|
|
627
|
+
[[package]]
|
|
628
|
+
name = "prompt-toolkit"
|
|
629
|
+
version = "3.0.50"
|
|
630
|
+
source = { registry = "https://pypi.org/simple" }
|
|
631
|
+
dependencies = [
|
|
632
|
+
{ name = "wcwidth" },
|
|
633
|
+
]
|
|
634
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a1/e1/bd15cb8ffdcfeeb2bdc215de3c3cffca11408d829e4b8416dcfe71ba8854/prompt_toolkit-3.0.50.tar.gz", hash = "sha256:544748f3860a2623ca5cd6d2795e7a14f3d0e1c3c9728359013f79877fc89bab", size = 429087 }
|
|
635
|
+
wheels = [
|
|
636
|
+
{ url = "https://files.pythonhosted.org/packages/e4/ea/d836f008d33151c7a1f62caf3d8dd782e4d15f6a43897f64480c2b8de2ad/prompt_toolkit-3.0.50-py3-none-any.whl", hash = "sha256:9b6427eb19e479d98acff65196a307c555eb567989e6d88ebbb1b509d9779198", size = 387816 },
|
|
637
|
+
]
|
|
638
|
+
|
|
551
639
|
[[package]]
|
|
552
640
|
name = "pydata-sphinx-theme"
|
|
553
641
|
version = "0.14.4"
|
|
@@ -698,6 +786,18 @@ wheels = [
|
|
|
698
786
|
{ url = "https://files.pythonhosted.org/packages/19/87/5124b1c1f2412bb95c59ec481eaf936cd32f0fe2a7b16b97b81c4c017a6a/PyYAML-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8", size = 162312 },
|
|
699
787
|
]
|
|
700
788
|
|
|
789
|
+
[[package]]
|
|
790
|
+
name = "questionary"
|
|
791
|
+
version = "2.1.0"
|
|
792
|
+
source = { registry = "https://pypi.org/simple" }
|
|
793
|
+
dependencies = [
|
|
794
|
+
{ name = "prompt-toolkit" },
|
|
795
|
+
]
|
|
796
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a8/b8/d16eb579277f3de9e56e5ad25280fab52fc5774117fb70362e8c2e016559/questionary-2.1.0.tar.gz", hash = "sha256:6302cdd645b19667d8f6e6634774e9538bfcd1aad9be287e743d96cacaf95587", size = 26775 }
|
|
797
|
+
wheels = [
|
|
798
|
+
{ url = "https://files.pythonhosted.org/packages/ad/3f/11dd4cd4f39e05128bfd20138faea57bec56f9ffba6185d276e3107ba5b2/questionary-2.1.0-py3-none-any.whl", hash = "sha256:44174d237b68bc828e4878c763a9ad6790ee61990e0ae72927694ead57bab8ec", size = 36747 },
|
|
799
|
+
]
|
|
800
|
+
|
|
701
801
|
[[package]]
|
|
702
802
|
name = "redo"
|
|
703
803
|
version = "3.0.0"
|
|
@@ -946,6 +1046,30 @@ wheels = [
|
|
|
946
1046
|
{ url = "https://files.pythonhosted.org/packages/24/7a/a2462a171675fab3de5f8e9d7e7d1624a7cd81e305c07c00fbe39b860626/taskcluster_urls-13.0.1-py3-none-any.whl", hash = "sha256:f66dcbd6572a6216ab65949f0fa0b91f2df647918028436c384e6af5cd12ae2b", size = 10205 },
|
|
947
1047
|
]
|
|
948
1048
|
|
|
1049
|
+
[[package]]
|
|
1050
|
+
name = "termcolor"
|
|
1051
|
+
version = "2.4.0"
|
|
1052
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1053
|
+
resolution-markers = [
|
|
1054
|
+
"python_full_version < '3.9'",
|
|
1055
|
+
]
|
|
1056
|
+
sdist = { url = "https://files.pythonhosted.org/packages/10/56/d7d66a84f96d804155f6ff2873d065368b25a07222a6fd51c4f24ef6d764/termcolor-2.4.0.tar.gz", hash = "sha256:aab9e56047c8ac41ed798fa36d892a37aca6b3e9159f3e0c24bc64a9b3ac7b7a", size = 12664 }
|
|
1057
|
+
wheels = [
|
|
1058
|
+
{ url = "https://files.pythonhosted.org/packages/d9/5f/8c716e47b3a50cbd7c146f45881e11d9414def768b7cd9c5e6650ec2a80a/termcolor-2.4.0-py3-none-any.whl", hash = "sha256:9297c0df9c99445c2412e832e882a7884038a25617c60cea2ad69488d4040d63", size = 7719 },
|
|
1059
|
+
]
|
|
1060
|
+
|
|
1061
|
+
[[package]]
|
|
1062
|
+
name = "termcolor"
|
|
1063
|
+
version = "2.5.0"
|
|
1064
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1065
|
+
resolution-markers = [
|
|
1066
|
+
"python_full_version >= '3.9'",
|
|
1067
|
+
]
|
|
1068
|
+
sdist = { url = "https://files.pythonhosted.org/packages/37/72/88311445fd44c455c7d553e61f95412cf89054308a1aa2434ab835075fc5/termcolor-2.5.0.tar.gz", hash = "sha256:998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f", size = 13057 }
|
|
1069
|
+
wheels = [
|
|
1070
|
+
{ url = "https://files.pythonhosted.org/packages/7f/be/df630c387a0a054815d60be6a97eb4e8f17385d5d6fe660e1c02750062b4/termcolor-2.5.0-py3-none-any.whl", hash = "sha256:37b17b5fc1e604945c2642c872a3764b5d547a48009871aea3edd3afa180afb8", size = 7755 },
|
|
1071
|
+
]
|
|
1072
|
+
|
|
949
1073
|
[[package]]
|
|
950
1074
|
name = "text-unidecode"
|
|
951
1075
|
version = "1.3"
|
|
@@ -964,6 +1088,15 @@ wheels = [
|
|
|
964
1088
|
{ url = "https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", size = 12757 },
|
|
965
1089
|
]
|
|
966
1090
|
|
|
1091
|
+
[[package]]
|
|
1092
|
+
name = "tomlkit"
|
|
1093
|
+
version = "0.13.2"
|
|
1094
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1095
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz", hash = "sha256:fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79", size = 192885 }
|
|
1096
|
+
wheels = [
|
|
1097
|
+
{ url = "https://files.pythonhosted.org/packages/f9/b6/a447b5e4ec71e13871be01ba81f5dfc9d0af7e473da256ff46bc0e24026f/tomlkit-0.13.2-py3-none-any.whl", hash = "sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde", size = 37955 },
|
|
1098
|
+
]
|
|
1099
|
+
|
|
967
1100
|
[[package]]
|
|
968
1101
|
name = "tornado"
|
|
969
1102
|
version = "6.4.1"
|
|
@@ -1018,6 +1151,15 @@ wheels = [
|
|
|
1018
1151
|
{ url = "https://files.pythonhosted.org/packages/3e/21/0424844b889dccd8f1899f92f239d6eca5f4995f5c86baff094694140828/voluptuous-0.14.2-py3-none-any.whl", hash = "sha256:efc1dadc9ae32a30cc622602c1400a17b7bf8ee2770d64f70418144860739c3b", size = 31160 },
|
|
1019
1152
|
]
|
|
1020
1153
|
|
|
1154
|
+
[[package]]
|
|
1155
|
+
name = "wcwidth"
|
|
1156
|
+
version = "0.2.13"
|
|
1157
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1158
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6c/63/53559446a878410fc5a5974feb13d31d78d752eb18aeba59c7fef1af7598/wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5", size = 101301 }
|
|
1159
|
+
wheels = [
|
|
1160
|
+
{ url = "https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859", size = 34166 },
|
|
1161
|
+
]
|
|
1162
|
+
|
|
1021
1163
|
[[package]]
|
|
1022
1164
|
name = "zipp"
|
|
1023
1165
|
version = "3.20.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/docs/transforms/scriptworker/ship-it.rst
RENAMED
|
File without changes
|
|
File without changes
|
{mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/actions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/src/mozilla_taskgraph/transforms/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/mt_taskgraph/target_tasks.py
RENAMED
|
File without changes
|
{mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/taskcluster/mt_taskgraph/transforms/test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mozilla_taskgraph-3.0.0 → mozilla_taskgraph-3.0.2}/test/transforms/test_scriptworker_shipit.py
RENAMED
|
File without changes
|