python-gitlab 6.4.0__py3-none-any.whl → 7.0.0__py3-none-any.whl
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.
- gitlab/_version.py +1 -1
- gitlab/v4/objects/ci_lint.py +8 -1
- gitlab/v4/objects/users.py +3 -1
- {python_gitlab-6.4.0.dist-info → python_gitlab-7.0.0.dist-info}/METADATA +4 -4
- {python_gitlab-6.4.0.dist-info → python_gitlab-7.0.0.dist-info}/RECORD +10 -10
- {python_gitlab-6.4.0.dist-info → python_gitlab-7.0.0.dist-info}/WHEEL +0 -0
- {python_gitlab-6.4.0.dist-info → python_gitlab-7.0.0.dist-info}/entry_points.txt +0 -0
- {python_gitlab-6.4.0.dist-info → python_gitlab-7.0.0.dist-info}/licenses/AUTHORS +0 -0
- {python_gitlab-6.4.0.dist-info → python_gitlab-7.0.0.dist-info}/licenses/COPYING +0 -0
- {python_gitlab-6.4.0.dist-info → python_gitlab-7.0.0.dist-info}/top_level.txt +0 -0
gitlab/_version.py
CHANGED
gitlab/v4/objects/ci_lint.py
CHANGED
|
@@ -51,7 +51,14 @@ class ProjectCiLintManager(
|
|
|
51
51
|
_path = "/projects/{project_id}/ci/lint"
|
|
52
52
|
_obj_cls = ProjectCiLint
|
|
53
53
|
_from_parent_attrs = {"project_id": "id"}
|
|
54
|
-
_optional_get_attrs = (
|
|
54
|
+
_optional_get_attrs = (
|
|
55
|
+
"content_ref",
|
|
56
|
+
"dry_run",
|
|
57
|
+
"dry_run_ref",
|
|
58
|
+
"include_jobs",
|
|
59
|
+
"ref",
|
|
60
|
+
)
|
|
61
|
+
|
|
55
62
|
_create_attrs = RequiredOptional(
|
|
56
63
|
required=("content",), optional=("dry_run", "include_jobs", "ref")
|
|
57
64
|
)
|
gitlab/v4/objects/users.py
CHANGED
|
@@ -502,7 +502,9 @@ class UserEmailManager(
|
|
|
502
502
|
_path = "/users/{user_id}/emails"
|
|
503
503
|
_obj_cls = UserEmail
|
|
504
504
|
_from_parent_attrs = {"user_id": "id"}
|
|
505
|
-
_create_attrs = RequiredOptional(
|
|
505
|
+
_create_attrs = RequiredOptional(
|
|
506
|
+
required=("email",), optional=("skip_confirmation",)
|
|
507
|
+
)
|
|
506
508
|
|
|
507
509
|
|
|
508
510
|
class UserActivities(RESTObject):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-gitlab
|
|
3
|
-
Version:
|
|
3
|
+
Version: 7.0.0
|
|
4
4
|
Summary: The python wrapper for the GitLab REST and GraphQL APIs.
|
|
5
5
|
Author-email: Gauvain Pocentek <gauvain@pocentek.net>
|
|
6
6
|
Maintainer-email: John Villalovos <john@sodarock.com>, Max Wittig <max.wittig@siemens.com>, Nejc Habjan <nejc.habjan@siemens.com>, Roger Meier <r.meier@siemens.com>
|
|
@@ -19,12 +19,12 @@ Classifier: Operating System :: POSIX
|
|
|
19
19
|
Classifier: Operating System :: Microsoft :: Windows
|
|
20
20
|
Classifier: Programming Language :: Python
|
|
21
21
|
Classifier: Programming Language :: Python :: 3
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
-
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
|
+
Requires-Python: >=3.10.0
|
|
28
28
|
Description-Content-Type: text/x-rst
|
|
29
29
|
License-File: COPYING
|
|
30
30
|
License-File: AUTHORS
|
|
@@ -93,7 +93,7 @@ Features
|
|
|
93
93
|
Installation
|
|
94
94
|
------------
|
|
95
95
|
|
|
96
|
-
As of
|
|
96
|
+
As of 7.0.0, ``python-gitlab`` is compatible with Python 3.10+.
|
|
97
97
|
|
|
98
98
|
Use ``pip`` to install the latest stable version of ``python-gitlab``:
|
|
99
99
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
gitlab/__init__.py,sha256=pdbvZNyXeXLn0fGXSTsBqi_ic7QLY7-9FL3uA6tvfdI,1416
|
|
2
2
|
gitlab/__main__.py,sha256=HTesNl0UAU6mPb9EXWkTKMy6Q6pAUxGi3iPnDHTE2uE,68
|
|
3
|
-
gitlab/_version.py,sha256=
|
|
3
|
+
gitlab/_version.py,sha256=jK-XhZHXDFf3_QP-YLcuQcPZ9LmbE_TLfHRzE2sI_Yc,249
|
|
4
4
|
gitlab/base.py,sha256=xynWUZcMIbxiWLO17nnvqCsbC-lBvsy0rvWtTJOpuug,13790
|
|
5
5
|
gitlab/cli.py,sha256=sid5FhHE_VcJMPq5IkFWsPq0vpnEu3ZD8FaHboUYKcQ,12355
|
|
6
6
|
gitlab/client.py,sha256=JkUKU2M_d4DPK7PQzOisV8T0O_RzrDf8fDPndjv59_c,54452
|
|
@@ -29,7 +29,7 @@ gitlab/v4/objects/boards.py,sha256=7boXeaF2fSbqf66e9BjqI-ghdtPt6JiYgWt-BOnprUo,1
|
|
|
29
29
|
gitlab/v4/objects/branches.py,sha256=Be4gvJiUhxxrCCbZ0XsrGZxyKH9R31w8HNHUb8DCMns,2111
|
|
30
30
|
gitlab/v4/objects/broadcast_messages.py,sha256=2T57OyuWiMlzmY3k52QSYaNFOgzdczU_LWjWsNXG1E8,858
|
|
31
31
|
gitlab/v4/objects/bulk_imports.py,sha256=o-BPrl0lOmJn5jASyuVqJtCFHbLZPXW_MOIP2kdbUBg,1229
|
|
32
|
-
gitlab/v4/objects/ci_lint.py,sha256=
|
|
32
|
+
gitlab/v4/objects/ci_lint.py,sha256=j6nB2gBCSlEl0JWuDCNVmOKQzG0etd5N0MaTku5827w,2256
|
|
33
33
|
gitlab/v4/objects/cluster_agents.py,sha256=j84gKS-6XuTMLJFZEPeE3YefOzJlqoX-JbHqiZmuxd0,569
|
|
34
34
|
gitlab/v4/objects/clusters.py,sha256=h0wMvpmEP6b95h9mFShhYtgwHuErNRocWgYZqqUMMcY,3285
|
|
35
35
|
gitlab/v4/objects/commits.py,sha256=4nYqzRBMy-54n073nKYFkxjxbpO7KSl9qQbGV3Z9SsQ,8855
|
|
@@ -95,13 +95,13 @@ gitlab/v4/objects/templates.py,sha256=P7mqNADXsSy5dHXQcWoI0Rqz-qIOgbtbwUxyv2hTWF
|
|
|
95
95
|
gitlab/v4/objects/todos.py,sha256=6MOu74xrlJSnNYcsTW63AQIMfW0vG_5Nl4eyBn9uPfg,1821
|
|
96
96
|
gitlab/v4/objects/topics.py,sha256=tWc8eMuRqxtkEPp0dT2OJtycz4xo93xYrmKFOLQTtRE,1961
|
|
97
97
|
gitlab/v4/objects/triggers.py,sha256=1iYdlP8qpqwEctr6kKJSDanRulaKEHYnVwYwVGainI4,581
|
|
98
|
-
gitlab/v4/objects/users.py,sha256=
|
|
98
|
+
gitlab/v4/objects/users.py,sha256=0-aCUflt2Wzl338H_eIaTJ_ElsXwbkgoh_SEw38u6m0,20987
|
|
99
99
|
gitlab/v4/objects/variables.py,sha256=B7XHDKPrRg-sboVpClO0vYbxe6egH9U1-SPgVHv6tPc,2051
|
|
100
100
|
gitlab/v4/objects/wikis.py,sha256=fR4QG4WIBeG10eBNfCN3CG-w3qlEBJIBVsJFxVVVhEs,1364
|
|
101
|
-
python_gitlab-
|
|
102
|
-
python_gitlab-
|
|
103
|
-
python_gitlab-
|
|
104
|
-
python_gitlab-
|
|
105
|
-
python_gitlab-
|
|
106
|
-
python_gitlab-
|
|
107
|
-
python_gitlab-
|
|
101
|
+
python_gitlab-7.0.0.dist-info/licenses/AUTHORS,sha256=Z0P61GJSVnp7iFbRcMezhx3f4zMyPkVmG--TWaRo768,526
|
|
102
|
+
python_gitlab-7.0.0.dist-info/licenses/COPYING,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
|
|
103
|
+
python_gitlab-7.0.0.dist-info/METADATA,sha256=icuHyUSh2JHV24gfyVByAILr_2DtvfYDHJhAG6vtW34,8503
|
|
104
|
+
python_gitlab-7.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
105
|
+
python_gitlab-7.0.0.dist-info/entry_points.txt,sha256=nhpKLLP_uQPFByn8UtE9zsvQQwa402t52o_Cw9IFXMo,43
|
|
106
|
+
python_gitlab-7.0.0.dist-info/top_level.txt,sha256=MvIaP8p_Oaf4gO_hXmHkX-5y2deHLp1pe6tJR3ukQ6o,7
|
|
107
|
+
python_gitlab-7.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|