taskcluster 100.3.0__tar.gz → 100.5.0__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.
- {taskcluster-100.3.0 → taskcluster-100.5.0}/PKG-INFO +1 -1
- {taskcluster-100.3.0 → taskcluster-100.5.0}/pyproject.toml +1 -1
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/auth.py +1 -1
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/hooks.py +2 -2
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/secrets.py +2 -2
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/auth.py +1 -1
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/hooks.py +2 -2
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/secrets.py +2 -2
- {taskcluster-100.3.0 → taskcluster-100.5.0}/uv.lock +22 -22
- {taskcluster-100.3.0 → taskcluster-100.5.0}/.gitignore +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/CODE_OF_CONDUCT.md +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/CONTRIBUTING.md +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/LICENSE +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/Makefile +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/README.md +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/lint.sh +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/release.sh +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/__init__.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/__init__.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/asyncclient.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/asyncutils.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/auth.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/authevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/awsprovisioner.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/download.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/ec2manager.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/github.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/githubevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/hooks.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/hooksevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/index.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/login.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/notify.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/notifyevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/purgecache.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/queue.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/queueevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/reader_writer.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/retry.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/secrets.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/upload.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/workermanager.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/aio/workermanagerevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/auth.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/authevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/awsprovisioner.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/client.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/download.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/ec2manager.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/exceptions.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/__init__.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/_client_importer.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/__init__.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/_client_importer.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/authevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/github.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/githubevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/hooksevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/index.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/notify.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/notifyevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/object.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/purgecache.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/queue.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/queueevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/webserver.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/workermanager.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/workermanagerevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/authevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/github.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/githubevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/hooksevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/index.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/notify.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/notifyevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/object.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/purgecache.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/queue.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/queueevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/webserver.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/workermanager.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/workermanagerevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/github.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/githubevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/helper.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/hooks.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/hooksevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/index.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/login.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/notify.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/notifyevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/purgecache.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/queue.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/queueevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/retry.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/secrets.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/upload.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/utils.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/workermanager.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/workermanagerevents.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/aio/__init__.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/aio/test_client.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/aio/test_reader_writer.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/aio/test_upload_download.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/aio/test_upload_download_real.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/base.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/conftest.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/public.key +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/secret.key +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/test_client.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/test_exceptions.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/test_imports.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/test_upload_download.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/test_upload_download_real.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test/test_utils.py +0 -0
- {taskcluster-100.3.0 → taskcluster-100.5.0}/test.sh +0 -0
|
@@ -490,7 +490,7 @@ class Auth(AsyncBaseClient):
|
|
|
490
490
|
[websocktunnel](https://github.com/taskcluster/taskcluster/tree/main/tools/websocktunnel) server.
|
|
491
491
|
|
|
492
492
|
The resulting token will only be accepted by servers with a matching audience
|
|
493
|
-
value. Reaching such a server is the
|
|
493
|
+
value. Reaching such a server is the caller's responsibility. In general,
|
|
494
494
|
a server URL or set of URLs should be provided to the caller as configuration
|
|
495
495
|
along with the audience value.
|
|
496
496
|
|
|
@@ -152,7 +152,7 @@ class Hooks(AsyncBaseClient):
|
|
|
152
152
|
|
|
153
153
|
This endpoint will trigger the creation of a task from a hook definition.
|
|
154
154
|
|
|
155
|
-
The HTTP payload must match the
|
|
155
|
+
The HTTP payload must match the hook's `triggerSchema`. If it does, it is
|
|
156
156
|
provided as the `payload` property of the JSON-e context used to render the
|
|
157
157
|
task template.
|
|
158
158
|
|
|
@@ -198,7 +198,7 @@ class Hooks(AsyncBaseClient):
|
|
|
198
198
|
|
|
199
199
|
This endpoint triggers a defined hook with a valid token.
|
|
200
200
|
|
|
201
|
-
The HTTP payload must match the
|
|
201
|
+
The HTTP payload must match the hook's `triggerSchema`. If it does, it is
|
|
202
202
|
provided as the `payload` property of the JSON-e context used to render the
|
|
203
203
|
task template.
|
|
204
204
|
|
|
@@ -108,10 +108,10 @@ class Secrets(AsyncBaseClient):
|
|
|
108
108
|
List the names of all secrets.
|
|
109
109
|
|
|
110
110
|
By default this end-point will try to return up to 1000 secret names in one
|
|
111
|
-
request. But it **may return less**, even if more
|
|
111
|
+
request. But it **may return less**, even if more secrets are available.
|
|
112
112
|
It may also return a `continuationToken` even though there are no more
|
|
113
113
|
results. However, you can only be sure to have seen all results if you
|
|
114
|
-
keep calling `
|
|
114
|
+
keep calling `list` with the last `continuationToken` until you
|
|
115
115
|
get a result without a `continuationToken`.
|
|
116
116
|
|
|
117
117
|
If you are not interested in listing all the members at once, you may
|
|
@@ -478,7 +478,7 @@ class Auth(BaseClient):
|
|
|
478
478
|
[websocktunnel](https://github.com/taskcluster/taskcluster/tree/main/tools/websocktunnel) server.
|
|
479
479
|
|
|
480
480
|
The resulting token will only be accepted by servers with a matching audience
|
|
481
|
-
value. Reaching such a server is the
|
|
481
|
+
value. Reaching such a server is the caller's responsibility. In general,
|
|
482
482
|
a server URL or set of URLs should be provided to the caller as configuration
|
|
483
483
|
along with the audience value.
|
|
484
484
|
|
|
@@ -152,7 +152,7 @@ class Hooks(BaseClient):
|
|
|
152
152
|
|
|
153
153
|
This endpoint will trigger the creation of a task from a hook definition.
|
|
154
154
|
|
|
155
|
-
The HTTP payload must match the
|
|
155
|
+
The HTTP payload must match the hook's `triggerSchema`. If it does, it is
|
|
156
156
|
provided as the `payload` property of the JSON-e context used to render the
|
|
157
157
|
task template.
|
|
158
158
|
|
|
@@ -194,7 +194,7 @@ class Hooks(BaseClient):
|
|
|
194
194
|
|
|
195
195
|
This endpoint triggers a defined hook with a valid token.
|
|
196
196
|
|
|
197
|
-
The HTTP payload must match the
|
|
197
|
+
The HTTP payload must match the hook's `triggerSchema`. If it does, it is
|
|
198
198
|
provided as the `payload` property of the JSON-e context used to render the
|
|
199
199
|
task template.
|
|
200
200
|
|
|
@@ -108,10 +108,10 @@ class Secrets(BaseClient):
|
|
|
108
108
|
List the names of all secrets.
|
|
109
109
|
|
|
110
110
|
By default this end-point will try to return up to 1000 secret names in one
|
|
111
|
-
request. But it **may return less**, even if more
|
|
111
|
+
request. But it **may return less**, even if more secrets are available.
|
|
112
112
|
It may also return a `continuationToken` even though there are no more
|
|
113
113
|
results. However, you can only be sure to have seen all results if you
|
|
114
|
-
keep calling `
|
|
114
|
+
keep calling `list` with the last `continuationToken` until you
|
|
115
115
|
get a result without a `continuationToken`.
|
|
116
116
|
|
|
117
117
|
If you are not interested in listing all the members at once, you may
|
|
@@ -1568,27 +1568,27 @@ wheels = [
|
|
|
1568
1568
|
|
|
1569
1569
|
[[package]]
|
|
1570
1570
|
name = "ruff"
|
|
1571
|
-
version = "0.15.
|
|
1572
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1573
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1574
|
-
wheels = [
|
|
1575
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1576
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1577
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1578
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1579
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1580
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1581
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1582
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1583
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1584
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1585
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1586
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1587
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1588
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1589
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1590
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1591
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1571
|
+
version = "0.15.17"
|
|
1572
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1573
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8c/a9/3abdf488f1bf3d24c699415e454ed554a6350d5d89ce183be1ee0a3361ac/ruff-0.15.17.tar.gz", hash = "sha256:2ec446937fd16c8c4de2674a209cc5af64d9c6f17d21fbf1151054fa0bcf5219", size = 4743346, upload-time = "2026-06-11T17:54:47.663Z" }
|
|
1574
|
+
wheels = [
|
|
1575
|
+
{ url = "https://files.pythonhosted.org/packages/db/4d/e11259f5da07cb6afb2d074c31bf09da9671993f7329d4f15d2fdc458301/ruff-0.15.17-py3-none-linux_armv6l.whl", hash = "sha256:d9feddb927fc68bd295f5eebc587a7e42cfaf9b65f60ca4a2386febff575da8f", size = 10856677, upload-time = "2026-06-11T17:54:49.533Z" },
|
|
1576
|
+
{ url = "https://files.pythonhosted.org/packages/29/3e/772d679e1a0dc058e58875bd2c0cb713a0530877b4a76fee3c7966df0d49/ruff-0.15.17-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:25805a226d741c47d274a35ad5c10a7dde175fcddfa511d7cf3da0a21eb3eab7", size = 11223443, upload-time = "2026-06-11T17:55:00.573Z" },
|
|
1577
|
+
{ url = "https://files.pythonhosted.org/packages/68/58/bd41f7688b2fd5623012605130ed70e60aa7f2244baa3d5066bdd61530c8/ruff-0.15.17-py3-none-macosx_11_0_arm64.whl", hash = "sha256:f6ad73b14c2d18a3bf8ad7cb6974294d7f613a7898604826058e6ac64918ef4d", size = 10566458, upload-time = "2026-06-11T17:55:07.52Z" },
|
|
1578
|
+
{ url = "https://files.pythonhosted.org/packages/d8/5b/733371013fcf1ec339e477ece6ab42bfe10bdd9bba8ee88a9516aa56bfc0/ruff-0.15.17-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ba0c1e4f95bcb3869d0d30cbd5917071ef2e28665abfec970cdab0492c713ed", size = 10914483, upload-time = "2026-06-11T17:55:05.501Z" },
|
|
1579
|
+
{ url = "https://files.pythonhosted.org/packages/bd/cc/6f24251cc0252f7239391ccb85833f320efad14ebe5b443943f37ced6332/ruff-0.15.17-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:81647960f10bff57d2e51cadd0c3950fe598400c852863a038720ef5b8cca91e", size = 10647497, upload-time = "2026-06-11T17:54:57.733Z" },
|
|
1580
|
+
{ url = "https://files.pythonhosted.org/packages/68/dd/0d10c17ce1a1624d6fc3156309c3f834fdb5dfaad026ec90c85684f3990e/ruff-0.15.17-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0e01a84ddbc8c16c23055ba3924476850f1bbc1917cebbb9376665a63e74260d", size = 11416967, upload-time = "2026-06-11T17:54:51.461Z" },
|
|
1581
|
+
{ url = "https://files.pythonhosted.org/packages/2f/91/556bfb156f6144f355e831c23db00b2fc4120f86b3ce81cc5f7fd2df51f3/ruff-0.15.17-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:84fe9f653152f8f294f9f7e03bf3a453d8b4a27f7a59c78c8666167f2b17b96c", size = 12335770, upload-time = "2026-06-11T17:54:45.793Z" },
|
|
1582
|
+
{ url = "https://files.pythonhosted.org/packages/88/82/8b5999aa13355e926f06d9f42a32dcca862f623bf0363785ff89d607dffd/ruff-0.15.17-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8c0fe88a7676e7a05b73174d4d4a59cb2ac21ff8263583f87a81a6018475a978", size = 11575441, upload-time = "2026-06-11T17:54:32.661Z" },
|
|
1583
|
+
{ url = "https://files.pythonhosted.org/packages/11/93/f10377bb04109ca0e8cbc483ff1982c54b6d418210041776f93e8cdc7fa9/ruff-0.15.17-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ecfc3c7878fff94633ab0348524e093f9ce3243080416dd7d14f8ba400174719", size = 11557614, upload-time = "2026-06-11T17:54:34.698Z" },
|
|
1584
|
+
{ url = "https://files.pythonhosted.org/packages/c7/a6/eeeae7f7d5493df41649ab3db92f086b2d0a30199e4efdf8e3dd7a033f24/ruff-0.15.17-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:b8461180b22420b1bdc289909410930761629fddf2a5aaf60fae1ab26cedc4c4", size = 11544450, upload-time = "2026-06-11T17:54:39.042Z" },
|
|
1585
|
+
{ url = "https://files.pythonhosted.org/packages/32/88/5991ce565129a24dd4a00db1254b3b5db2e53018cbe4018ea5a89738e727/ruff-0.15.17-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:6eccbe50a038b503e7140b441aa9c7fc8c1f36edf23ebef9f4165c2f28f568b7", size = 10892524, upload-time = "2026-06-11T17:55:09.432Z" },
|
|
1586
|
+
{ url = "https://files.pythonhosted.org/packages/f5/1d/0fdd248313425f55223968af04b0a42125466a8d88d21c1d99c6af0a51e8/ruff-0.15.17-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:382fc0521025f5a8ad447d8bdd523545d0d7646adb718eb1c2dac5065ec27c0f", size = 10659573, upload-time = "2026-06-11T17:54:36.824Z" },
|
|
1587
|
+
{ url = "https://files.pythonhosted.org/packages/9e/0e/072e8260deb9461062ce9311ced27a8e541229a6ffd483013dd37661e43e/ruff-0.15.17-py3-none-musllinux_1_2_i686.whl", hash = "sha256:456d41fcd1b2777ad63f09a6e7121d43f7b688bbc76a800c10f7f8fb1f912c3f", size = 11127818, upload-time = "2026-06-11T17:55:03.124Z" },
|
|
1588
|
+
{ url = "https://files.pythonhosted.org/packages/ab/b4/55060a34163121498014696b5f656db5b8c6963768f227dbf0d76b311073/ruff-0.15.17-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:b1a04bcc94ae6194e9db05d16ad31f298a7194bfbcb08258bbe589cee1d587b8", size = 11655901, upload-time = "2026-06-11T17:54:53.562Z" },
|
|
1589
|
+
{ url = "https://files.pythonhosted.org/packages/49/71/9b29d6b87cef468d697f43c6a91e3fae4a80185779d7d5a4ef27d173439f/ruff-0.15.17-py3-none-win32.whl", hash = "sha256:596065960ab1ff593f744220c9fe6580eda00a95003cffa9f4048bb5b1bf0392", size = 10925574, upload-time = "2026-06-11T17:54:55.723Z" },
|
|
1590
|
+
{ url = "https://files.pythonhosted.org/packages/3d/b2/8fc77f3723228836fa5d12497eb71c808f83782e10d058d2b15cfa14640b/ruff-0.15.17-py3-none-win_amd64.whl", hash = "sha256:6769e5fa1710b179b92e0bfa5a51735b35baea9013dadb06d5f44cbcf9547084", size = 12058788, upload-time = "2026-06-11T17:54:41.042Z" },
|
|
1591
|
+
{ url = "https://files.pythonhosted.org/packages/2d/c7/c53e8dbff9c9dc4b7928773421ae294a5d28fcb8dcda1a089579d3a7e510/ruff-0.15.17-py3-none-win_arm64.whl", hash = "sha256:f3be1fbb34bcdfd146240d8fb92a709d4c2c8191348580a3c044ec60fa0b4456", size = 11355275, upload-time = "2026-06-11T17:54:43.635Z" },
|
|
1592
1592
|
]
|
|
1593
1593
|
|
|
1594
1594
|
[[package]]
|
|
@@ -1620,7 +1620,7 @@ wheels = [
|
|
|
1620
1620
|
|
|
1621
1621
|
[[package]]
|
|
1622
1622
|
name = "taskcluster"
|
|
1623
|
-
version = "100.
|
|
1623
|
+
version = "100.5.0"
|
|
1624
1624
|
source = { editable = "." }
|
|
1625
1625
|
dependencies = [
|
|
1626
1626
|
{ name = "aiohttp" },
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
{taskcluster-100.3.0 → taskcluster-100.5.0}/taskcluster/generated/aio/workermanagerevents.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
|
|
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
|
|
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
|