clear-skies-gitlab 2.0.5__tar.gz → 2.0.7__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.
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.copier-answers.yml +1 -1
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.github/workflows/docs.yaml +2 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/CHANGELOG.md +18 -0
- clear_skies_gitlab-2.0.7/LATEST_CHANGELOG.md +5 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/PKG-INFO +1 -1
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/pyproject.toml +4 -1
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_approval_config.py +45 -3
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/uv.lock +45 -29
- clear_skies_gitlab-2.0.5/LATEST_CHANGELOG.md +0 -6
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.editorconfig +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.github/workflows/create-version.yaml +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.github/workflows/run-tests.yml +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.github/workflows/tests-matrix.yaml +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.github/workflows/tests.yaml +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.gitignore +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.pre-commit-config.yaml +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.python-version +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/.vscode/settings.json +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/LICENSE +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/README.md +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/cliff.toml +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/local.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/ruff.toml +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/__init__.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/defaults/__init__.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/defaults/gitlab_default_auth.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/defaults/gitlab_default_host.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/defaults/gitlab_graphql_client.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/exceptions/__init__.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/exceptions/gitlab_error.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/__init__.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/backends/__init__.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/backends/gitlab_graphql_backend.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/models/__init__.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/models/gitlab_container_repository.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/models/gitlab_container_repository_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/models/gitlab_container_repository_tag.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/models/gitlab_container_repository_tag_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/models/gitlab_group.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/models/gitlab_group_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/models/gitlab_project.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/models/gitlab_project_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/__init__.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/backends/__init__.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/backends/gitlab_rest_backend.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/gitlab_branch_rule.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/gitlab_cicd_variable.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/gitlab_member.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/__init__.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_advanced_search.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_advanced_search_blob.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_current_user.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_access_token.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_access_token_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_base.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_member.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_member_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_project.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_project_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_search.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_search_blob.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_subgroup.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_subgroup_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_variable.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_group_variable_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_namespace.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_approval_config_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_approval_rule.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_approval_rule_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_member.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_member_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_protected_branch.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_protected_branch_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_repository_commit.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_repository_commit_diff.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_repository_contributor.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_repository_contributor_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_repository_file.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_repository_file_raw.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_repository_file_reference.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_variable.py +0 -0
- {clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/gitlab_rest_project_variable_reference.py +0 -0
|
@@ -5,9 +5,25 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.0.7] - 2026-01-29
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Add relation from config -> rule
|
|
12
|
+
|
|
13
|
+
## [2.0.6] - 2026-01-29
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- Bump version to v2.0.6 by @github-actions[bot]
|
|
17
|
+
- Change order of base models
|
|
18
|
+
- Update to latest dependencies
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
- Missing fiels on GitlabRestProjectApprovalConfig
|
|
22
|
+
|
|
8
23
|
## [2.0.5] - 2026-01-28
|
|
9
24
|
|
|
10
25
|
### Changed
|
|
26
|
+
- Bump version to v2.0.5 by @github-actions[bot]
|
|
11
27
|
- Update all classes to have documentation
|
|
12
28
|
- Update to latest dependencies
|
|
13
29
|
|
|
@@ -52,6 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
52
68
|
## New Contributors
|
|
53
69
|
* @github-actions[bot] made their first contribution
|
|
54
70
|
* @ made their first contribution
|
|
71
|
+
[2.0.7]: https://github.com/clearskies-py/gitlab/compare/v2.0.6..v2.0.7
|
|
72
|
+
[2.0.6]: https://github.com/clearskies-py/gitlab/compare/v2.0.5..v2.0.6
|
|
55
73
|
[2.0.5]: https://github.com/clearskies-py/gitlab/compare/v2.0.4..v2.0.5
|
|
56
74
|
[2.0.4]: https://github.com/clearskies-py/gitlab/compare/v2.0.3..v2.0.4
|
|
57
75
|
[2.0.3]: https://github.com/clearskies-py/gitlab/compare/v2.0.2..v2.0.3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clear-skies-gitlab
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.7
|
|
4
4
|
Summary: Gitlab module for Clearskies
|
|
5
5
|
Project-URL: Docs, https://https://clearskies.info/modules/clear-skies-gitlab
|
|
6
6
|
Project-URL: Repository, https://github.com/clearskies-py/gitlab
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "clear-skies-gitlab"
|
|
3
3
|
description = "Gitlab module for Clearskies"
|
|
4
|
-
version = "2.0.
|
|
4
|
+
version = "2.0.7"
|
|
5
5
|
license = "MIT"
|
|
6
6
|
readme = "./README.md"
|
|
7
7
|
authors = [{name = "Tom Nijboer", email = "tom.nijboer@cimpress.com"}]
|
|
@@ -79,3 +79,6 @@ dev = [
|
|
|
79
79
|
"pytest-cov>=6.2.1",
|
|
80
80
|
"ruff>=0.12.10",
|
|
81
81
|
]
|
|
82
|
+
doc = [
|
|
83
|
+
"clear-skies-doc-builder>=2.0.11",
|
|
84
|
+
]
|
|
@@ -3,10 +3,10 @@ from __future__ import annotations
|
|
|
3
3
|
from typing import Self
|
|
4
4
|
|
|
5
5
|
from clearskies import Model
|
|
6
|
-
from clearskies.columns import BelongsToId, BelongsToModel, Boolean
|
|
6
|
+
from clearskies.columns import BelongsToId, BelongsToModel, Boolean, HasMany, Integer, Json
|
|
7
7
|
|
|
8
8
|
from clearskies_gitlab.rest.backends import GitlabRestBackend
|
|
9
|
-
from clearskies_gitlab.rest.models import gitlab_rest_project_reference
|
|
9
|
+
from clearskies_gitlab.rest.models import gitlab_rest_project_approval_rule, gitlab_rest_project_reference
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class GitlabRestProjectApprovalConfig(
|
|
@@ -69,9 +69,10 @@ class GitlabRestProjectApprovalConfig(
|
|
|
69
69
|
"""
|
|
70
70
|
Whether users must enter their password to approve.
|
|
71
71
|
|
|
72
|
+
Deprecated in GitLab 16.9. Use require_reauthentication_to_approve instead.
|
|
72
73
|
Adds an extra layer of security by requiring password confirmation.
|
|
73
74
|
"""
|
|
74
|
-
|
|
75
|
+
require_password_to_approve = Boolean()
|
|
75
76
|
|
|
76
77
|
"""
|
|
77
78
|
Whether to prevent overriding approvers per merge request.
|
|
@@ -103,3 +104,44 @@ class GitlabRestProjectApprovalConfig(
|
|
|
103
104
|
a merge request.
|
|
104
105
|
"""
|
|
105
106
|
require_reauthentication_to_approve = Boolean()
|
|
107
|
+
|
|
108
|
+
"""
|
|
109
|
+
Whether to reset approvals from Code Owners if their files change.
|
|
110
|
+
|
|
111
|
+
When enabled, approvals from Code Owners are reset when files they
|
|
112
|
+
own are modified. Note: To use this field, reset_approvals_on_push
|
|
113
|
+
must be False.
|
|
114
|
+
"""
|
|
115
|
+
selective_code_owner_removals = Boolean()
|
|
116
|
+
|
|
117
|
+
"""
|
|
118
|
+
The number of required approvals before a merge request can merge.
|
|
119
|
+
|
|
120
|
+
Deprecated in GitLab 12.3. Use Approval Rules instead.
|
|
121
|
+
This field is still returned by the API for backwards compatibility.
|
|
122
|
+
"""
|
|
123
|
+
approvals_before_merge = Integer()
|
|
124
|
+
|
|
125
|
+
"""
|
|
126
|
+
Approval rules associated with this project approval configuration.
|
|
127
|
+
"""
|
|
128
|
+
approval_rules = HasMany(
|
|
129
|
+
gitlab_rest_project_approval_rule.GitlabRestProjectApprovalRule,
|
|
130
|
+
foreign_column_name="project_id",
|
|
131
|
+
)
|
|
132
|
+
|
|
133
|
+
"""
|
|
134
|
+
List of approvers for this project.
|
|
135
|
+
|
|
136
|
+
Deprecated in GitLab 12.3. Always returns an empty array.
|
|
137
|
+
Use approval_rules instead.
|
|
138
|
+
"""
|
|
139
|
+
approvers = Json()
|
|
140
|
+
|
|
141
|
+
"""
|
|
142
|
+
List of approver groups for this project.
|
|
143
|
+
|
|
144
|
+
Deprecated in GitLab 12.3. Always returns an empty array.
|
|
145
|
+
Use approval_rules instead.
|
|
146
|
+
"""
|
|
147
|
+
approver_groups = Json()
|
|
@@ -221,16 +221,16 @@ wheels = [
|
|
|
221
221
|
|
|
222
222
|
[[package]]
|
|
223
223
|
name = "botocore"
|
|
224
|
-
version = "1.42.
|
|
224
|
+
version = "1.42.36"
|
|
225
225
|
source = { registry = "https://pypi.org/simple" }
|
|
226
226
|
dependencies = [
|
|
227
227
|
{ name = "jmespath" },
|
|
228
228
|
{ name = "python-dateutil" },
|
|
229
229
|
{ name = "urllib3" },
|
|
230
230
|
]
|
|
231
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
231
|
+
sdist = { url = "https://files.pythonhosted.org/packages/66/4e/b24089cf7a77d38886ac4fbae300a3c4c6d68c1b9ccb66af03cb07b6c35c/botocore-1.42.36.tar.gz", hash = "sha256:2ebd89cc75927944e2cee51b7adce749f38e0cb269a758a6464a27f8bcca65fb", size = 14909073, upload-time = "2026-01-27T20:38:16.621Z" }
|
|
232
232
|
wheels = [
|
|
233
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
233
|
+
{ url = "https://files.pythonhosted.org/packages/e6/e8/f14d25bd768187424b385bc6a44e2ed5e96964e461ba019add03e48713c7/botocore-1.42.36-py3-none-any.whl", hash = "sha256:2cfae4c482e5e87bd835ab4289b711490c161ba57e852c06b65a03e7c25e08eb", size = 14583066, upload-time = "2026-01-27T20:38:14.02Z" },
|
|
234
234
|
]
|
|
235
235
|
|
|
236
236
|
[[package]]
|
|
@@ -326,21 +326,33 @@ wheels = [
|
|
|
326
326
|
|
|
327
327
|
[[package]]
|
|
328
328
|
name = "clear-skies"
|
|
329
|
-
version = "2.0.
|
|
329
|
+
version = "2.0.40"
|
|
330
330
|
source = { registry = "https://pypi.org/simple" }
|
|
331
331
|
dependencies = [
|
|
332
332
|
{ name = "dateparser" },
|
|
333
333
|
{ name = "requests" },
|
|
334
334
|
{ name = "wrapt" },
|
|
335
335
|
]
|
|
336
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
336
|
+
sdist = { url = "https://files.pythonhosted.org/packages/aa/0d/c45ada2f4950f6d69fb7e6d15127942cd2ecf73568c3936539cef7bcfb79/clear_skies-2.0.40.tar.gz", hash = "sha256:0d82a97f3787e08149299247495fe5557df157fa0a3f05791f35e0947824161d", size = 382742, upload-time = "2026-01-28T14:57:05.603Z" }
|
|
337
337
|
wheels = [
|
|
338
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
338
|
+
{ url = "https://files.pythonhosted.org/packages/b5/d6/214947544d744c201f235ada3396f78f365ff9a8be05c7f8d5d278859865/clear_skies-2.0.40-py3-none-any.whl", hash = "sha256:5a41f9849339bd8faa46c32bfce022c25a244db204e208f8831ceadb83296b50", size = 380292, upload-time = "2026-01-28T14:57:04.17Z" },
|
|
339
|
+
]
|
|
340
|
+
|
|
341
|
+
[[package]]
|
|
342
|
+
name = "clear-skies-doc-builder"
|
|
343
|
+
version = "2.0.11"
|
|
344
|
+
source = { registry = "https://pypi.org/simple" }
|
|
345
|
+
dependencies = [
|
|
346
|
+
{ name = "clear-skies" },
|
|
347
|
+
]
|
|
348
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9d/ff/a05249aee93dc5b0daf0305b24c058d002129de29e4645e2fa0bc2ddc619/clear_skies_doc_builder-2.0.11.tar.gz", hash = "sha256:af47799deff3313e3939c008b35bddfe0a6fca11bf21e422dd200c7ca85d1cd2", size = 78454, upload-time = "2026-01-28T13:12:51.026Z" }
|
|
349
|
+
wheels = [
|
|
350
|
+
{ url = "https://files.pythonhosted.org/packages/af/a1/01ec0e05ac3149c9b0ecaec13eb1a20f9f7f98ab0a7c057a99d985fa256a/clear_skies_doc_builder-2.0.11-py3-none-any.whl", hash = "sha256:37be3610f6f33c373681dd6af8c59d07cc7298b09f3200e7d16fe0b30761cafa", size = 29115, upload-time = "2026-01-28T13:12:50.234Z" },
|
|
339
351
|
]
|
|
340
352
|
|
|
341
353
|
[[package]]
|
|
342
354
|
name = "clear-skies-gitlab"
|
|
343
|
-
version = "2.0.
|
|
355
|
+
version = "2.0.7"
|
|
344
356
|
source = { editable = "." }
|
|
345
357
|
dependencies = [
|
|
346
358
|
{ name = "clear-skies" },
|
|
@@ -362,6 +374,9 @@ dev = [
|
|
|
362
374
|
{ name = "pytest-cov" },
|
|
363
375
|
{ name = "ruff" },
|
|
364
376
|
]
|
|
377
|
+
doc = [
|
|
378
|
+
{ name = "clear-skies-doc-builder" },
|
|
379
|
+
]
|
|
365
380
|
|
|
366
381
|
[package.metadata]
|
|
367
382
|
requires-dist = [
|
|
@@ -381,6 +396,7 @@ dev = [
|
|
|
381
396
|
{ name = "pytest-cov", specifier = ">=6.2.1" },
|
|
382
397
|
{ name = "ruff", specifier = ">=0.12.10" },
|
|
383
398
|
]
|
|
399
|
+
doc = [{ name = "clear-skies-doc-builder", specifier = ">=2.0.11" }]
|
|
384
400
|
|
|
385
401
|
[[package]]
|
|
386
402
|
name = "click"
|
|
@@ -1029,30 +1045,30 @@ wheels = [
|
|
|
1029
1045
|
|
|
1030
1046
|
[[package]]
|
|
1031
1047
|
name = "psutil"
|
|
1032
|
-
version = "7.2.
|
|
1048
|
+
version = "7.2.2"
|
|
1033
1049
|
source = { registry = "https://pypi.org/simple" }
|
|
1034
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1050
|
+
sdist = { url = "https://files.pythonhosted.org/packages/aa/c6/d1ddf4abb55e93cebc4f2ed8b5d6dbad109ecb8d63748dd2b20ab5e57ebe/psutil-7.2.2.tar.gz", hash = "sha256:0746f5f8d406af344fd547f1c8daa5f5c33dbc293bb8d6a16d80b4bb88f59372", size = 493740, upload-time = "2026-01-28T18:14:54.428Z" }
|
|
1035
1051
|
wheels = [
|
|
1036
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1037
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1038
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1039
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1040
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1041
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1042
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1043
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1044
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1045
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1046
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1047
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1048
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1049
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1050
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1051
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1052
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1053
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1054
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1055
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1052
|
+
{ url = "https://files.pythonhosted.org/packages/51/08/510cbdb69c25a96f4ae523f733cdc963ae654904e8db864c07585ef99875/psutil-7.2.2-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:2edccc433cbfa046b980b0df0171cd25bcaeb3a68fe9022db0979e7aa74a826b", size = 130595, upload-time = "2026-01-28T18:14:57.293Z" },
|
|
1053
|
+
{ url = "https://files.pythonhosted.org/packages/d6/f5/97baea3fe7a5a9af7436301f85490905379b1c6f2dd51fe3ecf24b4c5fbf/psutil-7.2.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:e78c8603dcd9a04c7364f1a3e670cea95d51ee865e4efb3556a3a63adef958ea", size = 131082, upload-time = "2026-01-28T18:14:59.732Z" },
|
|
1054
|
+
{ url = "https://files.pythonhosted.org/packages/37/d6/246513fbf9fa174af531f28412297dd05241d97a75911ac8febefa1a53c6/psutil-7.2.2-cp313-cp313t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1a571f2330c966c62aeda00dd24620425d4b0cc86881c89861fbc04549e5dc63", size = 181476, upload-time = "2026-01-28T18:15:01.884Z" },
|
|
1055
|
+
{ url = "https://files.pythonhosted.org/packages/b8/b5/9182c9af3836cca61696dabe4fd1304e17bc56cb62f17439e1154f225dd3/psutil-7.2.2-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:917e891983ca3c1887b4ef36447b1e0873e70c933afc831c6b6da078ba474312", size = 184062, upload-time = "2026-01-28T18:15:04.436Z" },
|
|
1056
|
+
{ url = "https://files.pythonhosted.org/packages/16/ba/0756dca669f5a9300d0cbcbfae9a4c30e446dfc7440ffe43ded5724bfd93/psutil-7.2.2-cp313-cp313t-win_amd64.whl", hash = "sha256:ab486563df44c17f5173621c7b198955bd6b613fb87c71c161f827d3fb149a9b", size = 139893, upload-time = "2026-01-28T18:15:06.378Z" },
|
|
1057
|
+
{ url = "https://files.pythonhosted.org/packages/1c/61/8fa0e26f33623b49949346de05ec1ddaad02ed8ba64af45f40a147dbfa97/psutil-7.2.2-cp313-cp313t-win_arm64.whl", hash = "sha256:ae0aefdd8796a7737eccea863f80f81e468a1e4cf14d926bd9b6f5f2d5f90ca9", size = 135589, upload-time = "2026-01-28T18:15:08.03Z" },
|
|
1058
|
+
{ url = "https://files.pythonhosted.org/packages/81/69/ef179ab5ca24f32acc1dac0c247fd6a13b501fd5534dbae0e05a1c48b66d/psutil-7.2.2-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:eed63d3b4d62449571547b60578c5b2c4bcccc5387148db46e0c2313dad0ee00", size = 130664, upload-time = "2026-01-28T18:15:09.469Z" },
|
|
1059
|
+
{ url = "https://files.pythonhosted.org/packages/7b/64/665248b557a236d3fa9efc378d60d95ef56dd0a490c2cd37dafc7660d4a9/psutil-7.2.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:7b6d09433a10592ce39b13d7be5a54fbac1d1228ed29abc880fb23df7cb694c9", size = 131087, upload-time = "2026-01-28T18:15:11.724Z" },
|
|
1060
|
+
{ url = "https://files.pythonhosted.org/packages/d5/2e/e6782744700d6759ebce3043dcfa661fb61e2fb752b91cdeae9af12c2178/psutil-7.2.2-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1fa4ecf83bcdf6e6c8f4449aff98eefb5d0604bf88cb883d7da3d8d2d909546a", size = 182383, upload-time = "2026-01-28T18:15:13.445Z" },
|
|
1061
|
+
{ url = "https://files.pythonhosted.org/packages/57/49/0a41cefd10cb7505cdc04dab3eacf24c0c2cb158a998b8c7b1d27ee2c1f5/psutil-7.2.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e452c464a02e7dc7822a05d25db4cde564444a67e58539a00f929c51eddda0cf", size = 185210, upload-time = "2026-01-28T18:15:16.002Z" },
|
|
1062
|
+
{ url = "https://files.pythonhosted.org/packages/dd/2c/ff9bfb544f283ba5f83ba725a3c5fec6d6b10b8f27ac1dc641c473dc390d/psutil-7.2.2-cp314-cp314t-win_amd64.whl", hash = "sha256:c7663d4e37f13e884d13994247449e9f8f574bc4655d509c3b95e9ec9e2b9dc1", size = 141228, upload-time = "2026-01-28T18:15:18.385Z" },
|
|
1063
|
+
{ url = "https://files.pythonhosted.org/packages/f2/fc/f8d9c31db14fcec13748d373e668bc3bed94d9077dbc17fb0eebc073233c/psutil-7.2.2-cp314-cp314t-win_arm64.whl", hash = "sha256:11fe5a4f613759764e79c65cf11ebdf26e33d6dd34336f8a337aa2996d71c841", size = 136284, upload-time = "2026-01-28T18:15:19.912Z" },
|
|
1064
|
+
{ url = "https://files.pythonhosted.org/packages/e7/36/5ee6e05c9bd427237b11b3937ad82bb8ad2752d72c6969314590dd0c2f6e/psutil-7.2.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ed0cace939114f62738d808fdcecd4c869222507e266e574799e9c0faa17d486", size = 129090, upload-time = "2026-01-28T18:15:22.168Z" },
|
|
1065
|
+
{ url = "https://files.pythonhosted.org/packages/80/c4/f5af4c1ca8c1eeb2e92ccca14ce8effdeec651d5ab6053c589b074eda6e1/psutil-7.2.2-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:1a7b04c10f32cc88ab39cbf606e117fd74721c831c98a27dc04578deb0c16979", size = 129859, upload-time = "2026-01-28T18:15:23.795Z" },
|
|
1066
|
+
{ url = "https://files.pythonhosted.org/packages/b5/70/5d8df3b09e25bce090399cf48e452d25c935ab72dad19406c77f4e828045/psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:076a2d2f923fd4821644f5ba89f059523da90dc9014e85f8e45a5774ca5bc6f9", size = 155560, upload-time = "2026-01-28T18:15:25.976Z" },
|
|
1067
|
+
{ url = "https://files.pythonhosted.org/packages/63/65/37648c0c158dc222aba51c089eb3bdfa238e621674dc42d48706e639204f/psutil-7.2.2-cp36-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b0726cecd84f9474419d67252add4ac0cd9811b04d61123054b9fb6f57df6e9e", size = 156997, upload-time = "2026-01-28T18:15:27.794Z" },
|
|
1068
|
+
{ url = "https://files.pythonhosted.org/packages/8e/13/125093eadae863ce03c6ffdbae9929430d116a246ef69866dad94da3bfbc/psutil-7.2.2-cp36-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:fd04ef36b4a6d599bbdb225dd1d3f51e00105f6d48a28f006da7f9822f2606d8", size = 148972, upload-time = "2026-01-28T18:15:29.342Z" },
|
|
1069
|
+
{ url = "https://files.pythonhosted.org/packages/04/78/0acd37ca84ce3ddffaa92ef0f571e073faa6d8ff1f0559ab1272188ea2be/psutil-7.2.2-cp36-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:b58fabe35e80b264a4e3bb23e6b96f9e45a3df7fb7eed419ac0e5947c61e47cc", size = 148266, upload-time = "2026-01-28T18:15:31.597Z" },
|
|
1070
|
+
{ url = "https://files.pythonhosted.org/packages/b4/90/e2159492b5426be0c1fef7acba807a03511f97c5f86b3caeda6ad92351a7/psutil-7.2.2-cp37-abi3-win_amd64.whl", hash = "sha256:eb7e81434c8d223ec4a219b5fc1c47d0417b12be7ea866e24fb5ad6e84b3d988", size = 137737, upload-time = "2026-01-28T18:15:33.849Z" },
|
|
1071
|
+
{ url = "https://files.pythonhosted.org/packages/8c/c7/7bb2e321574b10df20cbde462a94e2b71d05f9bbda251ef27d104668306a/psutil-7.2.2-cp37-abi3-win_arm64.whl", hash = "sha256:8c233660f575a5a89e6d4cb65d9f938126312bca76d8fe087b947b3a1aaac9ee", size = 134617, upload-time = "2026-01-28T18:15:36.514Z" },
|
|
1056
1072
|
]
|
|
1057
1073
|
|
|
1058
1074
|
[[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
|
{clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/defaults/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/exceptions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/graphql/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/gitlab_member.py
RENAMED
|
File without changes
|
{clear_skies_gitlab-2.0.5 → clear_skies_gitlab-2.0.7}/src/clearskies_gitlab/rest/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|