python-gitlab 6.3.0__py3-none-any.whl → 6.5.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 CHANGED
@@ -3,4 +3,4 @@ __copyright__ = "Copyright 2013-2019 Gauvain Pocentek, 2019-2023 python-gitlab t
3
3
  __email__ = "gauvainpocentek@gmail.com"
4
4
  __license__ = "LGPL3"
5
5
  __title__ = "python-gitlab"
6
- __version__ = "6.3.0"
6
+ __version__ = "6.5.0"
@@ -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 = ("dry_run", "include_jobs", "ref")
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
  )
@@ -400,17 +400,29 @@ class UserManager(CRUDMixin[User]):
400
400
  _obj_cls = User
401
401
 
402
402
  _list_filters = (
403
+ "username",
404
+ "public_email",
405
+ "search",
403
406
  "active",
407
+ "external",
404
408
  "blocked",
405
- "username",
409
+ "humans",
410
+ "created_after",
411
+ "created_before",
412
+ "exclude_active",
413
+ "exclude_external",
414
+ "exclude_humans",
415
+ "exclude_internal",
416
+ "without_project_bots",
406
417
  "extern_uid",
407
418
  "provider",
408
- "external",
409
- "search",
410
- "custom_attributes",
411
- "status",
412
419
  "two_factor",
420
+ "without_projects",
413
421
  "admins",
422
+ "auditors",
423
+ "skip_ldap",
424
+ "custom_attributes",
425
+ "status",
414
426
  )
415
427
  _create_attrs = RequiredOptional(
416
428
  optional=(
@@ -490,7 +502,9 @@ class UserEmailManager(
490
502
  _path = "/users/{user_id}/emails"
491
503
  _obj_cls = UserEmail
492
504
  _from_parent_attrs = {"user_id": "id"}
493
- _create_attrs = RequiredOptional(required=("email",))
505
+ _create_attrs = RequiredOptional(
506
+ required=("email",), optional=("skip_confirmation",)
507
+ )
494
508
 
495
509
 
496
510
  class UserActivities(RESTObject):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-gitlab
3
- Version: 6.3.0
3
+ Version: 6.5.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>
@@ -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=sVdd0KEuhMTg2r1NM6RaBojGunZQpNzakxIQmiqWYuU,249
3
+ gitlab/_version.py,sha256=MutEJYwvilCS1VOm6XpFyjasdJTSXjaZ8IU2zut4EKc,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=tDhPE2FXUsN00kPV23OadA8VQpmTcpcitk56Nj1o_HM,2178
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=IxWOCLXCZ0SasGHe8KjFEAneZdyziYwvjx2esXyNLjQ,20638
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-6.3.0.dist-info/licenses/AUTHORS,sha256=Z0P61GJSVnp7iFbRcMezhx3f4zMyPkVmG--TWaRo768,526
102
- python_gitlab-6.3.0.dist-info/licenses/COPYING,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
103
- python_gitlab-6.3.0.dist-info/METADATA,sha256=Q90YX2GdosZ1QZFjyQh6GD_05q5EyCNjHF5kqB0g8So,8500
104
- python_gitlab-6.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
105
- python_gitlab-6.3.0.dist-info/entry_points.txt,sha256=nhpKLLP_uQPFByn8UtE9zsvQQwa402t52o_Cw9IFXMo,43
106
- python_gitlab-6.3.0.dist-info/top_level.txt,sha256=MvIaP8p_Oaf4gO_hXmHkX-5y2deHLp1pe6tJR3ukQ6o,7
107
- python_gitlab-6.3.0.dist-info/RECORD,,
101
+ python_gitlab-6.5.0.dist-info/licenses/AUTHORS,sha256=Z0P61GJSVnp7iFbRcMezhx3f4zMyPkVmG--TWaRo768,526
102
+ python_gitlab-6.5.0.dist-info/licenses/COPYING,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
103
+ python_gitlab-6.5.0.dist-info/METADATA,sha256=H8Io10J592GRXbWP4aCV9rX1TIorIWQyftZkrQFJHws,8500
104
+ python_gitlab-6.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
105
+ python_gitlab-6.5.0.dist-info/entry_points.txt,sha256=nhpKLLP_uQPFByn8UtE9zsvQQwa402t52o_Cw9IFXMo,43
106
+ python_gitlab-6.5.0.dist-info/top_level.txt,sha256=MvIaP8p_Oaf4gO_hXmHkX-5y2deHLp1pe6tJR3ukQ6o,7
107
+ python_gitlab-6.5.0.dist-info/RECORD,,