mozilla-taskgraph 3.4.1__tar.gz → 3.4.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.4.1 → mozilla_taskgraph-3.4.2}/.pre-commit-config.yaml +4 -4
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/CHANGELOG.md +6 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/PKG-INFO +2 -2
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/pyproject.toml +2 -2
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/uv.lock +3 -3
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/.codespell-ignore-words.txt +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/.github/CODEOWNERS +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/.github/workflows/pre-commit-autoupdate.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/.github/workflows/pre-commit.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/.github/workflows/pypi-publish.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/.gitignore +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/.readthedocs.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/.taskcluster.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/.yamllint +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/CODE_OF_CONDUCT.md +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/CONTRIBUTING.md +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/LICENSE +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/Makefile +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/README.md +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/docs/actions/index.rst +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/docs/actions/release-promotion.rst +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/docs/conf.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/docs/index.rst +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/docs/transforms/index.rst +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/docs/transforms/scriptworker/index.rst +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/docs/transforms/scriptworker/release_artifacts.rst +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/docs/transforms/scriptworker/ship-it.rst +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/__init__.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/actions/__init__.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/actions/release_promotion.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/config.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/transforms/__init__.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/transforms/replicate.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/transforms/scriptworker/__init__.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/transforms/scriptworker/release_artifacts.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/transforms/scriptworker/shipit/__init__.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/transforms/scriptworker/shipit/mark_as_shipped.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/util/signed_artifacts.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/version.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/worker_types.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/config.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/docker/fetch/Dockerfile +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/docker/fetch/REGISTRY +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/docker/python/Dockerfile +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/kinds/check/kind.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/kinds/codecov/kind.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/kinds/docker-image/kind.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/kinds/fetch/kind.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/kinds/release-promotion-dummy/kind.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/kinds/test/kind.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/mt_taskgraph/target_tasks.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/mt_taskgraph/transforms/test.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/scripts/codecov-upload.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/__init__.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/actions/__init__.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/actions/test_release_promotion.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/conftest.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/data/taskcluster/config.yml +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/data/testver.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/test_register.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/test_version.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/test_worker_types.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/transforms/test_replicate.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/transforms/test_scriptworker_release_artifacts.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/transforms/test_scriptworker_shipit.py +0 -0
- {mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/util/test_signed_artifacts.py +0 -0
|
@@ -5,7 +5,7 @@ ci:
|
|
|
5
5
|
autoupdate_commit_msg: "chore: pre-commit autoupdate"
|
|
6
6
|
repos:
|
|
7
7
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
8
|
-
rev:
|
|
8
|
+
rev: v6.0.0
|
|
9
9
|
hooks:
|
|
10
10
|
- id: trailing-whitespace
|
|
11
11
|
- id: end-of-file-fixer
|
|
@@ -13,16 +13,16 @@ 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.8.
|
|
16
|
+
rev: 0.8.22
|
|
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.13.2'
|
|
21
21
|
hooks:
|
|
22
22
|
- id: ruff
|
|
23
23
|
args: [--fix, --exit-non-zero-on-fix]
|
|
24
24
|
- repo: https://github.com/psf/black
|
|
25
|
-
rev: 25.
|
|
25
|
+
rev: 25.9.0
|
|
26
26
|
hooks:
|
|
27
27
|
- id: black
|
|
28
28
|
- repo: https://github.com/adrienverge/yamllint.git
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mozilla-taskgraph
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.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<17,>=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.4.
|
|
3
|
+
version = "3.4.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,<17",
|
|
23
23
|
]
|
|
24
24
|
|
|
25
25
|
[project.urls]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
version = 1
|
|
2
|
-
revision =
|
|
2
|
+
revision = 3
|
|
3
3
|
requires-python = ">=3.8"
|
|
4
4
|
resolution-markers = [
|
|
5
5
|
"python_full_version >= '3.9'",
|
|
@@ -567,7 +567,7 @@ wheels = [
|
|
|
567
567
|
|
|
568
568
|
[[package]]
|
|
569
569
|
name = "mozilla-taskgraph"
|
|
570
|
-
version = "3.4.
|
|
570
|
+
version = "3.4.2"
|
|
571
571
|
source = { editable = "." }
|
|
572
572
|
dependencies = [
|
|
573
573
|
{ name = "taskcluster-taskgraph" },
|
|
@@ -590,7 +590,7 @@ dev = [
|
|
|
590
590
|
]
|
|
591
591
|
|
|
592
592
|
[package.metadata]
|
|
593
|
-
requires-dist = [{ name = "taskcluster-taskgraph", specifier = ">=11,<
|
|
593
|
+
requires-dist = [{ name = "taskcluster-taskgraph", specifier = ">=11,<17" }]
|
|
594
594
|
|
|
595
595
|
[package.metadata.requires-dev]
|
|
596
596
|
dev = [
|
|
File without changes
|
|
File without changes
|
{mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/.github/workflows/pre-commit-autoupdate.yml
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/docs/transforms/scriptworker/ship-it.rst
RENAMED
|
File without changes
|
|
File without changes
|
{mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/actions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/transforms/__init__.py
RENAMED
|
File without changes
|
{mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/transforms/replicate.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/src/mozilla_taskgraph/util/signed_artifacts.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
|
{mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/taskcluster/mt_taskgraph/target_tasks.py
RENAMED
|
File without changes
|
{mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.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
|
|
File without changes
|
{mozilla_taskgraph-3.4.1 → mozilla_taskgraph-3.4.2}/test/transforms/test_scriptworker_shipit.py
RENAMED
|
File without changes
|
|
File without changes
|