primitive 0.2.31__tar.gz → 0.2.33__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.
- {primitive-0.2.31 → primitive-0.2.33}/PKG-INFO +1 -1
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/__about__.py +1 -1
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/agent/actions.py +0 -4
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/agent/runner.py +50 -31
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/jobs/actions.py +10 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/jobs/graphql/queries.py +7 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/shell.py +3 -1
- {primitive-0.2.31 → primitive-0.2.33}/uv.lock +78 -78
- {primitive-0.2.31 → primitive-0.2.33}/.git-hooks/pre-commit +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/.gitattributes +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/.github/workflows/lint.yml +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/.github/workflows/publish.yml +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/.github/workflows/pyright.yml +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/.gitignore +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/.vscode/extensions.json +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/.vscode/settings.json +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/LICENSE.txt +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/Makefile +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/README.md +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/linux setup.md +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/pyproject.toml +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/agent/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/agent/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/agent/uploader.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/auth/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/auth/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/auth/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/auth/graphql/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/auth/graphql/queries.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/cli.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/client.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/daemons/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/daemons/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/daemons/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/daemons/launch_agents.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/daemons/launch_service.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/daemons/ui.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/db/base.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/db/models.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/db/sqlite.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/exec/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/exec/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/exec/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/exec/interactive.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/files/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/files/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/files/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/files/graphql/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/files/graphql/fragments.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/files/graphql/mutations.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/files/graphql/queries.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/git/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/git/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/git/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/git/graphql/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/git/graphql/queries.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/graphql/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/graphql/relay.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/graphql/sdk.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/graphql/utility_fragments.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/hardware/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/hardware/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/hardware/android.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/hardware/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/hardware/graphql/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/hardware/graphql/fragments.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/hardware/graphql/mutations.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/hardware/graphql/queries.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/hardware/ui.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/jobs/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/jobs/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/jobs/graphql/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/jobs/graphql/fragments.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/jobs/graphql/mutations.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/monitor/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/monitor/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/organizations/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/organizations/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/organizations/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/organizations/graphql/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/organizations/graphql/fragments.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/organizations/graphql/mutations.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/organizations/graphql/queries.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/projects/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/projects/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/projects/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/projects/graphql/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/projects/graphql/fragments.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/projects/graphql/mutations.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/projects/graphql/queries.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/provisioning/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/provisioning/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/provisioning/graphql/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/provisioning/graphql/queries.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/reservations/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/reservations/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/reservations/commands.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/reservations/graphql/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/reservations/graphql/fragments.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/reservations/graphql/mutations.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/reservations/graphql/queries.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/__init__.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/actions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/auth.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/cache.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/chunk_size.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/config.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/daemons.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/exceptions.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/memory_size.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/printer.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/src/primitive/utils/text.py +0 -0
- {primitive-0.2.31 → primitive-0.2.33}/tests/__init__.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: primitive
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.33
|
4
4
|
Project-URL: Documentation, https://github.com//primitivecorp/primitive-cli#readme
|
5
5
|
Project-URL: Issues, https://github.com//primitivecorp/primitive-cli/issues
|
6
6
|
Project-URL: Source, https://github.com//primitivecorp/primitive-cli
|
@@ -100,10 +100,6 @@ class Agent(BaseAction):
|
|
100
100
|
# This should probably eventually be another daemon?
|
101
101
|
uploader.scan()
|
102
102
|
|
103
|
-
JobRun.objects.filter_by(
|
104
|
-
job_run_id=api_job_run.get("id"),
|
105
|
-
).delete()
|
106
|
-
|
107
103
|
sleep(5)
|
108
104
|
except KeyboardInterrupt:
|
109
105
|
logger.info("[agent] Stopping primitive agent...")
|
@@ -25,7 +25,11 @@ if typing.TYPE_CHECKING:
|
|
25
25
|
|
26
26
|
CHUNK_SIZE = 64 * 1024
|
27
27
|
ENV_VAR_LOOKUP_START = "_ENV_VAR_LOOKUP_START"
|
28
|
+
START_DELIMITER_SIZE = len(bytes(ENV_VAR_LOOKUP_START, encoding="utf-8"))
|
28
29
|
ENV_VAR_LOOKUP_END = "_ENV_VAR_LOOKUP_END"
|
30
|
+
END_DELIMITER_SIZE = len(bytes(ENV_VAR_LOOKUP_END, encoding="utf-8"))
|
31
|
+
|
32
|
+
assert CHUNK_SIZE > START_DELIMITER_SIZE + END_DELIMITER_SIZE
|
29
33
|
|
30
34
|
|
31
35
|
class Task(TypedDict):
|
@@ -132,6 +136,10 @@ class Runner:
|
|
132
136
|
|
133
137
|
# Setup initial process environment
|
134
138
|
self.initial_env = os.environ
|
139
|
+
self.initial_env = {
|
140
|
+
**self.initial_env,
|
141
|
+
**self.primitive.jobs.get_job_secrets_for_job_run(self.job_run["id"]),
|
142
|
+
}
|
135
143
|
self.initial_env["PRIMITIVE_GIT_SHA"] = str(self.job_run["gitCommit"]["sha"])
|
136
144
|
self.initial_env["PRIMITIVE_GIT_BRANCH"] = str(
|
137
145
|
self.job_run["gitCommit"]["branch"]
|
@@ -253,12 +261,7 @@ class Runner:
|
|
253
261
|
args = [
|
254
262
|
"/bin/bash",
|
255
263
|
"-c",
|
256
|
-
|
257
|
-
f"{cmd} "
|
258
|
-
f"&& stdbuf -oL echo && stdbuf -oL echo '{ENV_VAR_LOOKUP_START}' "
|
259
|
-
"&& env "
|
260
|
-
f"&& stdbuf -oL echo && echo '{ENV_VAR_LOOKUP_END}'"
|
261
|
-
),
|
264
|
+
f"{cmd} && echo -n '{ENV_VAR_LOOKUP_START}' && env && echo -n '{ENV_VAR_LOOKUP_END}'",
|
262
265
|
]
|
263
266
|
|
264
267
|
process = await asyncio.create_subprocess_exec(
|
@@ -302,28 +305,32 @@ class Runner:
|
|
302
305
|
async def log_cmd(self, process, stream, tags: Dict = {}) -> bool:
|
303
306
|
failure_detected = False
|
304
307
|
parse_environment = False
|
305
|
-
|
308
|
+
last_chunk_buffer = b""
|
309
|
+
environment_buffer = b""
|
306
310
|
while chunk := await stream.read(CHUNK_SIZE):
|
307
|
-
|
308
|
-
|
309
|
-
empty_chunk = len(processed_lines) == 0
|
310
|
-
|
311
|
-
if empty_chunk:
|
312
|
-
# Ignore the empty lines
|
311
|
+
if parse_environment:
|
312
|
+
environment_buffer += chunk
|
313
313
|
continue
|
314
|
-
|
315
|
-
|
314
|
+
|
315
|
+
# First, look for start delimiter in chunk
|
316
|
+
full_chunk = last_chunk_buffer + chunk
|
317
|
+
last_chunk_buffer = b""
|
318
|
+
start_index = full_chunk.find(bytes(ENV_VAR_LOOKUP_START, encoding="utf-8"))
|
319
|
+
|
320
|
+
if start_index != -1:
|
321
|
+
environment_buffer = full_chunk[start_index + START_DELIMITER_SIZE :]
|
322
|
+
processed_lines = await self.read_chunk(full_chunk[:start_index])
|
316
323
|
parse_environment = True
|
317
|
-
|
318
|
-
|
319
|
-
# Done reading environment variables
|
320
|
-
parse_environment = False
|
321
|
-
self.modified_env = env_to_dict(env_lines)
|
322
|
-
continue
|
324
|
+
else:
|
325
|
+
processed_lines = await self.read_chunk(full_chunk)
|
323
326
|
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
+
while (
|
328
|
+
len(last_chunk_buffer) < START_DELIMITER_SIZE
|
329
|
+
and len(processed_lines) > 0
|
330
|
+
):
|
331
|
+
last_chunk_buffer += bytes(
|
332
|
+
processed_lines.pop() + "\n", encoding="utf-8"
|
333
|
+
)
|
327
334
|
|
328
335
|
# Handle logging
|
329
336
|
parse_logs = self.job_settings["parseLogs"]
|
@@ -339,13 +346,15 @@ class Runner:
|
|
339
346
|
elif parse_logs and "warning" in line.lower():
|
340
347
|
level = LogLevel.WARNING
|
341
348
|
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
+
# If we already detected a failure, skip checking
|
350
|
+
if not failure_detected:
|
351
|
+
failure_detected = (
|
352
|
+
level == LogLevel.ERROR
|
353
|
+
and self.job_settings["failureLevel"] >= FailureLevel.ERROR
|
354
|
+
) or (
|
355
|
+
level == LogLevel.WARNING
|
356
|
+
and self.job_settings["failureLevel"] >= FailureLevel.WARNING
|
357
|
+
)
|
349
358
|
|
350
359
|
# Tag on the first matching regex in the list
|
351
360
|
for tag_key, regex in tags.items():
|
@@ -356,6 +365,16 @@ class Runner:
|
|
356
365
|
|
357
366
|
logger.bind(tag=tag).log(level.value, line)
|
358
367
|
|
368
|
+
start_index = environment_buffer.find(
|
369
|
+
bytes(ENV_VAR_LOOKUP_END, encoding="utf-8")
|
370
|
+
)
|
371
|
+
if parse_environment and start_index == -1:
|
372
|
+
logger.error("Environment variable buffer did not contain end delimiter")
|
373
|
+
failure_detected = True
|
374
|
+
return failure_detected
|
375
|
+
|
376
|
+
environment_buffer = environment_buffer[:start_index]
|
377
|
+
self.modified_env = env_to_dict(environment_buffer)
|
359
378
|
return failure_detected
|
360
379
|
|
361
380
|
async def read_chunk(self, chunk: bytes) -> List[str]:
|
@@ -11,6 +11,7 @@ from .graphql.queries import (
|
|
11
11
|
job_run_query,
|
12
12
|
job_run_status_query,
|
13
13
|
job_runs_query,
|
14
|
+
job_secrets_for_job_run_query,
|
14
15
|
jobs_query,
|
15
16
|
)
|
16
17
|
|
@@ -163,3 +164,12 @@ class Jobs(BaseAction):
|
|
163
164
|
query, variable_values=variables, get_execution_result=True
|
164
165
|
)
|
165
166
|
return result
|
167
|
+
|
168
|
+
@guard
|
169
|
+
def get_job_secrets_for_job_run(self, id: str):
|
170
|
+
query = gql(job_secrets_for_job_run_query)
|
171
|
+
variables = {"jobRunId": id}
|
172
|
+
result = self.primitive.session.execute(
|
173
|
+
query, variable_values=variables, get_execution_result=True
|
174
|
+
)
|
175
|
+
return result.data["jobSecretsForJobRun"]
|
@@ -35,12 +35,14 @@ def add_path_to_shell(path: Path):
|
|
35
35
|
return True
|
36
36
|
|
37
37
|
|
38
|
-
def env_to_dict(env_vars: Union[str, List[str]]) -> Dict:
|
38
|
+
def env_to_dict(env_vars: Union[bytes, str, List[str]]) -> Dict:
|
39
39
|
lines = None
|
40
40
|
if isinstance(env_vars, list):
|
41
41
|
lines = env_vars
|
42
42
|
elif isinstance(env_vars, str):
|
43
43
|
lines = env_vars.splitlines()
|
44
|
+
elif isinstance(env_vars, bytes):
|
45
|
+
lines = env_vars.decode("utf-8").splitlines()
|
44
46
|
else:
|
45
47
|
raise ValueError("Unsupported type. Env_vars must be a list or a string")
|
46
48
|
|
@@ -16,7 +16,7 @@ wheels = [
|
|
16
16
|
|
17
17
|
[[package]]
|
18
18
|
name = "aiohttp"
|
19
|
-
version = "3.12.
|
19
|
+
version = "3.12.4"
|
20
20
|
source = { registry = "https://pypi.org/simple" }
|
21
21
|
dependencies = [
|
22
22
|
{ name = "aiohappyeyeballs" },
|
@@ -27,59 +27,59 @@ dependencies = [
|
|
27
27
|
{ name = "propcache" },
|
28
28
|
{ name = "yarl" },
|
29
29
|
]
|
30
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
31
|
-
wheels = [
|
32
|
-
{ url = "https://files.pythonhosted.org/packages/
|
33
|
-
{ url = "https://files.pythonhosted.org/packages/
|
34
|
-
{ url = "https://files.pythonhosted.org/packages/
|
35
|
-
{ url = "https://files.pythonhosted.org/packages/
|
36
|
-
{ url = "https://files.pythonhosted.org/packages/
|
37
|
-
{ url = "https://files.pythonhosted.org/packages/
|
38
|
-
{ url = "https://files.pythonhosted.org/packages/
|
39
|
-
{ url = "https://files.pythonhosted.org/packages/
|
40
|
-
{ url = "https://files.pythonhosted.org/packages/
|
41
|
-
{ url = "https://files.pythonhosted.org/packages/
|
42
|
-
{ url = "https://files.pythonhosted.org/packages/
|
43
|
-
{ url = "https://files.pythonhosted.org/packages/
|
44
|
-
{ url = "https://files.pythonhosted.org/packages/
|
45
|
-
{ url = "https://files.pythonhosted.org/packages/
|
46
|
-
{ url = "https://files.pythonhosted.org/packages/
|
47
|
-
{ url = "https://files.pythonhosted.org/packages/
|
48
|
-
{ url = "https://files.pythonhosted.org/packages/
|
49
|
-
{ url = "https://files.pythonhosted.org/packages/
|
50
|
-
{ url = "https://files.pythonhosted.org/packages/
|
51
|
-
{ url = "https://files.pythonhosted.org/packages/
|
52
|
-
{ url = "https://files.pythonhosted.org/packages/
|
53
|
-
{ url = "https://files.pythonhosted.org/packages/
|
54
|
-
{ url = "https://files.pythonhosted.org/packages/
|
55
|
-
{ url = "https://files.pythonhosted.org/packages/
|
56
|
-
{ url = "https://files.pythonhosted.org/packages/
|
57
|
-
{ url = "https://files.pythonhosted.org/packages/
|
58
|
-
{ url = "https://files.pythonhosted.org/packages/
|
59
|
-
{ url = "https://files.pythonhosted.org/packages/
|
60
|
-
{ url = "https://files.pythonhosted.org/packages/
|
61
|
-
{ url = "https://files.pythonhosted.org/packages/
|
62
|
-
{ url = "https://files.pythonhosted.org/packages/
|
63
|
-
{ url = "https://files.pythonhosted.org/packages/
|
64
|
-
{ url = "https://files.pythonhosted.org/packages/
|
65
|
-
{ url = "https://files.pythonhosted.org/packages/
|
66
|
-
{ url = "https://files.pythonhosted.org/packages/
|
67
|
-
{ url = "https://files.pythonhosted.org/packages/
|
68
|
-
{ url = "https://files.pythonhosted.org/packages/
|
69
|
-
{ url = "https://files.pythonhosted.org/packages/
|
70
|
-
{ url = "https://files.pythonhosted.org/packages/
|
71
|
-
{ url = "https://files.pythonhosted.org/packages/
|
72
|
-
{ url = "https://files.pythonhosted.org/packages/
|
73
|
-
{ url = "https://files.pythonhosted.org/packages/
|
74
|
-
{ url = "https://files.pythonhosted.org/packages/
|
75
|
-
{ url = "https://files.pythonhosted.org/packages/
|
76
|
-
{ url = "https://files.pythonhosted.org/packages/
|
77
|
-
{ url = "https://files.pythonhosted.org/packages/
|
78
|
-
{ url = "https://files.pythonhosted.org/packages/
|
79
|
-
{ url = "https://files.pythonhosted.org/packages/
|
80
|
-
{ url = "https://files.pythonhosted.org/packages/
|
81
|
-
{ url = "https://files.pythonhosted.org/packages/
|
82
|
-
{ url = "https://files.pythonhosted.org/packages/
|
30
|
+
sdist = { url = "https://files.pythonhosted.org/packages/57/77/92b356837fad83cc5709afc0b6e21dce65a413293fed15e6999bafdf36b0/aiohttp-3.12.4.tar.gz", hash = "sha256:d8229b412121160740f5745583c786f3f494d2416fe5f76aabd815da6ab6b193", size = 7781788 }
|
31
|
+
wheels = [
|
32
|
+
{ url = "https://files.pythonhosted.org/packages/e9/5e/bd16acce20e07e01d7db8f9a5102714f90928f87ec9cb248db642893ebdf/aiohttp-3.12.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6cfe7a78ed06047420f7709b9ae438431ea2dc50a9c00960a4b996736f1a70a3", size = 702194 },
|
33
|
+
{ url = "https://files.pythonhosted.org/packages/65/1d/cc50b39ca7a24c28e5e79ec7c5a3682c84af76d814f2e1284e1aa473122c/aiohttp-3.12.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1188186a118a6793b1e510399f5deb2dcab9643af05fd5217f7f5b067b863671", size = 474473 },
|
34
|
+
{ url = "https://files.pythonhosted.org/packages/52/6b/bf1ff91cb6eda30964c29a7fbe2a294db00724ceab344696eeebfe4c9ccf/aiohttp-3.12.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d54362f38f532869553a38328931f5f150f0f4fdbee8e122da447663a86552c5", size = 462734 },
|
35
|
+
{ url = "https://files.pythonhosted.org/packages/7c/c3/846872117cc6db1db1b86d20119a3132b8519144d5e710c2e066d07cac86/aiohttp-3.12.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4299504448f37ea9803e6ec99295d7a84a66e674300daa51ca69cace8b7ae31a", size = 1732930 },
|
36
|
+
{ url = "https://files.pythonhosted.org/packages/d0/bd/df557ee83c3e36945499317b9f51dab642c17c779c939fe2df4c0307b85e/aiohttp-3.12.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:1972bac2ee5dc283ccee3d58501bba08599d58dad6dbbbf58da566dc1a3ac039", size = 1681599 },
|
37
|
+
{ url = "https://files.pythonhosted.org/packages/1b/b9/e043c06325300644fed7685f904323ecf937adc99971ac229ab97b0769d2/aiohttp-3.12.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a286d40eb51d2908130b4e64ca8ae1a1fdf20657ef564eea2556255d52e2147b", size = 1780391 },
|
38
|
+
{ url = "https://files.pythonhosted.org/packages/6c/98/a43da221916db0b9567914e41de5a7e008904b9301540614feab2a03ee45/aiohttp-3.12.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:94650ff81e7370ceb79272914be8250558d595864cb0cc3e9c6932a16738e33b", size = 1819437 },
|
39
|
+
{ url = "https://files.pythonhosted.org/packages/bb/9d/e315bdfc2e8ba0382699e686330b588f135189c51df79689e6a843513eb0/aiohttp-3.12.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:03a2ca7b7e9436ae933d89d41f21ef535f21dcdc883820544102ddda63b595c2", size = 1721898 },
|
40
|
+
{ url = "https://files.pythonhosted.org/packages/c1/a4/8250493ab4e540df5a3672e5d01c28ca71fd31b4a9afc217c9678ca350e3/aiohttp-3.12.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ea47b02ec80408bed4d59b3b824b44514173e4ebd0bc04a901ffd12084142451", size = 1658974 },
|
41
|
+
{ url = "https://files.pythonhosted.org/packages/94/d3/06c8ba3afb270afa44ffb6cf3fb0a44502be347f0fc7fdce290a60760197/aiohttp-3.12.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:41a6ea58ed974e67d75b39536997d81288a04844d8162194d3947cbff52b093d", size = 1707245 },
|
42
|
+
{ url = "https://files.pythonhosted.org/packages/da/5c/d889d8edca8cdb6bb0ff9cfa58b3977320186050c8cfe2f4ceeee149b498/aiohttp-3.12.4-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:d563387ae8966b6668162698a66495c5d72ce864405a7dfc6cc9c4bc851a63ce", size = 1702405 },
|
43
|
+
{ url = "https://files.pythonhosted.org/packages/e9/db/809ac0c7fa7ddfad33ab888fe3c83aecbfc7f03e44f387a70c20a0a096b7/aiohttp-3.12.4-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:b853c7f7664742d48c57f382ebae5c76efa7f323569c6d93866795092485deec", size = 1682593 },
|
44
|
+
{ url = "https://files.pythonhosted.org/packages/35/85/9e1f9c7f0b0f70dfae55932c1f080230f885f84137132efc639e98611347/aiohttp-3.12.4-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:5d74f5fadbab802c598b440b4aecfeadc99194535d87db5764b732a52a0527fb", size = 1776193 },
|
45
|
+
{ url = "https://files.pythonhosted.org/packages/83/12/b6b7b9c2d08c5346473878575195468a585041daa816ffbd97156c960ed0/aiohttp-3.12.4-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:9f5065674d38b4a738f38b344429e3688fdcccc9d2d5ec50ca03af5dbf91307e", size = 1796654 },
|
46
|
+
{ url = "https://files.pythonhosted.org/packages/b7/09/0500ae6b1174abc74ab1a7a36033ecffc11e46e47a23487d75fa00d04b46/aiohttp-3.12.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:567db7411a004acd82be2499c10a22e06d4acb51929ce353a62f02f61d005e1c", size = 1709713 },
|
47
|
+
{ url = "https://files.pythonhosted.org/packages/7b/55/8f5faa6e13c51609430081b42c39eb12006c9fb9111eeaedca0f3f574d3b/aiohttp-3.12.4-cp311-cp311-win32.whl", hash = "sha256:4bc000b0eee7c4b8fdc13349ab106c4ff15e6f6c1afffb04a8f5af96f1b89af3", size = 419713 },
|
48
|
+
{ url = "https://files.pythonhosted.org/packages/6a/a9/97e318bfb3fc7a0cffc9dee9f0ec77db5339207887f5f4ebe1a11ecd5f32/aiohttp-3.12.4-cp311-cp311-win_amd64.whl", hash = "sha256:44f1cb869916ba52b7876243b6bb7841430846b66b61933b8e96cfaf44515b78", size = 444103 },
|
49
|
+
{ url = "https://files.pythonhosted.org/packages/6c/9a/767c8f6520d0ad023d6b975f8fda71b506f64ad597bb7bd16fa5ac1562ca/aiohttp-3.12.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:7947933c67eb33f51076cabf99f9977260329759d66c4d779c6b8e35c71a96bf", size = 693297 },
|
50
|
+
{ url = "https://files.pythonhosted.org/packages/82/a1/21eddeee169306c974095183c8820a807c3f05dbefcd6b674a52d18e4090/aiohttp-3.12.4-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:bb046723c90db9ecba67549ab5614707168ba7424742cfab40c198d8d75176e4", size = 467909 },
|
51
|
+
{ url = "https://files.pythonhosted.org/packages/0d/fc/17093fe2d7e4287218fb99b18a6106b0e1fad8a95f974066f8b5fefb0fbc/aiohttp-3.12.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5fe52157c5e160eac99bb3589c2f29186d233fc83f6f42315c828f7e115f87f5", size = 460750 },
|
52
|
+
{ url = "https://files.pythonhosted.org/packages/f8/4f/6ea71dd61725bdaa9437f1a9f032781c5d869046651ad43a93d769855298/aiohttp-3.12.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f5bf2015822cf7177957b8573a5997c3a00b93cd2f40aa8f5155649014563bd8", size = 1707546 },
|
53
|
+
{ url = "https://files.pythonhosted.org/packages/cc/79/a91f52b0d4e4462ebf37b176164d0f26b065f80f7db1dfe9b44fd9e8f8ac/aiohttp-3.12.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:db28a058b837c2a8cbebd0fae78299a41691694e536bb2ad77377bd4978b8372", size = 1690196 },
|
54
|
+
{ url = "https://files.pythonhosted.org/packages/d5/e2/5682bfb2583b55f23d785084bf2237339ebebe73cc0734fa8848d33a270c/aiohttp-3.12.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ac155f380e100825fe2ae59b5d4e297fea98d90f5b7df5b27a9096992d8672dd", size = 1745291 },
|
55
|
+
{ url = "https://files.pythonhosted.org/packages/90/1d/5016430fa2ed0d58ca6d6b0f4a1f929c353f72996c95ec33882cd18ed867/aiohttp-3.12.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2de98a1fa249d35f05a6a7525e5823260e8b0c252d72c9cf39d0f945c38da0c7", size = 1791444 },
|
56
|
+
{ url = "https://files.pythonhosted.org/packages/2b/49/33fd3f82ff187b6d982633962afad24bb459ee1cd357399b7545c8e6ed98/aiohttp-3.12.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4c2de2077ee70b93015b4a74493964d891e730d238371c8d4b70413be36b0cf", size = 1710885 },
|
57
|
+
{ url = "https://files.pythonhosted.org/packages/d5/11/e895cb33fca34cec9aa375615ba0d4810a3be601962066444b07a90bc306/aiohttp-3.12.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:058199018d700883c86c473814fb0ecabb4e3ae39bafcbc77ed2c94199e5affb", size = 1626686 },
|
58
|
+
{ url = "https://files.pythonhosted.org/packages/b2/e9/3c98778dbda7cb4c94ddada97cb9ea6d7d5140b487a0444817f8b6a94697/aiohttp-3.12.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b6586aaccf46bc5ae05598fcd09a26fbc9186284eb2551d3262f31a8ec79a463", size = 1687746 },
|
59
|
+
{ url = "https://files.pythonhosted.org/packages/45/7b/fdb43d32ac2819e181e1339aae1bc7acb87e47452af64409181a2bce2426/aiohttp-3.12.4-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:ededddd6fcc8f4403135609d7fb4bc1c1300464ff8fd57fb097b08cc136f18ea", size = 1709199 },
|
60
|
+
{ url = "https://files.pythonhosted.org/packages/bb/d9/b7a37bed158bd4aced1585b89082a8642e516f5b08637d7d15971f61ba31/aiohttp-3.12.4-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:158495f1d1858c07cc691624ccc92498410edfa57900452948f7eb6bc1be4c39", size = 1649853 },
|
61
|
+
{ url = "https://files.pythonhosted.org/packages/42/4f/7e4d1c52f6e15c59e2f3154d9431a029aab558735e94fec85602207fee8a/aiohttp-3.12.4-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:41c064200045c344850688b4d7723ebf163b92bfc7c216c29a938d1051385c1c", size = 1729413 },
|
62
|
+
{ url = "https://files.pythonhosted.org/packages/94/83/2987339271a4d8915370614d0bd6b26b7e50d905adf7398636a278ca059a/aiohttp-3.12.4-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:0834ec8491451780a2a05b0f3a83675911bb0804273ceafcd282bff2548ed962", size = 1757386 },
|
63
|
+
{ url = "https://files.pythonhosted.org/packages/d2/27/3d0fc578531820d166e51024e86b8d35feaa828aa961909396f7cce7a191/aiohttp-3.12.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2a81e4ebbc8d9fb6748046577525ada0c5292606ced068ec9ab3aa6d653bf5d9", size = 1716999 },
|
64
|
+
{ url = "https://files.pythonhosted.org/packages/a9/87/1b5466145a55ebf6145eea5e58e5311653946e518e6e04d971acbae81b09/aiohttp-3.12.4-cp312-cp312-win32.whl", hash = "sha256:73cf6ed61849769dce058a6945d7c63da0798e409494c9ca3fddf5b526f7aee4", size = 414443 },
|
65
|
+
{ url = "https://files.pythonhosted.org/packages/70/0c/c11464953fff9c005e700e060b98436960d85bb60104af868bf5ebec6ace/aiohttp-3.12.4-cp312-cp312-win_amd64.whl", hash = "sha256:1e29de2afbe9c777ff8c58900e19654bf435069535a3a182a50256c8cd3eea17", size = 440544 },
|
66
|
+
{ url = "https://files.pythonhosted.org/packages/b3/c5/acc9a65cd92b263050dcc2986e2aee598fc6f3e0b251c9ce7138bf9f387c/aiohttp-3.12.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:789e9ddd591a3161a4e222942e10036d3fb4477464d9a454be2613966b0bce6b", size = 687716 },
|
67
|
+
{ url = "https://files.pythonhosted.org/packages/3b/8b/c36084efb762c8b388e35b564c5c87d287e4d24a77422f7570e36f8195f4/aiohttp-3.12.4-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8eb37972e6aebe4cab53b0008c4ca7cd412f3f01872f255763ac4bb0ce253d83", size = 465372 },
|
68
|
+
{ url = "https://files.pythonhosted.org/packages/d0/d5/c390226c7f0a2a0e4a7477fb293d311157092231fdb7ab79eb8ad325b3b0/aiohttp-3.12.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:ca6af3e929de2c2d3272680437ee5b1e32fa4ac1fb9dfdcc06f5441542d06110", size = 457673 },
|
69
|
+
{ url = "https://files.pythonhosted.org/packages/bc/1a/fdf6ade28154d249b605a6e85f7eb424363618ebcb35f93a7f837fd1f9c9/aiohttp-3.12.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7a9b8b482be5c81ceee91fecead2c82b7bec7cfb8b81c0389d6fa4cd82f3bb53", size = 1696485 },
|
70
|
+
{ url = "https://files.pythonhosted.org/packages/71/02/1670b62c82d6e19c77df235b96a56ec055eb40d63b6feff93146544d0224/aiohttp-3.12.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:b3f9d7c7486f28cc0fd6bfe5b9accc4ecfe3d4f0471ec53e08aa610e5642dbf3", size = 1677750 },
|
71
|
+
{ url = "https://files.pythonhosted.org/packages/af/eb/75c9863328a9f1f7200ebadf0fefec3a50a2f31e9ccf489faf9c132b87ad/aiohttp-3.12.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e42986c6fc949926bcf0928b5440e6adf20b9a14c04dd9ea5e3ba9c7bbd4433a", size = 1729821 },
|
72
|
+
{ url = "https://files.pythonhosted.org/packages/8a/ac/75ef05d10aae033d9bc87d0eea35d904e505c0a7a5d7c7838d1d8b63e954/aiohttp-3.12.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:58dded319d52e63ea3c40dbae3f44c1264fa4bb692845b7ff8ce1ddc9319fce3", size = 1779191 },
|
73
|
+
{ url = "https://files.pythonhosted.org/packages/b3/5e/36e5957a073dddb69ed37e5ffa8581548d5d7b9d00daa4ba98fff6c85219/aiohttp-3.12.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1102668bf8c4b744528ef0b5bdaeeb17930832653d1ed9558ab59a0fae91dcf9", size = 1701521 },
|
74
|
+
{ url = "https://files.pythonhosted.org/packages/4e/98/16c3dc7c2534d5109f02da5c88e34e327d8ceddb9b976b4861d787461a59/aiohttp-3.12.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e46c5ad27747416ef0a914da2ad175d9066d8d011960f7b66c9b4f02ef7acfcc", size = 1615227 },
|
75
|
+
{ url = "https://files.pythonhosted.org/packages/74/cb/87eaf79aa41a6bc99c3dd1219caf190f282b5742647bf3abb7b66b7eb221/aiohttp-3.12.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:cbcde696c4d4d07b616e10f942e183f90a86ff65e27a03c338067deb1204b148", size = 1668248 },
|
76
|
+
{ url = "https://files.pythonhosted.org/packages/d6/04/2ff57af92f76b0973652710bf9a539d66eb78b4cddace90fc39a5b04bdd7/aiohttp-3.12.4-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:002e027d4840cb187e5ba6889043e1e90ed114ef8e798133d51db834696a6de2", size = 1699915 },
|
77
|
+
{ url = "https://files.pythonhosted.org/packages/15/d6/0d9916e03cebd697b3c4fc48998733188e8b834368e727b46650a3a1b005/aiohttp-3.12.4-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:cf12c660159897cebdd3ab377550b3563218286f33a57f56753018b1897796ae", size = 1642508 },
|
78
|
+
{ url = "https://files.pythonhosted.org/packages/83/b4/9cf887a3d2cf58828ac6a076d240171d6196dcf7d1edafcb005103f457fb/aiohttp-3.12.4-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c9e3db6a3c3e53e48b3324eb40e7c5da2a4c78cdcd3ac4e7d7945876dd421de1", size = 1718642 },
|
79
|
+
{ url = "https://files.pythonhosted.org/packages/e5/b0/266567f3c5232e211f1c9bea121a05d115a3f7761c7029ff4ee4f88e6fba/aiohttp-3.12.4-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:e10365dcf61a7c5ed9287c4e20edc0d7a6cc09faf042d7dc570f16ed3291c680", size = 1752113 },
|
80
|
+
{ url = "https://files.pythonhosted.org/packages/61/f9/58b3ce002d1b0b3630ccd02ecbfc6932d00242eb40182e76a65ddbf6ec26/aiohttp-3.12.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c20421e165410bb632f64c5693b1f69e6911dbde197fa0dcd3a0c65d505f776b", size = 1701004 },
|
81
|
+
{ url = "https://files.pythonhosted.org/packages/ee/7c/c1a5e7704fef91f115bd399e47b9613cf11c8caec041a326e966f190c994/aiohttp-3.12.4-cp313-cp313-win32.whl", hash = "sha256:834a2f08eb800af07066af9f26eda4c2d6f7fe0737a3c0aef448f1ba8132fed9", size = 413468 },
|
82
|
+
{ url = "https://files.pythonhosted.org/packages/65/31/e252246332a12abf17f66c8f8360730a5a3a1dd354ca48ccfb90bbb122db/aiohttp-3.12.4-cp313-cp313-win_amd64.whl", hash = "sha256:4c78018c4e8118efac767d5d91c3565919c7e021762c4644198ec5b8d426a071", size = 439411 },
|
83
83
|
]
|
84
84
|
|
85
85
|
[[package]]
|
@@ -191,16 +191,16 @@ wheels = [
|
|
191
191
|
|
192
192
|
[[package]]
|
193
193
|
name = "botocore"
|
194
|
-
version = "1.38.
|
194
|
+
version = "1.38.25"
|
195
195
|
source = { registry = "https://pypi.org/simple" }
|
196
196
|
dependencies = [
|
197
197
|
{ name = "jmespath" },
|
198
198
|
{ name = "python-dateutil" },
|
199
199
|
{ name = "urllib3" },
|
200
200
|
]
|
201
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
201
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6b/00/bed5bf325d1fdb98d6212d106bd44cd0bbe65563e3a2c3f87b64cc4d75c2/botocore-1.38.25.tar.gz", hash = "sha256:8c73e97d9662a6c92be33dab66cd1e2b59797154c7ec379ce3bb5d6779d9d78c", size = 13914295 }
|
202
202
|
wheels = [
|
203
|
-
{ url = "https://files.pythonhosted.org/packages/
|
203
|
+
{ url = "https://files.pythonhosted.org/packages/2f/ae/3b52634df58cbd506ad804315a1c979ea06942cf88b591dcd671f45adf63/botocore-1.38.25-py3-none-any.whl", hash = "sha256:5a960bd990a11cdb78865e908a58ed712d87d9b419f55ad21c99d7d21f0d6726", size = 13574906 },
|
204
204
|
]
|
205
205
|
|
206
206
|
[[package]]
|
@@ -1145,27 +1145,27 @@ wheels = [
|
|
1145
1145
|
|
1146
1146
|
[[package]]
|
1147
1147
|
name = "ruff"
|
1148
|
-
version = "0.11.
|
1149
|
-
source = { registry = "https://pypi.org/simple" }
|
1150
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1151
|
-
wheels = [
|
1152
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1153
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1154
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1155
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1156
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1157
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1158
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1159
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1160
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1161
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1162
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1163
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1164
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1165
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1166
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1167
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1168
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1148
|
+
version = "0.11.12"
|
1149
|
+
source = { registry = "https://pypi.org/simple" }
|
1150
|
+
sdist = { url = "https://files.pythonhosted.org/packages/15/0a/92416b159ec00cdf11e5882a9d80d29bf84bba3dbebc51c4898bfbca1da6/ruff-0.11.12.tar.gz", hash = "sha256:43cf7f69c7d7c7d7513b9d59c5d8cafd704e05944f978614aa9faff6ac202603", size = 4202289 }
|
1151
|
+
wheels = [
|
1152
|
+
{ url = "https://files.pythonhosted.org/packages/60/cc/53eb79f012d15e136d40a8e8fc519ba8f55a057f60b29c2df34efd47c6e3/ruff-0.11.12-py3-none-linux_armv6l.whl", hash = "sha256:c7680aa2f0d4c4f43353d1e72123955c7a2159b8646cd43402de6d4a3a25d7cc", size = 10285597 },
|
1153
|
+
{ url = "https://files.pythonhosted.org/packages/e7/d7/73386e9fb0232b015a23f62fea7503f96e29c29e6c45461d4a73bac74df9/ruff-0.11.12-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:2cad64843da9f134565c20bcc430642de897b8ea02e2e79e6e02a76b8dcad7c3", size = 11053154 },
|
1154
|
+
{ url = "https://files.pythonhosted.org/packages/4e/eb/3eae144c5114e92deb65a0cb2c72326c8469e14991e9bc3ec0349da1331c/ruff-0.11.12-py3-none-macosx_11_0_arm64.whl", hash = "sha256:9b6886b524a1c659cee1758140138455d3c029783d1b9e643f3624a5ee0cb0aa", size = 10403048 },
|
1155
|
+
{ url = "https://files.pythonhosted.org/packages/29/64/20c54b20e58b1058db6689e94731f2a22e9f7abab74e1a758dfba058b6ca/ruff-0.11.12-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3cc3a3690aad6e86c1958d3ec3c38c4594b6ecec75c1f531e84160bd827b2012", size = 10597062 },
|
1156
|
+
{ url = "https://files.pythonhosted.org/packages/29/3a/79fa6a9a39422a400564ca7233a689a151f1039110f0bbbabcb38106883a/ruff-0.11.12-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f97fdbc2549f456c65b3b0048560d44ddd540db1f27c778a938371424b49fe4a", size = 10155152 },
|
1157
|
+
{ url = "https://files.pythonhosted.org/packages/e5/a4/22c2c97b2340aa968af3a39bc38045e78d36abd4ed3fa2bde91c31e712e3/ruff-0.11.12-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:74adf84960236961090e2d1348c1a67d940fd12e811a33fb3d107df61eef8fc7", size = 11723067 },
|
1158
|
+
{ url = "https://files.pythonhosted.org/packages/bc/cf/3e452fbd9597bcd8058856ecd42b22751749d07935793a1856d988154151/ruff-0.11.12-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:b56697e5b8bcf1d61293ccfe63873aba08fdbcbbba839fc046ec5926bdb25a3a", size = 12460807 },
|
1159
|
+
{ url = "https://files.pythonhosted.org/packages/2f/ec/8f170381a15e1eb7d93cb4feef8d17334d5a1eb33fee273aee5d1f8241a3/ruff-0.11.12-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4d47afa45e7b0eaf5e5969c6b39cbd108be83910b5c74626247e366fd7a36a13", size = 12063261 },
|
1160
|
+
{ url = "https://files.pythonhosted.org/packages/0d/bf/57208f8c0a8153a14652a85f4116c0002148e83770d7a41f2e90b52d2b4e/ruff-0.11.12-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:692bf9603fe1bf949de8b09a2da896f05c01ed7a187f4a386cdba6760e7f61be", size = 11329601 },
|
1161
|
+
{ url = "https://files.pythonhosted.org/packages/c3/56/edf942f7fdac5888094d9ffa303f12096f1a93eb46570bcf5f14c0c70880/ruff-0.11.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:08033320e979df3b20dba567c62f69c45e01df708b0f9c83912d7abd3e0801cd", size = 11522186 },
|
1162
|
+
{ url = "https://files.pythonhosted.org/packages/ed/63/79ffef65246911ed7e2290aeece48739d9603b3a35f9529fec0fc6c26400/ruff-0.11.12-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:929b7706584f5bfd61d67d5070f399057d07c70585fa8c4491d78ada452d3bef", size = 10449032 },
|
1163
|
+
{ url = "https://files.pythonhosted.org/packages/88/19/8c9d4d8a1c2a3f5a1ea45a64b42593d50e28b8e038f1aafd65d6b43647f3/ruff-0.11.12-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7de4a73205dc5756b8e09ee3ed67c38312dce1aa28972b93150f5751199981b5", size = 10129370 },
|
1164
|
+
{ url = "https://files.pythonhosted.org/packages/bc/0f/2d15533eaa18f460530a857e1778900cd867ded67f16c85723569d54e410/ruff-0.11.12-py3-none-musllinux_1_2_i686.whl", hash = "sha256:2635c2a90ac1b8ca9e93b70af59dfd1dd2026a40e2d6eebaa3efb0465dd9cf02", size = 11123529 },
|
1165
|
+
{ url = "https://files.pythonhosted.org/packages/4f/e2/4c2ac669534bdded835356813f48ea33cfb3a947dc47f270038364587088/ruff-0.11.12-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:d05d6a78a89166f03f03a198ecc9d18779076ad0eec476819467acb401028c0c", size = 11577642 },
|
1166
|
+
{ url = "https://files.pythonhosted.org/packages/a7/9b/c9ddf7f924d5617a1c94a93ba595f4b24cb5bc50e98b94433ab3f7ad27e5/ruff-0.11.12-py3-none-win32.whl", hash = "sha256:f5a07f49767c4be4772d161bfc049c1f242db0cfe1bd976e0f0886732a4765d6", size = 10475511 },
|
1167
|
+
{ url = "https://files.pythonhosted.org/packages/fd/d6/74fb6d3470c1aada019ffff33c0f9210af746cca0a4de19a1f10ce54968a/ruff-0.11.12-py3-none-win_amd64.whl", hash = "sha256:5a4d9f8030d8c3a45df201d7fb3ed38d0219bccd7955268e863ee4a115fa0832", size = 11523573 },
|
1168
|
+
{ url = "https://files.pythonhosted.org/packages/44/42/d58086ec20f52d2b0140752ae54b355ea2be2ed46f914231136dd1effcc7/ruff-0.11.12-py3-none-win_arm64.whl", hash = "sha256:65194e37853158d368e333ba282217941029a28ea90913c67e558c611d04daa5", size = 10697770 },
|
1169
1169
|
]
|
1170
1170
|
|
1171
1171
|
[[package]]
|
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
|
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
|