crc-pulp-service-client 20250821.3__py3-none-any.whl → 20250821.4__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 crc-pulp-service-client might be problematic. Click here for more details.
- crc-pulp_service-client/api/__init__.py +1 -1
- crc-pulp_service-client/api/{vuln_report_api.py → vuln_report_service_api.py} +3 -3
- crc-pulp_service-client/api_client.py +1 -1
- crc-pulp_service-client/configuration.py +3 -3
- crc-pulp_service-client/models/paginated_task_response_list.py +0 -10
- crc-pulp_service-client/models/paginatedrpm_package_response_list.py +0 -10
- crc-pulp_service-client/models/paginatedservice_feature_content_guard_response_list.py +0 -10
- crc-pulp_service-client/models/paginatedservice_vulnerability_report_response_list.py +0 -10
- crc-pulp_service-client/models/rpm_package_response.py +14 -30
- crc-pulp_service-client/models/task_response.py +0 -8
- {crc_pulp_service_client-20250821.3.dist-info → crc_pulp_service_client-20250821.4.dist-info}/METADATA +1 -1
- {crc_pulp_service_client-20250821.3.dist-info → crc_pulp_service_client-20250821.4.dist-info}/RECORD +14 -14
- {crc_pulp_service_client-20250821.3.dist-info → crc_pulp_service_client-20250821.4.dist-info}/WHEEL +0 -0
- {crc_pulp_service_client-20250821.3.dist-info → crc_pulp_service_client-20250821.4.dist-info}/top_level.txt +0 -0
|
@@ -8,5 +8,5 @@ from crc-pulp_service-client.api.api_test_tasks_api import ApiTestTasksApi
|
|
|
8
8
|
from crc-pulp_service-client.api.content_rpmpackages_api import ContentRpmpackagesApi
|
|
9
9
|
from crc-pulp_service-client.api.contentguards_feature_api import ContentguardsFeatureApi
|
|
10
10
|
from crc-pulp_service-client.api.tasks_api import TasksApi
|
|
11
|
-
from crc-pulp_service-client.api.
|
|
11
|
+
from crc-pulp_service-client.api.vuln_report_service_api import VulnReportServiceApi
|
|
12
12
|
|
|
@@ -29,7 +29,7 @@ from crc-pulp_service-client.api_response import ApiResponse
|
|
|
29
29
|
from crc-pulp_service-client.rest import RESTResponseType
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
class
|
|
32
|
+
class VulnReportServiceApi:
|
|
33
33
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
34
34
|
Ref: https://openapi-generator.tech
|
|
35
35
|
|
|
@@ -349,7 +349,7 @@ class VulnReportApi:
|
|
|
349
349
|
|
|
350
350
|
return self.api_client.param_serialize(
|
|
351
351
|
method='POST',
|
|
352
|
-
resource_path='/api/pulp/{pulp_domain}/api/v3/
|
|
352
|
+
resource_path='/api/pulp/{pulp_domain}/api/v3/vuln_report_service/',
|
|
353
353
|
path_params=_path_params,
|
|
354
354
|
query_params=_query_params,
|
|
355
355
|
header_params=_header_params,
|
|
@@ -970,7 +970,7 @@ class VulnReportApi:
|
|
|
970
970
|
|
|
971
971
|
return self.api_client.param_serialize(
|
|
972
972
|
method='GET',
|
|
973
|
-
resource_path='/api/pulp/{pulp_domain}/api/v3/
|
|
973
|
+
resource_path='/api/pulp/{pulp_domain}/api/v3/vuln_report_service/',
|
|
974
974
|
path_params=_path_params,
|
|
975
975
|
query_params=_query_params,
|
|
976
976
|
header_params=_header_params,
|
|
@@ -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/20250821.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/20250821.4/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
|
@@ -225,7 +225,7 @@ conf = crc-pulp_service-client.Configuration(
|
|
|
225
225
|
) -> None:
|
|
226
226
|
"""Constructor
|
|
227
227
|
"""
|
|
228
|
-
self._base_path = "https://env-ephemeral-
|
|
228
|
+
self._base_path = "https://env-ephemeral-rxp4hy.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
|
|
229
229
|
"""Default Base url
|
|
230
230
|
"""
|
|
231
231
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -557,7 +557,7 @@ conf = crc-pulp_service-client.Configuration(
|
|
|
557
557
|
"OS: {env}\n"\
|
|
558
558
|
"Python Version: {pyversion}\n"\
|
|
559
559
|
"Version of the API: v3\n"\
|
|
560
|
-
"SDK Package Version: 20250821.
|
|
560
|
+
"SDK Package Version: 20250821.4".\
|
|
561
561
|
format(env=sys.platform, pyversion=sys.version)
|
|
562
562
|
|
|
563
563
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -567,7 +567,7 @@ conf = crc-pulp_service-client.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-rxp4hy.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
|
@@ -80,16 +80,6 @@ class PaginatedTaskResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
-
# set to None if next (nullable) is None
|
|
84
|
-
# and model_fields_set contains the field
|
|
85
|
-
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
-
_dict['next'] = None
|
|
87
|
-
|
|
88
|
-
# set to None if previous (nullable) is None
|
|
89
|
-
# and model_fields_set contains the field
|
|
90
|
-
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
-
_dict['previous'] = None
|
|
92
|
-
|
|
93
83
|
return _dict
|
|
94
84
|
|
|
95
85
|
@classmethod
|
|
@@ -80,16 +80,6 @@ class PaginatedrpmPackageResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
-
# set to None if next (nullable) is None
|
|
84
|
-
# and model_fields_set contains the field
|
|
85
|
-
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
-
_dict['next'] = None
|
|
87
|
-
|
|
88
|
-
# set to None if previous (nullable) is None
|
|
89
|
-
# and model_fields_set contains the field
|
|
90
|
-
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
-
_dict['previous'] = None
|
|
92
|
-
|
|
93
83
|
return _dict
|
|
94
84
|
|
|
95
85
|
@classmethod
|
|
@@ -80,16 +80,6 @@ class PaginatedserviceFeatureContentGuardResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
-
# set to None if next (nullable) is None
|
|
84
|
-
# and model_fields_set contains the field
|
|
85
|
-
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
-
_dict['next'] = None
|
|
87
|
-
|
|
88
|
-
# set to None if previous (nullable) is None
|
|
89
|
-
# and model_fields_set contains the field
|
|
90
|
-
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
-
_dict['previous'] = None
|
|
92
|
-
|
|
93
83
|
return _dict
|
|
94
84
|
|
|
95
85
|
@classmethod
|
|
@@ -80,16 +80,6 @@ class PaginatedserviceVulnerabilityReportResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
-
# set to None if next (nullable) is None
|
|
84
|
-
# and model_fields_set contains the field
|
|
85
|
-
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
-
_dict['next'] = None
|
|
87
|
-
|
|
88
|
-
# set to None if previous (nullable) is None
|
|
89
|
-
# and model_fields_set contains the field
|
|
90
|
-
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
-
_dict['previous'] = None
|
|
92
|
-
|
|
93
83
|
return _dict
|
|
94
84
|
|
|
95
85
|
@classmethod
|
|
@@ -39,6 +39,7 @@ class RpmPackageResponse(BaseModel):
|
|
|
39
39
|
sha384: Optional[StrictStr] = Field(default=None, description="The SHA-384 checksum if available.")
|
|
40
40
|
sha512: Optional[StrictStr] = Field(default=None, description="The SHA-512 checksum if available.")
|
|
41
41
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
|
|
42
|
+
vuln_report: Optional[StrictStr] = None
|
|
42
43
|
artifact: Optional[StrictStr] = Field(default=None, description="Artifact file representing the physical content")
|
|
43
44
|
name: Optional[StrictStr] = Field(default=None, description="Name of the package")
|
|
44
45
|
epoch: Optional[StrictStr] = Field(default=None, description="The package's epoch")
|
|
@@ -50,16 +51,16 @@ class RpmPackageResponse(BaseModel):
|
|
|
50
51
|
summary: Optional[StrictStr] = Field(default=None, description="Short description of the packaged software")
|
|
51
52
|
description: Optional[StrictStr] = Field(default=None, description="In-depth description of the packaged software")
|
|
52
53
|
url: Optional[StrictStr] = Field(default=None, description="URL with more information about the packaged software")
|
|
53
|
-
changelogs: Optional[Any] =
|
|
54
|
-
files: Optional[Any] =
|
|
55
|
-
requires: Optional[Any] =
|
|
56
|
-
provides: Optional[Any] =
|
|
57
|
-
conflicts: Optional[Any] =
|
|
58
|
-
obsoletes: Optional[Any] =
|
|
59
|
-
suggests: Optional[Any] =
|
|
60
|
-
enhances: Optional[Any] =
|
|
61
|
-
recommends: Optional[Any] =
|
|
62
|
-
supplements: Optional[Any] =
|
|
54
|
+
changelogs: Optional[Any] = None
|
|
55
|
+
files: Optional[Any] = None
|
|
56
|
+
requires: Optional[Any] = None
|
|
57
|
+
provides: Optional[Any] = None
|
|
58
|
+
conflicts: Optional[Any] = None
|
|
59
|
+
obsoletes: Optional[Any] = None
|
|
60
|
+
suggests: Optional[Any] = None
|
|
61
|
+
enhances: Optional[Any] = None
|
|
62
|
+
recommends: Optional[Any] = None
|
|
63
|
+
supplements: Optional[Any] = None
|
|
63
64
|
location_base: Optional[StrictStr] = Field(default=None, description="DEPRECATED: Base location of this package. This field will be removed in a future release of pulp_rpm.")
|
|
64
65
|
location_href: Optional[StrictStr] = Field(default=None, description="DEPRECATED: Relative location of package to the repodata. This field will be removed in a future release of pulp_rpm.")
|
|
65
66
|
rpm_buildhost: Optional[StrictStr] = Field(default=None, description="Hostname of the system that built the package")
|
|
@@ -76,7 +77,7 @@ class RpmPackageResponse(BaseModel):
|
|
|
76
77
|
size_package: Optional[StrictInt] = Field(default=None, description="Size, in bytes, of the package")
|
|
77
78
|
time_build: Optional[StrictInt] = Field(default=None, description="Time the package was built in seconds since the epoch")
|
|
78
79
|
time_file: Optional[StrictInt] = Field(default=None, description="The 'file' time attribute in the primary XML - file mtime in seconds since the epoch.")
|
|
79
|
-
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "md5", "sha1", "sha224", "sha256", "sha384", "sha512", "pulp_labels", "artifact", "name", "epoch", "version", "release", "arch", "pkgId", "checksum_type", "summary", "description", "url", "changelogs", "files", "requires", "provides", "conflicts", "obsoletes", "suggests", "enhances", "recommends", "supplements", "location_base", "location_href", "rpm_buildhost", "rpm_group", "rpm_license", "rpm_packager", "rpm_sourcerpm", "rpm_vendor", "rpm_header_start", "rpm_header_end", "is_modular", "size_archive", "size_installed", "size_package", "time_build", "time_file"]
|
|
80
|
+
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "md5", "sha1", "sha224", "sha256", "sha384", "sha512", "pulp_labels", "vuln_report", "artifact", "name", "epoch", "version", "release", "arch", "pkgId", "checksum_type", "summary", "description", "url", "changelogs", "files", "requires", "provides", "conflicts", "obsoletes", "suggests", "enhances", "recommends", "supplements", "location_base", "location_href", "rpm_buildhost", "rpm_group", "rpm_license", "rpm_packager", "rpm_sourcerpm", "rpm_vendor", "rpm_header_start", "rpm_header_end", "is_modular", "size_archive", "size_installed", "size_package", "time_build", "time_file"]
|
|
80
81
|
|
|
81
82
|
model_config = ConfigDict(
|
|
82
83
|
populate_by_name=True,
|
|
@@ -145,15 +146,6 @@ class RpmPackageResponse(BaseModel):
|
|
|
145
146
|
* OpenAPI `readOnly` fields are excluded.
|
|
146
147
|
* OpenAPI `readOnly` fields are excluded.
|
|
147
148
|
* OpenAPI `readOnly` fields are excluded.
|
|
148
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
149
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
150
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
151
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
152
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
153
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
154
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
155
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
156
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
157
149
|
"""
|
|
158
150
|
excluded_fields: Set[str] = set([
|
|
159
151
|
"pulp_href",
|
|
@@ -166,6 +158,7 @@ class RpmPackageResponse(BaseModel):
|
|
|
166
158
|
"sha256",
|
|
167
159
|
"sha384",
|
|
168
160
|
"sha512",
|
|
161
|
+
"vuln_report",
|
|
169
162
|
"name",
|
|
170
163
|
"epoch",
|
|
171
164
|
"version",
|
|
@@ -176,16 +169,6 @@ class RpmPackageResponse(BaseModel):
|
|
|
176
169
|
"summary",
|
|
177
170
|
"description",
|
|
178
171
|
"url",
|
|
179
|
-
"changelogs",
|
|
180
|
-
"files",
|
|
181
|
-
"requires",
|
|
182
|
-
"provides",
|
|
183
|
-
"conflicts",
|
|
184
|
-
"obsoletes",
|
|
185
|
-
"suggests",
|
|
186
|
-
"enhances",
|
|
187
|
-
"recommends",
|
|
188
|
-
"supplements",
|
|
189
172
|
"location_base",
|
|
190
173
|
"location_href",
|
|
191
174
|
"rpm_buildhost",
|
|
@@ -282,6 +265,7 @@ class RpmPackageResponse(BaseModel):
|
|
|
282
265
|
"sha384": obj.get("sha384"),
|
|
283
266
|
"sha512": obj.get("sha512"),
|
|
284
267
|
"pulp_labels": obj.get("pulp_labels"),
|
|
268
|
+
"vuln_report": obj.get("vuln_report"),
|
|
285
269
|
"artifact": obj.get("artifact"),
|
|
286
270
|
"name": obj.get("name"),
|
|
287
271
|
"epoch": obj.get("epoch"),
|
|
@@ -93,10 +93,6 @@ class TaskResponse(BaseModel):
|
|
|
93
93
|
* OpenAPI `readOnly` fields are excluded.
|
|
94
94
|
* OpenAPI `readOnly` fields are excluded.
|
|
95
95
|
* OpenAPI `readOnly` fields are excluded.
|
|
96
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
97
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
98
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
99
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
100
96
|
"""
|
|
101
97
|
excluded_fields: Set[str] = set([
|
|
102
98
|
"pulp_href",
|
|
@@ -111,11 +107,7 @@ class TaskResponse(BaseModel):
|
|
|
111
107
|
"error",
|
|
112
108
|
"worker",
|
|
113
109
|
"parent_task",
|
|
114
|
-
"child_tasks",
|
|
115
110
|
"task_group",
|
|
116
|
-
"progress_reports",
|
|
117
|
-
"created_resources",
|
|
118
|
-
"reserved_resources_record",
|
|
119
111
|
])
|
|
120
112
|
|
|
121
113
|
_dict = self.model_dump(
|
{crc_pulp_service_client-20250821.3.dist-info → crc_pulp_service_client-20250821.4.dist-info}/RECORD
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
crc-pulp_service-client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
|
-
crc-pulp_service-client/api_client.py,sha256=
|
|
2
|
+
crc-pulp_service-client/api_client.py,sha256=vFPpH7HRc0XrkA7Nchua68elTvwMIycBqreQzrsPwlI,27511
|
|
3
3
|
crc-pulp_service-client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
crc-pulp_service-client/configuration.py,sha256=
|
|
4
|
+
crc-pulp_service-client/configuration.py,sha256=F9NWlKLK67EwvdSABLWS2OEd3B-3eJxY110SmPM5tiU,19671
|
|
5
5
|
crc-pulp_service-client/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
6
6
|
crc-pulp_service-client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
crc-pulp_service-client/rest.py,sha256=8qAQWTeWWsigAzyDI6IRs7XRH2NvXX1xaT5J0hRTUW4,9406
|
|
8
|
-
crc-pulp_service-client/api/__init__.py,sha256=
|
|
8
|
+
crc-pulp_service-client/api/__init__.py,sha256=YPTiHjiRgXd5b0KXTJhF7u4Hd9JyEOtAkSpLAOfRBE4,709
|
|
9
9
|
crc-pulp_service-client/api/api_create_domain_api.py,sha256=fL7kxbs4XTscV7DI7O9KXorarh6foJLPD9c2Rl6Xl5w,12733
|
|
10
10
|
crc-pulp_service-client/api/api_debug_auth_header_api.py,sha256=z0sMGgceGbBJz1doCtb1Ia4Iv4tAlddSZuNZhFOpVKc,13119
|
|
11
11
|
crc-pulp_service-client/api/api_test_random_lock_tasks_api.py,sha256=5Qkr2e4nemuo4w9s811e0ZE1hy3EO22TWUeXMdDNXBA,12951
|
|
@@ -13,7 +13,7 @@ crc-pulp_service-client/api/api_test_tasks_api.py,sha256=J-Lt11KD1MpDJnbk_jwiClx
|
|
|
13
13
|
crc-pulp_service-client/api/content_rpmpackages_api.py,sha256=MuMZJZQ3oLqWY0Xz3H1ZMtj_cUDo-cvWwo44RzxSv-E,83587
|
|
14
14
|
crc-pulp_service-client/api/contentguards_feature_api.py,sha256=_i-gRJ4vEs41NC3SqAC3obQ7SlrZQM1Lx8XURK0dj1I,149307
|
|
15
15
|
crc-pulp_service-client/api/tasks_api.py,sha256=WksMOsbSJ2uIJkNwIrVieI0UiCdZNZ4mrMJzndyX6ks,92237
|
|
16
|
-
crc-pulp_service-client/api/
|
|
16
|
+
crc-pulp_service-client/api/vuln_report_service_api.py,sha256=nqUt8joMcDylM-zks1tLRkHYMCh847FyrrHF8diycHM,64996
|
|
17
17
|
crc-pulp_service-client/models/__init__.py,sha256=Z5sUGw2bqhwdoCmgJ_9pIPTzVXihxcvtpAI6RMW2iTg,2453
|
|
18
18
|
crc-pulp_service-client/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
19
19
|
crc-pulp_service-client/models/domain.py,sha256=-uOAywOSxkY6BGpMWubdiRMnfFsFEWupxWVCQyUFTGw,4846
|
|
@@ -22,23 +22,23 @@ crc-pulp_service-client/models/my_permissions_response.py,sha256=q5KI8WcrUykr38U
|
|
|
22
22
|
crc-pulp_service-client/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
|
|
23
23
|
crc-pulp_service-client/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
|
|
24
24
|
crc-pulp_service-client/models/object_roles_response.py,sha256=Lwt-xVCwEyFRQfj2FKbm_c8c3G5eWOt4RA8Zm7bvtoU,2972
|
|
25
|
-
crc-pulp_service-client/models/paginated_task_response_list.py,sha256=
|
|
26
|
-
crc-pulp_service-client/models/paginatedrpm_package_response_list.py,sha256=
|
|
27
|
-
crc-pulp_service-client/models/paginatedservice_feature_content_guard_response_list.py,sha256=
|
|
28
|
-
crc-pulp_service-client/models/paginatedservice_vulnerability_report_response_list.py,sha256=
|
|
25
|
+
crc-pulp_service-client/models/paginated_task_response_list.py,sha256=Og47E8cXQGU5VMFaA2orhXLpnxHLzqqDpvx7GcaPJNs,3276
|
|
26
|
+
crc-pulp_service-client/models/paginatedrpm_package_response_list.py,sha256=x5ymzbX-sKcTDgb25ZfLAjztIPqf02U8sfrzZW-T37Y,3325
|
|
27
|
+
crc-pulp_service-client/models/paginatedservice_feature_content_guard_response_list.py,sha256=CJETpFcxxl6Bbb4kYVJszjSrJ9DimY9-fvLKf0BXLEk,3455
|
|
28
|
+
crc-pulp_service-client/models/paginatedservice_vulnerability_report_response_list.py,sha256=6rMv6x9AjrhkeUPoOjZsGEKUsaHWzjoCBSPFUdZ1FVk,3454
|
|
29
29
|
crc-pulp_service-client/models/patchedservice_feature_content_guard.py,sha256=N-j_foG7gvzpzvJPzqr-RndEJN64BZr-53NYd5a0BZg,3852
|
|
30
30
|
crc-pulp_service-client/models/progress_report_response.py,sha256=0NtqBu9tx7dTliiB_gbmJG_HVYTQbXObBRDe7ZhstVA,4481
|
|
31
|
-
crc-pulp_service-client/models/rpm_package_response.py,sha256=
|
|
31
|
+
crc-pulp_service-client/models/rpm_package_response.py,sha256=zEOW2gq9B48M9rDEXHKlZDQzaPTe46ALA4ZbmtggO10,15695
|
|
32
32
|
crc-pulp_service-client/models/service_feature_content_guard.py,sha256=AFrYuWWSuEwbrnaB4Qv1HJbdpUE4pCWiII8j-TbOJ6M,3766
|
|
33
33
|
crc-pulp_service-client/models/service_feature_content_guard_response.py,sha256=Jsuil4ljXafL3cGgk1b0u-uNyEguCqLSA3tGEi6vHE0,4668
|
|
34
34
|
crc-pulp_service-client/models/service_vulnerability_report_response.py,sha256=q2xsiNvYK5WCIgvZFmf0DWXkLO1skj9hvApYtegsvgI,3880
|
|
35
35
|
crc-pulp_service-client/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
|
|
36
36
|
crc-pulp_service-client/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
|
|
37
37
|
crc-pulp_service-client/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHELE1Hlw6c9dU6SCytz6f0D5c0E,1383
|
|
38
|
-
crc-pulp_service-client/models/task_response.py,sha256=
|
|
38
|
+
crc-pulp_service-client/models/task_response.py,sha256=T4_N1Fqxkwis5vKjoNYQTW8ElRmF-fHKJSWaldl3AOI,7888
|
|
39
39
|
crc-pulp_service-client/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
40
40
|
crc-pulp_service-client/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
41
|
-
crc_pulp_service_client-20250821.
|
|
42
|
-
crc_pulp_service_client-20250821.
|
|
43
|
-
crc_pulp_service_client-20250821.
|
|
44
|
-
crc_pulp_service_client-20250821.
|
|
41
|
+
crc_pulp_service_client-20250821.4.dist-info/METADATA,sha256=snn_AmiPmVgre3Wmk7o77gmVXMp4Dj8FRQ2U3kLUalE,642
|
|
42
|
+
crc_pulp_service_client-20250821.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
43
|
+
crc_pulp_service_client-20250821.4.dist-info/top_level.txt,sha256=4iezlxht2-5610eskEanBNuHGio_v4LXGcWgJaTBwBc,24
|
|
44
|
+
crc_pulp_service_client-20250821.4.dist-info/RECORD,,
|
{crc_pulp_service_client-20250821.3.dist-info → crc_pulp_service_client-20250821.4.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|