taskcluster 100.1.0__tar.gz → 100.2.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.1.0 → taskcluster-100.2.0}/PKG-INFO +1 -1
- {taskcluster-100.1.0 → taskcluster-100.2.0}/pyproject.toml +1 -1
- {taskcluster-100.1.0 → taskcluster-100.2.0}/uv.lock +25 -25
- {taskcluster-100.1.0 → taskcluster-100.2.0}/.gitignore +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/CODE_OF_CONDUCT.md +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/CONTRIBUTING.md +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/LICENSE +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/Makefile +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/README.md +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/lint.sh +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/release.sh +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/__init__.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/__init__.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/asyncclient.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/asyncutils.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/auth.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/authevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/awsprovisioner.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/download.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/ec2manager.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/github.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/githubevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/hooks.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/hooksevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/index.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/login.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/notify.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/notifyevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/purgecache.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/queue.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/queueevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/reader_writer.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/retry.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/secrets.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/upload.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/workermanager.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/aio/workermanagerevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/auth.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/authevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/awsprovisioner.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/client.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/download.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/ec2manager.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/exceptions.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/__init__.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/_client_importer.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/__init__.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/_client_importer.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/auth.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/authevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/github.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/githubevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/hooks.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/hooksevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/index.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/notify.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/notifyevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/object.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/purgecache.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/queue.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/queueevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/secrets.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/webserver.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/workermanager.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/aio/workermanagerevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/auth.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/authevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/github.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/githubevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/hooks.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/hooksevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/index.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/notify.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/notifyevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/object.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/purgecache.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/queue.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/queueevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/secrets.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/webserver.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/workermanager.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/generated/workermanagerevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/github.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/githubevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/helper.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/hooks.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/hooksevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/index.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/login.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/notify.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/notifyevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/purgecache.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/queue.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/queueevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/retry.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/secrets.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/upload.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/utils.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/workermanager.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/taskcluster/workermanagerevents.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/aio/__init__.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/aio/test_client.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/aio/test_reader_writer.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/aio/test_upload_download.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/aio/test_upload_download_real.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/base.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/conftest.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/public.key +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/secret.key +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/test_client.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/test_exceptions.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/test_imports.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/test_upload_download.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/test_upload_download_real.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test/test_utils.py +0 -0
- {taskcluster-100.1.0 → taskcluster-100.2.0}/test.sh +0 -0
|
@@ -852,11 +852,11 @@ wheels = [
|
|
|
852
852
|
|
|
853
853
|
[[package]]
|
|
854
854
|
name = "idna"
|
|
855
|
-
version = "3.
|
|
855
|
+
version = "3.15"
|
|
856
856
|
source = { registry = "https://pypi.org/simple" }
|
|
857
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
857
|
+
sdist = { url = "https://files.pythonhosted.org/packages/82/77/7b3966d0b9d1d31a36ddf1746926a11dface89a83409bf1483f0237aa758/idna-3.15.tar.gz", hash = "sha256:ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc", size = 199245, upload-time = "2026-05-12T22:45:57.011Z" }
|
|
858
858
|
wheels = [
|
|
859
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
859
|
+
{ url = "https://files.pythonhosted.org/packages/d2/23/408243171aa9aaba178d3e2559159c24c1171a641aa83b67bdd3394ead8e/idna-3.15-py3-none-any.whl", hash = "sha256:048adeaf8c2d788c40fee287673ccaa74c24ffd8dcf09ffa555a2fbb59f10ac8", size = 72340, upload-time = "2026-05-12T22:45:55.733Z" },
|
|
860
860
|
]
|
|
861
861
|
|
|
862
862
|
[[package]]
|
|
@@ -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.12"
|
|
1572
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1573
|
+
sdist = { url = "https://files.pythonhosted.org/packages/99/43/3291f1cc9106f4c63bdce7a8d0df5047fe8422a75b091c16b5e9355e0b11/ruff-0.15.12.tar.gz", hash = "sha256:ecea26adb26b4232c0c2ca19ccbc0083a68344180bba2a600605538ce51a40a6", size = 4643852, upload-time = "2026-04-24T18:17:14.305Z" }
|
|
1574
|
+
wheels = [
|
|
1575
|
+
{ url = "https://files.pythonhosted.org/packages/c3/6e/e78ffb61d4686f3d96ba3df2c801161843746dcbcbb17a1e927d4829312b/ruff-0.15.12-py3-none-linux_armv6l.whl", hash = "sha256:f86f176e188e94d6bdbc09f09bfd9dc729059ad93d0e7390b5a73efe19f8861c", size = 10640713, upload-time = "2026-04-24T18:17:22.841Z" },
|
|
1576
|
+
{ url = "https://files.pythonhosted.org/packages/ae/08/a317bc231fb9e7b93e4ef3089501e51922ff88d6936ce5cf870c4fe55419/ruff-0.15.12-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:e3bcd123364c3770b8e1b7baaf343cc99a35f197c5c6e8af79015c666c423a6c", size = 11069267, upload-time = "2026-04-24T18:17:30.105Z" },
|
|
1577
|
+
{ url = "https://files.pythonhosted.org/packages/aa/a4/f828e9718d3dce1f5f11c39c4f65afd32783c8b2aebb2e3d259e492c47bd/ruff-0.15.12-py3-none-macosx_11_0_arm64.whl", hash = "sha256:fe87510d000220aa1ed530d4448a7c696a0cae1213e5ec30e5874287b66557b5", size = 10397182, upload-time = "2026-04-24T18:17:07.177Z" },
|
|
1578
|
+
{ url = "https://files.pythonhosted.org/packages/71/e0/3310fc6d1b5e1fdea22bf3b1b807c7e187b581021b0d7d4514cccdb5fb71/ruff-0.15.12-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:84a1630093121375a3e2a95b4a6dc7b59e2b4ee76216e32d81aae550a832d002", size = 10758012, upload-time = "2026-04-24T18:16:55.759Z" },
|
|
1579
|
+
{ url = "https://files.pythonhosted.org/packages/11/c1/a606911aee04c324ddaa883ae418f3569792fd3c4a10c50e0dd0a2311e1e/ruff-0.15.12-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fb129f40f114f089ebe0ca56c0d251cf2061b17651d464bb6478dc01e69f11f5", size = 10447479, upload-time = "2026-04-24T18:16:51.677Z" },
|
|
1580
|
+
{ url = "https://files.pythonhosted.org/packages/9d/68/4201e8444f0894f21ab4aeeaee68aa4f10b51613514a20d80bd628d57e88/ruff-0.15.12-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b0c862b172d695db7598426b8af465e7e9ac00a3ea2a3630ee67eb82e366aaa6", size = 11234040, upload-time = "2026-04-24T18:17:16.529Z" },
|
|
1581
|
+
{ url = "https://files.pythonhosted.org/packages/34/ff/8a6d6cf4ccc23fd67060874e832c18919d1557a0611ebef03fdb01fff11e/ruff-0.15.12-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2849ea9f3484c3aca43a82f484210370319e7170df4dfe4843395ddf6c57bc33", size = 12087377, upload-time = "2026-04-24T18:17:04.944Z" },
|
|
1582
|
+
{ url = "https://files.pythonhosted.org/packages/85/f6/c669cf73f5152f623d34e69866a46d5e6185816b19fcd5b6dd8a2d299922/ruff-0.15.12-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9e77c7e51c07fe396826d5969a5b846d9cd4c402535835fb6e21ce8b28fef847", size = 11367784, upload-time = "2026-04-24T18:17:25.409Z" },
|
|
1583
|
+
{ url = "https://files.pythonhosted.org/packages/e8/39/c61d193b8a1daaa8977f7dea9e8d8ba866e02ea7b65d32f6861693aa4c12/ruff-0.15.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:83b2f4f2f3b1026b5fb449b467d9264bf22067b600f7b6f41fc5958909f449d0", size = 11344088, upload-time = "2026-04-24T18:17:12.258Z" },
|
|
1584
|
+
{ url = "https://files.pythonhosted.org/packages/c2/8d/49afab3645e31e12c590acb6d3b5b69d7aab5b81926dbaf7461f9441f37a/ruff-0.15.12-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:9ba3b8f1afd7e2e43d8943e55f249e13f9682fde09711644a6e7290eb4f3e339", size = 11271770, upload-time = "2026-04-24T18:17:02.457Z" },
|
|
1585
|
+
{ url = "https://files.pythonhosted.org/packages/46/06/33f41fe94403e2b755481cdfb9b7ef3e4e0ed031c4581124658d935d52b4/ruff-0.15.12-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:e852ba9fdc890655e1d78f2df1499efbe0e54126bd405362154a75e2bde159c5", size = 10719355, upload-time = "2026-04-24T18:17:27.648Z" },
|
|
1586
|
+
{ url = "https://files.pythonhosted.org/packages/0d/59/18aa4e014debbf559670e4048e39260a85c7fcee84acfd761ac01e7b8d35/ruff-0.15.12-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:dd8aed930da53780d22fc70bdf84452c843cf64f8cb4eb38984319c24c5cd5fd", size = 10462758, upload-time = "2026-04-24T18:17:32.347Z" },
|
|
1587
|
+
{ url = "https://files.pythonhosted.org/packages/25/e7/cc9f16fd0f3b5fddcbd7ec3d6ae30c8f3fde1047f32a4093a98d633c6570/ruff-0.15.12-py3-none-musllinux_1_2_i686.whl", hash = "sha256:01da3988d225628b709493d7dc67c3b9b12c0210016b08690ef9bd27970b262b", size = 10953498, upload-time = "2026-04-24T18:17:20.674Z" },
|
|
1588
|
+
{ url = "https://files.pythonhosted.org/packages/72/7a/a9ba7f98c7a575978698f4230c5e8cc54bbc761af34f560818f933dafa0c/ruff-0.15.12-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:9cae0f92bd5700d1213188b31cd3bdd2b315361296d10b96b8e2337d3d11f53e", size = 11447765, upload-time = "2026-04-24T18:17:09.755Z" },
|
|
1589
|
+
{ url = "https://files.pythonhosted.org/packages/ea/f9/0ae446942c846b8266059ad8a30702a35afae55f5cdc54c5adf8d7afdc27/ruff-0.15.12-py3-none-win32.whl", hash = "sha256:d0185894e038d7043ba8fd6aee7499ece6462dc0ea9f1e260c7451807c714c20", size = 10657277, upload-time = "2026-04-24T18:17:18.591Z" },
|
|
1590
|
+
{ url = "https://files.pythonhosted.org/packages/33/f1/9614e03e1cdcbf9437570b5400ced8a720b5db22b28d8e0f1bda429f660d/ruff-0.15.12-py3-none-win_amd64.whl", hash = "sha256:c87a162d61ab3adca47c03f7f717c68672edec7d1b5499e652331780fe74950d", size = 11837758, upload-time = "2026-04-24T18:17:00.113Z" },
|
|
1591
|
+
{ url = "https://files.pythonhosted.org/packages/c0/98/6beb4b351e472e5f4c4613f7c35a5290b8be2497e183825310c4c3a3984b/ruff-0.15.12-py3-none-win_arm64.whl", hash = "sha256:a538f7a82d061cee7be55542aca1d86d1393d55d81d4fcc314370f4340930d4f", size = 11120821, upload-time = "2026-04-24T18:16:57.979Z" },
|
|
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.2.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-100.1.0 → taskcluster-100.2.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|