pulpcore-client 3.82.1__py3-none-any.whl → 3.83.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.

Potentially problematic release.


This version of pulpcore-client might be problematic. Click here for more details.

@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.82.1"
18
+ __version__ = "3.83.0"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulpcore.api.access_policies_api import AccessPoliciesApi
@@ -55,7 +55,7 @@ class RepositoryVersionsApi:
55
55
  number__lte: Annotated[Optional[StrictInt], Field(description="Filter results where number is less than or equal to value")] = None,
56
56
  number__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where number is between two comma separated values")] = None,
57
57
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
58
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
58
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
59
59
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
60
60
  pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
61
61
  pulp_created__gt: Annotated[Optional[datetime], Field(description="Filter results where pulp_created is greater than value")] = None,
@@ -107,7 +107,7 @@ class RepositoryVersionsApi:
107
107
  :type number__range: List[int]
108
108
  :param offset: The initial index from which to return the results.
109
109
  :type offset: int
110
- :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
110
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
111
111
  :type ordering: List[str]
112
112
  :param prn__in: Multiple values may be separated by commas.
113
113
  :type prn__in: List[str]
@@ -214,7 +214,7 @@ class RepositoryVersionsApi:
214
214
  number__lte: Annotated[Optional[StrictInt], Field(description="Filter results where number is less than or equal to value")] = None,
215
215
  number__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where number is between two comma separated values")] = None,
216
216
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
217
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
217
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
218
218
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
219
219
  pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
220
220
  pulp_created__gt: Annotated[Optional[datetime], Field(description="Filter results where pulp_created is greater than value")] = None,
@@ -266,7 +266,7 @@ class RepositoryVersionsApi:
266
266
  :type number__range: List[int]
267
267
  :param offset: The initial index from which to return the results.
268
268
  :type offset: int
269
- :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
269
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
270
270
  :type ordering: List[str]
271
271
  :param prn__in: Multiple values may be separated by commas.
272
272
  :type prn__in: List[str]
@@ -373,7 +373,7 @@ class RepositoryVersionsApi:
373
373
  number__lte: Annotated[Optional[StrictInt], Field(description="Filter results where number is less than or equal to value")] = None,
374
374
  number__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where number is between two comma separated values")] = None,
375
375
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
376
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
376
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
377
377
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
378
378
  pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
379
379
  pulp_created__gt: Annotated[Optional[datetime], Field(description="Filter results where pulp_created is greater than value")] = None,
@@ -425,7 +425,7 @@ class RepositoryVersionsApi:
425
425
  :type number__range: List[int]
426
426
  :param offset: The initial index from which to return the results.
427
427
  :type offset: int
428
- :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
428
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
429
429
  :type ordering: List[str]
430
430
  :param prn__in: Multiple values may be separated by commas.
431
431
  :type prn__in: List[str]
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/3.82.1/python'
94
+ self.user_agent = 'OpenAPI-Generator/3.83.0/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -549,7 +549,7 @@ conf = pulpcore.client.pulpcore.Configuration(
549
549
  "OS: {env}\n"\
550
550
  "Python Version: {pyversion}\n"\
551
551
  "Version of the API: v3\n"\
552
- "SDK Package Version: 3.82.1".\
552
+ "SDK Package Version: 3.83.0".\
553
553
  format(env=sys.platform, pyversion=sys.version)
554
554
 
555
555
  def get_host_settings(self) -> List[HostSetting]:
@@ -28,18 +28,18 @@ class ArtifactDistributionResponse(BaseModel):
28
28
  """
29
29
  A serializer for ArtifactDistribution.
30
30
  """ # noqa: E501
31
+ prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
32
+ base_path: StrictStr = Field(description="The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")")
33
+ hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
31
34
  pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
32
35
  base_url: Optional[StrictStr] = Field(default=None, description="The URL for accessing the publication as defined by this distribution.")
33
- hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
34
- pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
35
- base_path: StrictStr = Field(description="The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")")
36
- content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
36
+ name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
37
+ pulp_href: Optional[StrictStr] = None
37
38
  pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
39
+ content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
40
+ pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
38
41
  no_content_change_since: Optional[StrictStr] = Field(default=None, description="Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.")
39
- prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
40
- pulp_href: Optional[StrictStr] = None
41
- name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
42
- __properties: ClassVar[List[str]] = ["pulp_created", "base_url", "hidden", "pulp_labels", "base_path", "content_guard", "pulp_last_updated", "no_content_change_since", "prn", "pulp_href", "name"]
42
+ __properties: ClassVar[List[str]] = ["prn", "base_path", "hidden", "pulp_created", "base_url", "name", "pulp_href", "pulp_last_updated", "content_guard", "pulp_labels", "no_content_change_since"]
43
43
 
44
44
  model_config = ConfigDict(
45
45
  populate_by_name=True,
@@ -79,12 +79,12 @@ class ArtifactDistributionResponse(BaseModel):
79
79
  * OpenAPI `readOnly` fields are excluded.
80
80
  """
81
81
  excluded_fields: Set[str] = set([
82
+ "prn",
82
83
  "pulp_created",
83
84
  "base_url",
85
+ "pulp_href",
84
86
  "pulp_last_updated",
85
87
  "no_content_change_since",
86
- "prn",
87
- "pulp_href",
88
88
  ])
89
89
 
90
90
  _dict = self.model_dump(
@@ -109,17 +109,17 @@ class ArtifactDistributionResponse(BaseModel):
109
109
  return cls.model_validate(obj)
110
110
 
111
111
  _obj = cls.model_validate({
112
+ "prn": obj.get("prn"),
113
+ "base_path": obj.get("base_path"),
114
+ "hidden": obj.get("hidden") if obj.get("hidden") is not None else False,
112
115
  "pulp_created": obj.get("pulp_created"),
113
116
  "base_url": obj.get("base_url"),
114
- "hidden": obj.get("hidden") if obj.get("hidden") is not None else False,
115
- "pulp_labels": obj.get("pulp_labels"),
116
- "base_path": obj.get("base_path"),
117
- "content_guard": obj.get("content_guard"),
118
- "pulp_last_updated": obj.get("pulp_last_updated"),
119
- "no_content_change_since": obj.get("no_content_change_since"),
120
- "prn": obj.get("prn"),
117
+ "name": obj.get("name"),
121
118
  "pulp_href": obj.get("pulp_href"),
122
- "name": obj.get("name")
119
+ "pulp_last_updated": obj.get("pulp_last_updated"),
120
+ "content_guard": obj.get("content_guard"),
121
+ "pulp_labels": obj.get("pulp_labels"),
122
+ "no_content_change_since": obj.get("no_content_change_since")
123
123
  })
124
124
  return _obj
125
125
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulpcore-client
3
- Version: 3.82.1
3
+ Version: 3.83.0
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -1,9 +1,9 @@
1
1
  pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
2
2
  pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
3
- pulpcore/client/pulpcore/__init__.py,sha256=DUGsZdAuLHJYiA6TOrmMj_iWSSe6gGQpgBVVkqHCe1M,20876
4
- pulpcore/client/pulpcore/api_client.py,sha256=F1OanyL-0rV3RCK84NaKRQ_Ww86oTnDfdUdXo7MJ8LM,27513
3
+ pulpcore/client/pulpcore/__init__.py,sha256=0VnKsyHmmH8JW7rtM7YTecIdTa3sTYg0ew7uU8bL8aQ,20876
4
+ pulpcore/client/pulpcore/api_client.py,sha256=_8ZduWuzmNU8fOGwJsuUpo8tEh0-bX2ayrMxG0eudfc,27513
5
5
  pulpcore/client/pulpcore/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
- pulpcore/client/pulpcore/configuration.py,sha256=rxEIvc8gla7Etm7lj3-GAK0HbBSbDvZRVf3vDmyMwpk,19241
6
+ pulpcore/client/pulpcore/configuration.py,sha256=MFGJ-xTORmMKFDP5k6X4Ok6q5NR5pTX4gj7_6MFfE9U,19241
7
7
  pulpcore/client/pulpcore/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
8
8
  pulpcore/client/pulpcore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  pulpcore/client/pulpcore/rest.py,sha256=ZFqHiM-CIVneED6Dl_oqo7zt3Uqa_fBHPCvoMvLG0YY,9407
@@ -45,7 +45,7 @@ pulpcore/client/pulpcore/api/repair_api.py,sha256=VwcPadKMjUhqyRalPuB1Wf_TD-oApo
45
45
  pulpcore/client/pulpcore/api/repositories_api.py,sha256=m3LhqOU-24EV-pkIR4bR8cq7nIFFKzqFtS_PMCBSBCo,50591
46
46
  pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py,sha256=CwDPsspv97RMhTxwOIrm8EzpBg1WTgF8AUyP5IHMCPg,198649
47
47
  pulpcore/client/pulpcore/api/repositories_reclaim_space_api.py,sha256=z-Xe3stWYtCEMxLHUoWNpZt9cj-lflWR5rvaSdLgT48,12894
48
- pulpcore/client/pulpcore/api/repository_versions_api.py,sha256=S7Y01PLW_MHNVWelj4tY72WsL5SsOyUl8NUQSQ2EzIQ,39679
48
+ pulpcore/client/pulpcore/api/repository_versions_api.py,sha256=qX_lT1jbxQG9Xn7LwgnqmUh-hlt9c-gxVX53GVhZrQs,40123
49
49
  pulpcore/client/pulpcore/api/roles_api.py,sha256=06T9t69l70W106T3-ec2X8s11KUnZlZuRt3jCBVElU8,97308
50
50
  pulpcore/client/pulpcore/api/signing_services_api.py,sha256=HtxjGuq-F0mL1cSmG80sL5RT5Tcfl0oP5c-8dgfXjO8,37477
51
51
  pulpcore/client/pulpcore/api/status_api.py,sha256=9LhOx86BTEKnpIf8Fh76b8yRlwPAFVIIaJDeIpzIIa8,14158
@@ -61,7 +61,7 @@ pulpcore/client/pulpcore/models/__init__.py,sha256=TtVQdGtNzj7ULlXHWrOXJo5TCNGhp
61
61
  pulpcore/client/pulpcore/models/access_policy.py,sha256=o_UQkz1odEC7WkNVr1Wd7FUBF3Sa8MyS2rOvb-ozwbc,3427
62
62
  pulpcore/client/pulpcore/models/access_policy_response.py,sha256=xz4QOVu46bgH8_rMh0yiilUE6zHv846XScHyBAufGM0,5127
63
63
  pulpcore/client/pulpcore/models/api_app_status_response.py,sha256=yOctQFMFveeyDOmLf5K2XYFSGUpvGrZfIra4TbgsxFU,3518
64
- pulpcore/client/pulpcore/models/artifact_distribution_response.py,sha256=-t8vWhi4Ke0wkwyKqEzGK8lXMU32JdY1QBG9qpcpT7U,5474
64
+ pulpcore/client/pulpcore/models/artifact_distribution_response.py,sha256=1OPC1bnlImAqrCZMt4YQwyMwFXX0HnqO63LWdrgglXA,5474
65
65
  pulpcore/client/pulpcore/models/artifact_response.py,sha256=RRXzTZXO-RP9ashupuQIn7yt2UWHh85_PW6Dh9IjyDM,6276
66
66
  pulpcore/client/pulpcore/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
67
67
  pulpcore/client/pulpcore/models/composite_content_guard.py,sha256=7GRHt4V0-OB23eq4sCc4nsoj_gK2eiMPmN3RQn517BY,3260
@@ -230,7 +230,7 @@ pulpcore/client/pulpcore/models/user_role.py,sha256=pAVQrQDbx7PrQo4Ae_Axy-FV9PfO
230
230
  pulpcore/client/pulpcore/models/user_role_response.py,sha256=bm3iqxiBLZbOYeqAqDFrybFdcTPOA-jB0Kz9NKfAjII,5472
231
231
  pulpcore/client/pulpcore/models/version_response.py,sha256=0rUURzqK9Y-zSLgRVMsGEYCxoxobrP7cGNYxds9c9rU,3200
232
232
  pulpcore/client/pulpcore/models/worker_response.py,sha256=UcYlVB38did0eeYVgG9wgUaHqpUzHBM7pWLZmtaxh7I,4899
233
- pulpcore_client-3.82.1.dist-info/METADATA,sha256=tKjRf2rHFVXAXKwUJFzdxaLdk7qsHsrVDxWY64arB_s,462
234
- pulpcore_client-3.82.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
235
- pulpcore_client-3.82.1.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
236
- pulpcore_client-3.82.1.dist-info/RECORD,,
233
+ pulpcore_client-3.83.0.dist-info/METADATA,sha256=VQ3QxFW506Nr0fyv12fTaoAKWT53M_oDrPnrg5JPBO8,462
234
+ pulpcore_client-3.83.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
235
+ pulpcore_client-3.83.0.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
236
+ pulpcore_client-3.83.0.dist-info/RECORD,,