crc-pulp-service-client 20250828.2__py3-none-any.whl → 20250829.1__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.

Files changed (50) hide show
  1. {crc_pulp_service_client-20250828.2.dist-info → crc_pulp_service_client-20250829.1.dist-info}/METADATA +1 -1
  2. crc_pulp_service_client-20250829.1.dist-info/RECORD +46 -0
  3. crc_pulp_service_client-20250829.1.dist-info/top_level.txt +1 -0
  4. pulpcore/client/__init__.py +2 -0
  5. pulpcore/client/pulp_service/__init__.py +64 -0
  6. pulpcore/client/pulp_service/api/__init__.py +12 -0
  7. {crc-pulp_service-client → pulpcore/client/pulp_service}/api/api_create_domain_api.py +5 -5
  8. {crc-pulp_service-client → pulpcore/client/pulp_service}/api/api_debug_auth_header_api.py +3 -3
  9. {crc-pulp_service-client → pulpcore/client/pulp_service}/api/api_test_random_lock_tasks_api.py +3 -3
  10. {crc-pulp_service-client → pulpcore/client/pulp_service}/api/api_test_tasks_api.py +3 -3
  11. {crc-pulp_service-client → pulpcore/client/pulp_service}/api/content_rpmpackages_api.py +10 -10
  12. {crc-pulp_service-client → pulpcore/client/pulp_service}/api/contentguards_feature_api.py +12 -12
  13. {crc-pulp_service-client → pulpcore/client/pulp_service}/api/tasks_api.py +4 -4
  14. {crc-pulp_service-client → pulpcore/client/pulp_service}/api/vuln_report_service_api.py +6 -6
  15. {crc-pulp_service-client → pulpcore/client/pulp_service}/api_client.py +7 -7
  16. {crc-pulp_service-client → pulpcore/client/pulp_service}/configuration.py +6 -6
  17. pulpcore/client/pulp_service/models/__init__.py +40 -0
  18. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/domain.py +1 -1
  19. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/domain_response.py +1 -1
  20. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/object_roles_response.py +1 -1
  21. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/paginated_task_response_list.py +1 -1
  22. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/paginatedrpm_package_response_list.py +1 -1
  23. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/paginatedservice_feature_content_guard_response_list.py +1 -1
  24. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/paginatedservice_vulnerability_report_response_list.py +1 -1
  25. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/task_response.py +1 -1
  26. {crc-pulp_service-client → pulpcore/client/pulp_service}/rest.py +1 -1
  27. crc-pulp_service-client/api/__init__.py +0 -12
  28. crc-pulp_service-client/models/__init__.py +0 -40
  29. crc_pulp_service_client-20250828.2.dist-info/RECORD +0 -44
  30. crc_pulp_service_client-20250828.2.dist-info/top_level.txt +0 -1
  31. {crc_pulp_service_client-20250828.2.dist-info → crc_pulp_service_client-20250829.1.dist-info}/WHEEL +0 -0
  32. {crc-pulp_service-client → pulpcore}/__init__.py +0 -0
  33. {crc-pulp_service-client → pulpcore/client/pulp_service}/api_response.py +0 -0
  34. {crc-pulp_service-client → pulpcore/client/pulp_service}/exceptions.py +0 -0
  35. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/async_operation_response.py +0 -0
  36. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/my_permissions_response.py +0 -0
  37. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/nested_role.py +0 -0
  38. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/nested_role_response.py +0 -0
  39. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/patchedservice_feature_content_guard.py +0 -0
  40. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/progress_report_response.py +0 -0
  41. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/rpm_package_response.py +0 -0
  42. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/service_feature_content_guard.py +0 -0
  43. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/service_feature_content_guard_response.py +0 -0
  44. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/service_vulnerability_report_response.py +0 -0
  45. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/set_label.py +0 -0
  46. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/set_label_response.py +0 -0
  47. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/storage_class_enum.py +0 -0
  48. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/unset_label.py +0 -0
  49. {crc-pulp_service-client → pulpcore/client/pulp_service}/models/unset_label_response.py +0 -0
  50. {crc-pulp_service-client → pulpcore/client/pulp_service}/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_service-client
3
- Version: 20250828.2
3
+ Version: 20250829.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -0,0 +1,46 @@
1
+ pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
2
+ pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
3
+ pulpcore/client/pulp_service/__init__.py,sha256=QMznQjLTUWp51nzEnKfmmLrCPrZQ6hyljGFzEiOwrog,3944
4
+ pulpcore/client/pulp_service/api_client.py,sha256=jFj5B38bXUkuuLcqW2JfzhLhCygxBPK53DF7WRIdxzY,27541
5
+ pulpcore/client/pulp_service/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
+ pulpcore/client/pulp_service/configuration.py,sha256=E-ng3-w_flq6Rn2kQxiTzziIDqsAPx53_EJTMBWw1C4,19686
7
+ pulpcore/client/pulp_service/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
8
+ pulpcore/client/pulp_service/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ pulpcore/client/pulp_service/rest.py,sha256=XBy6U2uDmD3JVaVMJshqRczy8zYdLoUpM0tT5uu10ao,9411
10
+ pulpcore/client/pulp_service/api/__init__.py,sha256=xdrNbkAhuEYIu9I9NW0275s9GBN_E97srkkBRgDOEQo,749
11
+ pulpcore/client/pulp_service/api/api_create_domain_api.py,sha256=TIJc_bQ7KjDnjlfoaOlvE353AwdLbFVGMTGOVZvzORs,12758
12
+ pulpcore/client/pulp_service/api/api_debug_auth_header_api.py,sha256=72p90hUugvu-YK3I93bcDqCbilQfzQU6WQhQzsxTdoo,13134
13
+ pulpcore/client/pulp_service/api/api_test_random_lock_tasks_api.py,sha256=y3bW5lr5xGYfOCkltuTiBrPP_ldpk78-SrNlnTmKgrg,12966
14
+ pulpcore/client/pulp_service/api/api_test_tasks_api.py,sha256=SXhf3JT4Mfi7-DifFxTzA04eexVVLU09Dt7f_qpUsi4,12944
15
+ pulpcore/client/pulp_service/api/content_rpmpackages_api.py,sha256=cRoKXEPi-bEvQOUjFuA3NDv6XTEx4aH3jRFdLPP4FR4,83632
16
+ pulpcore/client/pulp_service/api/contentguards_feature_api.py,sha256=DhcraIj8gYvBsQUrDek2cnEay1vNGMmmlHCEOonxbxY,149362
17
+ pulpcore/client/pulp_service/api/tasks_api.py,sha256=pkA7f37CfuIrKzR6HfS4ITEyA2Mnnp9VQFZP6uNJ0qw,92257
18
+ pulpcore/client/pulp_service/api/vuln_report_service_api.py,sha256=VzFnDKGMxqIjZiNewwm7bQNGSEdIXcrRcf25uJkjt44,65026
19
+ pulpcore/client/pulp_service/models/__init__.py,sha256=fEvwfJBWuP8RW0E_4xJdIJGdINug47jX04wPoHG-gro,2568
20
+ pulpcore/client/pulp_service/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
21
+ pulpcore/client/pulp_service/models/domain.py,sha256=emWxFoRCEh_73sGfeW0-PxoPBzn40Y5LPdj8yCefnNE,4851
22
+ pulpcore/client/pulp_service/models/domain_response.py,sha256=aLaqUytBRGZran1xkKs8R_X-u-Q5w4zk8cuRg8XRWSs,5924
23
+ pulpcore/client/pulp_service/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
24
+ pulpcore/client/pulp_service/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
25
+ pulpcore/client/pulp_service/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
26
+ pulpcore/client/pulp_service/models/object_roles_response.py,sha256=WcYUj7AlMwR8WAO7XKOqK_v1YJz9or0jHVvUVFsMAZI,2977
27
+ pulpcore/client/pulp_service/models/paginated_task_response_list.py,sha256=uGSaXY4T2t6JrjnBmw_aKg8vxLRtMYE6lEb8yiOR5Iw,3281
28
+ pulpcore/client/pulp_service/models/paginatedrpm_package_response_list.py,sha256=D7-vBzhAcFKH2-FR7JXGpypOjgRHGyKcxprVuhHLuo0,3330
29
+ pulpcore/client/pulp_service/models/paginatedservice_feature_content_guard_response_list.py,sha256=5CEZLF2A7N02wYVUl0wkq-gER6KUQGe8BIIJ13yg4Ko,3460
30
+ pulpcore/client/pulp_service/models/paginatedservice_vulnerability_report_response_list.py,sha256=L7uUgLpyhrAIEHkDEbRa8rURCvHjR7lxn4iMFrHK1Fo,3459
31
+ pulpcore/client/pulp_service/models/patchedservice_feature_content_guard.py,sha256=N-j_foG7gvzpzvJPzqr-RndEJN64BZr-53NYd5a0BZg,3852
32
+ pulpcore/client/pulp_service/models/progress_report_response.py,sha256=0NtqBu9tx7dTliiB_gbmJG_HVYTQbXObBRDe7ZhstVA,4481
33
+ pulpcore/client/pulp_service/models/rpm_package_response.py,sha256=zEOW2gq9B48M9rDEXHKlZDQzaPTe46ALA4ZbmtggO10,15695
34
+ pulpcore/client/pulp_service/models/service_feature_content_guard.py,sha256=AFrYuWWSuEwbrnaB4Qv1HJbdpUE4pCWiII8j-TbOJ6M,3766
35
+ pulpcore/client/pulp_service/models/service_feature_content_guard_response.py,sha256=Jsuil4ljXafL3cGgk1b0u-uNyEguCqLSA3tGEi6vHE0,4668
36
+ pulpcore/client/pulp_service/models/service_vulnerability_report_response.py,sha256=q2xsiNvYK5WCIgvZFmf0DWXkLO1skj9hvApYtegsvgI,3880
37
+ pulpcore/client/pulp_service/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
38
+ pulpcore/client/pulp_service/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
39
+ pulpcore/client/pulp_service/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHELE1Hlw6c9dU6SCytz6f0D5c0E,1383
40
+ pulpcore/client/pulp_service/models/task_response.py,sha256=Tt0ztcS1Ss0AYj07j_eXsmVt5T1O1tPpRmj-rvkBcC4,7893
41
+ pulpcore/client/pulp_service/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
42
+ pulpcore/client/pulp_service/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
43
+ crc_pulp_service_client-20250829.1.dist-info/METADATA,sha256=NGUfDuEqdqUkG--PKpozwJQ1C0KCtM24fgIYVybP82w,642
44
+ crc_pulp_service_client-20250829.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
+ crc_pulp_service_client-20250829.1.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
46
+ crc_pulp_service_client-20250829.1.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ from pkgutil import extend_path
2
+ __path__ = extend_path(__path__, __name__)
@@ -0,0 +1,64 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+
5
+ """
6
+ Pulp 3 API
7
+
8
+ Fetch, Upload, Organize, and Distribute Software Packages
9
+
10
+ The version of the OpenAPI document: v3
11
+ Contact: pulp-list@redhat.com
12
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
13
+
14
+ Do not edit the class manually.
15
+ """ # noqa: E501
16
+
17
+
18
+ __version__ = "20250829.1"
19
+
20
+ # import apis into sdk package
21
+ from pulpcore.client.pulp_service.api.api_create_domain_api import ApiCreateDomainApi
22
+ from pulpcore.client.pulp_service.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
23
+ from pulpcore.client.pulp_service.api.api_test_random_lock_tasks_api import ApiTestRandomLockTasksApi
24
+ from pulpcore.client.pulp_service.api.api_test_tasks_api import ApiTestTasksApi
25
+ from pulpcore.client.pulp_service.api.content_rpmpackages_api import ContentRpmpackagesApi
26
+ from pulpcore.client.pulp_service.api.contentguards_feature_api import ContentguardsFeatureApi
27
+ from pulpcore.client.pulp_service.api.tasks_api import TasksApi
28
+ from pulpcore.client.pulp_service.api.vuln_report_service_api import VulnReportServiceApi
29
+
30
+ # import ApiClient
31
+ from pulpcore.client.pulp_service.api_response import ApiResponse
32
+ from pulpcore.client.pulp_service.api_client import ApiClient
33
+ from pulpcore.client.pulp_service.configuration import Configuration
34
+ from pulpcore.client.pulp_service.exceptions import OpenApiException
35
+ from pulpcore.client.pulp_service.exceptions import ApiTypeError
36
+ from pulpcore.client.pulp_service.exceptions import ApiValueError
37
+ from pulpcore.client.pulp_service.exceptions import ApiKeyError
38
+ from pulpcore.client.pulp_service.exceptions import ApiAttributeError
39
+ from pulpcore.client.pulp_service.exceptions import ApiException
40
+
41
+ # import models into sdk package
42
+ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOperationResponse
43
+ from pulpcore.client.pulp_service.models.domain import Domain
44
+ from pulpcore.client.pulp_service.models.domain_response import DomainResponse
45
+ from pulpcore.client.pulp_service.models.my_permissions_response import MyPermissionsResponse
46
+ from pulpcore.client.pulp_service.models.nested_role import NestedRole
47
+ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleResponse
48
+ from pulpcore.client.pulp_service.models.object_roles_response import ObjectRolesResponse
49
+ from pulpcore.client.pulp_service.models.paginated_task_response_list import PaginatedTaskResponseList
50
+ from pulpcore.client.pulp_service.models.paginatedrpm_package_response_list import PaginatedrpmPackageResponseList
51
+ from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
52
+ from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
53
+ from pulpcore.client.pulp_service.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
54
+ from pulpcore.client.pulp_service.models.progress_report_response import ProgressReportResponse
55
+ from pulpcore.client.pulp_service.models.rpm_package_response import RpmPackageResponse
56
+ from pulpcore.client.pulp_service.models.service_feature_content_guard import ServiceFeatureContentGuard
57
+ from pulpcore.client.pulp_service.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
58
+ from pulpcore.client.pulp_service.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
59
+ from pulpcore.client.pulp_service.models.set_label import SetLabel
60
+ from pulpcore.client.pulp_service.models.set_label_response import SetLabelResponse
61
+ from pulpcore.client.pulp_service.models.storage_class_enum import StorageClassEnum
62
+ from pulpcore.client.pulp_service.models.task_response import TaskResponse
63
+ from pulpcore.client.pulp_service.models.unset_label import UnsetLabel
64
+ from pulpcore.client.pulp_service.models.unset_label_response import UnsetLabelResponse
@@ -0,0 +1,12 @@
1
+ # flake8: noqa
2
+
3
+ # import apis into api package
4
+ from pulpcore.client.pulp_service.api.api_create_domain_api import ApiCreateDomainApi
5
+ from pulpcore.client.pulp_service.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
6
+ from pulpcore.client.pulp_service.api.api_test_random_lock_tasks_api import ApiTestRandomLockTasksApi
7
+ from pulpcore.client.pulp_service.api.api_test_tasks_api import ApiTestTasksApi
8
+ from pulpcore.client.pulp_service.api.content_rpmpackages_api import ContentRpmpackagesApi
9
+ from pulpcore.client.pulp_service.api.contentguards_feature_api import ContentguardsFeatureApi
10
+ from pulpcore.client.pulp_service.api.tasks_api import TasksApi
11
+ from pulpcore.client.pulp_service.api.vuln_report_service_api import VulnReportServiceApi
12
+
@@ -20,12 +20,12 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictStr
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_service-client.models.domain import Domain
24
- from crc-pulp_service-client.models.domain_response import DomainResponse
23
+ from pulpcore.client.pulp_service.models.domain import Domain
24
+ from pulpcore.client.pulp_service.models.domain_response import DomainResponse
25
25
 
26
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
27
- from crc-pulp_service-client.api_response import ApiResponse
28
- from crc-pulp_service-client.rest import RESTResponseType
26
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
27
+ from pulpcore.client.pulp_service.api_response import ApiResponse
28
+ from pulpcore.client.pulp_service.rest import RESTResponseType
29
29
 
30
30
 
31
31
  class ApiCreateDomainApi:
@@ -21,9 +21,9 @@ from pydantic import Field, StrictStr
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
23
 
24
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
25
- from crc-pulp_service-client.api_response import ApiResponse
26
- from crc-pulp_service-client.rest import RESTResponseType
24
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
25
+ from pulpcore.client.pulp_service.api_response import ApiResponse
26
+ from pulpcore.client.pulp_service.rest import RESTResponseType
27
27
 
28
28
 
29
29
  class ApiDebugAuthHeaderApi:
@@ -21,9 +21,9 @@ from pydantic import Field, StrictStr
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
23
 
24
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
25
- from crc-pulp_service-client.api_response import ApiResponse
26
- from crc-pulp_service-client.rest import RESTResponseType
24
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
25
+ from pulpcore.client.pulp_service.api_response import ApiResponse
26
+ from pulpcore.client.pulp_service.rest import RESTResponseType
27
27
 
28
28
 
29
29
  class ApiTestRandomLockTasksApi:
@@ -21,9 +21,9 @@ from pydantic import Field, StrictStr
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
23
 
24
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
25
- from crc-pulp_service-client.api_response import ApiResponse
26
- from crc-pulp_service-client.rest import RESTResponseType
24
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
25
+ from pulpcore.client.pulp_service.api_response import ApiResponse
26
+ from pulpcore.client.pulp_service.rest import RESTResponseType
27
27
 
28
28
 
29
29
  class ApiTestTasksApi:
@@ -20,16 +20,16 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictBytes, StrictFloat, StrictInt, StrictStr, field_validator
21
21
  from typing import Dict, List, Optional, Tuple, Union
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_service-client.models.paginatedrpm_package_response_list import PaginatedrpmPackageResponseList
24
- from crc-pulp_service-client.models.rpm_package_response import RpmPackageResponse
25
- from crc-pulp_service-client.models.set_label import SetLabel
26
- from crc-pulp_service-client.models.set_label_response import SetLabelResponse
27
- from crc-pulp_service-client.models.unset_label import UnsetLabel
28
- from crc-pulp_service-client.models.unset_label_response import UnsetLabelResponse
29
-
30
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
31
- from crc-pulp_service-client.api_response import ApiResponse
32
- from crc-pulp_service-client.rest import RESTResponseType
23
+ from pulpcore.client.pulp_service.models.paginatedrpm_package_response_list import PaginatedrpmPackageResponseList
24
+ from pulpcore.client.pulp_service.models.rpm_package_response import RpmPackageResponse
25
+ from pulpcore.client.pulp_service.models.set_label import SetLabel
26
+ from pulpcore.client.pulp_service.models.set_label_response import SetLabelResponse
27
+ from pulpcore.client.pulp_service.models.unset_label import UnsetLabel
28
+ from pulpcore.client.pulp_service.models.unset_label_response import UnsetLabelResponse
29
+
30
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
31
+ from pulpcore.client.pulp_service.api_response import ApiResponse
32
+ from pulpcore.client.pulp_service.rest import RESTResponseType
33
33
 
34
34
 
35
35
  class ContentRpmpackagesApi:
@@ -20,18 +20,18 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictInt, StrictStr, field_validator
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_service-client.models.my_permissions_response import MyPermissionsResponse
24
- from crc-pulp_service-client.models.nested_role import NestedRole
25
- from crc-pulp_service-client.models.nested_role_response import NestedRoleResponse
26
- from crc-pulp_service-client.models.object_roles_response import ObjectRolesResponse
27
- from crc-pulp_service-client.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
28
- from crc-pulp_service-client.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
29
- from crc-pulp_service-client.models.service_feature_content_guard import ServiceFeatureContentGuard
30
- from crc-pulp_service-client.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
31
-
32
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
33
- from crc-pulp_service-client.api_response import ApiResponse
34
- from crc-pulp_service-client.rest import RESTResponseType
23
+ from pulpcore.client.pulp_service.models.my_permissions_response import MyPermissionsResponse
24
+ from pulpcore.client.pulp_service.models.nested_role import NestedRole
25
+ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleResponse
26
+ from pulpcore.client.pulp_service.models.object_roles_response import ObjectRolesResponse
27
+ from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
28
+ from pulpcore.client.pulp_service.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
29
+ from pulpcore.client.pulp_service.models.service_feature_content_guard import ServiceFeatureContentGuard
30
+ from pulpcore.client.pulp_service.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
31
+
32
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
33
+ from pulpcore.client.pulp_service.api_response import ApiResponse
34
+ from pulpcore.client.pulp_service.rest import RESTResponseType
35
35
 
36
36
 
37
37
  class ContentguardsFeatureApi:
@@ -21,11 +21,11 @@ from datetime import datetime
21
21
  from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
22
22
  from typing import List, Optional
23
23
  from typing_extensions import Annotated
24
- from crc-pulp_service-client.models.paginated_task_response_list import PaginatedTaskResponseList
24
+ from pulpcore.client.pulp_service.models.paginated_task_response_list import PaginatedTaskResponseList
25
25
 
26
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
27
- from crc-pulp_service-client.api_response import ApiResponse
28
- from crc-pulp_service-client.rest import RESTResponseType
26
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
27
+ from pulpcore.client.pulp_service.api_response import ApiResponse
28
+ from pulpcore.client.pulp_service.rest import RESTResponseType
29
29
 
30
30
 
31
31
  class TasksApi:
@@ -20,13 +20,13 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictBytes, StrictInt, StrictStr
21
21
  from typing import List, Optional, Tuple, Union
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_service-client.models.async_operation_response import AsyncOperationResponse
24
- from crc-pulp_service-client.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
25
- from crc-pulp_service-client.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
23
+ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOperationResponse
24
+ from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
25
+ from pulpcore.client.pulp_service.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
26
26
 
27
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
28
- from crc-pulp_service-client.api_response import ApiResponse
29
- from crc-pulp_service-client.rest import RESTResponseType
27
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
28
+ from pulpcore.client.pulp_service.api_response import ApiResponse
29
+ from pulpcore.client.pulp_service.rest import RESTResponseType
30
30
 
31
31
 
32
32
  class VulnReportServiceApi:
@@ -27,11 +27,11 @@ from urllib.parse import quote
27
27
  from typing import Tuple, Optional, List, Dict, Union
28
28
  from pydantic import SecretStr
29
29
 
30
- from crc-pulp_service-client.configuration import Configuration
31
- from crc-pulp_service-client.api_response import ApiResponse, T as ApiResponseT
32
- import crc-pulp_service-client.models
33
- from crc-pulp_service-client import rest
34
- from crc-pulp_service-client.exceptions import (
30
+ from pulpcore.client.pulp_service.configuration import Configuration
31
+ from pulpcore.client.pulp_service.api_response import ApiResponse, T as ApiResponseT
32
+ import pulpcore.client.pulp_service.models
33
+ from pulpcore.client.pulp_service import rest
34
+ from pulpcore.client.pulp_service.exceptions import (
35
35
  ApiValueError,
36
36
  ApiException,
37
37
  BadRequestException,
@@ -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/20250828.2/python'
94
+ self.user_agent = 'OpenAPI-Generator/20250829.1/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -450,7 +450,7 @@ class ApiClient:
450
450
  if klass in self.NATIVE_TYPES_MAPPING:
451
451
  klass = self.NATIVE_TYPES_MAPPING[klass]
452
452
  else:
453
- klass = getattr(crc-pulp_service-client.models, klass)
453
+ klass = getattr(pulpcore.client.pulp_service.models, klass)
454
454
 
455
455
  if klass in self.PRIMITIVE_TYPES:
456
456
  return self.__deserialize_primitive(data, klass)
@@ -178,7 +178,7 @@ class Configuration:
178
178
 
179
179
  You can programmatically set the cookie:
180
180
 
181
- conf = crc-pulp_service-client.Configuration(
181
+ conf = pulpcore.client.pulp_service.Configuration(
182
182
  api_key={'cookieAuth': 'abc123'}
183
183
  api_key_prefix={'cookieAuth': 'JSESSIONID'}
184
184
  )
@@ -196,7 +196,7 @@ conf = crc-pulp_service-client.Configuration(
196
196
 
197
197
  Configure API client with HTTP basic authentication:
198
198
 
199
- conf = crc-pulp_service-client.Configuration(
199
+ conf = pulpcore.client.pulp_service.Configuration(
200
200
  username='the-user',
201
201
  password='the-password',
202
202
  )
@@ -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-ac7zaq.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-otxi0c.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
@@ -268,7 +268,7 @@ conf = crc-pulp_service-client.Configuration(
268
268
  self.logger = {}
269
269
  """Logging Settings
270
270
  """
271
- self.logger["package_logger"] = logging.getLogger("crc-pulp_service-client")
271
+ self.logger["package_logger"] = logging.getLogger("pulpcore.client.pulp_service")
272
272
  self.logger["urllib3_logger"] = logging.getLogger("urllib3")
273
273
  self.logger_format = '%(asctime)s %(levelname)s %(message)s'
274
274
  """Log format
@@ -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: 20250828.2".\
560
+ "SDK Package Version: 20250829.1".\
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-ac7zaq.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]
@@ -0,0 +1,40 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+ """
5
+ Pulp 3 API
6
+
7
+ Fetch, Upload, Organize, and Distribute Software Packages
8
+
9
+ The version of the OpenAPI document: v3
10
+ Contact: pulp-list@redhat.com
11
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
12
+
13
+ Do not edit the class manually.
14
+ """ # noqa: E501
15
+
16
+
17
+ # import models into model package
18
+ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOperationResponse
19
+ from pulpcore.client.pulp_service.models.domain import Domain
20
+ from pulpcore.client.pulp_service.models.domain_response import DomainResponse
21
+ from pulpcore.client.pulp_service.models.my_permissions_response import MyPermissionsResponse
22
+ from pulpcore.client.pulp_service.models.nested_role import NestedRole
23
+ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleResponse
24
+ from pulpcore.client.pulp_service.models.object_roles_response import ObjectRolesResponse
25
+ from pulpcore.client.pulp_service.models.paginated_task_response_list import PaginatedTaskResponseList
26
+ from pulpcore.client.pulp_service.models.paginatedrpm_package_response_list import PaginatedrpmPackageResponseList
27
+ from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
28
+ from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
29
+ from pulpcore.client.pulp_service.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
30
+ from pulpcore.client.pulp_service.models.progress_report_response import ProgressReportResponse
31
+ from pulpcore.client.pulp_service.models.rpm_package_response import RpmPackageResponse
32
+ from pulpcore.client.pulp_service.models.service_feature_content_guard import ServiceFeatureContentGuard
33
+ from pulpcore.client.pulp_service.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
34
+ from pulpcore.client.pulp_service.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
35
+ from pulpcore.client.pulp_service.models.set_label import SetLabel
36
+ from pulpcore.client.pulp_service.models.set_label_response import SetLabelResponse
37
+ from pulpcore.client.pulp_service.models.storage_class_enum import StorageClassEnum
38
+ from pulpcore.client.pulp_service.models.task_response import TaskResponse
39
+ from pulpcore.client.pulp_service.models.unset_label import UnsetLabel
40
+ from pulpcore.client.pulp_service.models.unset_label_response import UnsetLabelResponse
@@ -21,7 +21,7 @@ import json
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr, field_validator
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
23
  from typing_extensions import Annotated
24
- from crc-pulp_service-client.models.storage_class_enum import StorageClassEnum
24
+ from pulpcore.client.pulp_service.models.storage_class_enum import StorageClassEnum
25
25
  from typing import Optional, Set
26
26
  from typing_extensions import Self
27
27
 
@@ -22,7 +22,7 @@ from datetime import datetime
22
22
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr, field_validator
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
24
  from typing_extensions import Annotated
25
- from crc-pulp_service-client.models.storage_class_enum import StorageClassEnum
25
+ from pulpcore.client.pulp_service.models.storage_class_enum import StorageClassEnum
26
26
  from typing import Optional, Set
27
27
  from typing_extensions import Self
28
28
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict
22
22
  from typing import Any, ClassVar, Dict, List
23
- from crc-pulp_service-client.models.nested_role_response import NestedRoleResponse
23
+ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_service-client.models.task_response import TaskResponse
23
+ from pulpcore.client.pulp_service.models.task_response import TaskResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_service-client.models.rpm_package_response import RpmPackageResponse
23
+ from pulpcore.client.pulp_service.models.rpm_package_response import RpmPackageResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_service-client.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
23
+ from pulpcore.client.pulp_service.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_service-client.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
23
+ from pulpcore.client.pulp_service.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -21,7 +21,7 @@ import json
21
21
  from datetime import datetime
22
22
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
- from crc-pulp_service-client.models.progress_report_response import ProgressReportResponse
24
+ from pulpcore.client.pulp_service.models.progress_report_response import ProgressReportResponse
25
25
  from typing import Optional, Set
26
26
  from typing_extensions import Self
27
27
 
@@ -20,7 +20,7 @@ import ssl
20
20
 
21
21
  import urllib3
22
22
 
23
- from crc-pulp_service-client.exceptions import ApiException, ApiValueError
23
+ from pulpcore.client.pulp_service.exceptions import ApiException, ApiValueError
24
24
 
25
25
  SUPPORTED_SOCKS_PROXIES = {"socks5", "socks5h", "socks4", "socks4a"}
26
26
  RESTResponseType = urllib3.HTTPResponse
@@ -1,12 +0,0 @@
1
- # flake8: noqa
2
-
3
- # import apis into api package
4
- from crc-pulp_service-client.api.api_create_domain_api import ApiCreateDomainApi
5
- from crc-pulp_service-client.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
6
- from crc-pulp_service-client.api.api_test_random_lock_tasks_api import ApiTestRandomLockTasksApi
7
- from crc-pulp_service-client.api.api_test_tasks_api import ApiTestTasksApi
8
- from crc-pulp_service-client.api.content_rpmpackages_api import ContentRpmpackagesApi
9
- from crc-pulp_service-client.api.contentguards_feature_api import ContentguardsFeatureApi
10
- from crc-pulp_service-client.api.tasks_api import TasksApi
11
- from crc-pulp_service-client.api.vuln_report_service_api import VulnReportServiceApi
12
-
@@ -1,40 +0,0 @@
1
- # coding: utf-8
2
-
3
- # flake8: noqa
4
- """
5
- Pulp 3 API
6
-
7
- Fetch, Upload, Organize, and Distribute Software Packages
8
-
9
- The version of the OpenAPI document: v3
10
- Contact: pulp-list@redhat.com
11
- Generated by OpenAPI Generator (https://openapi-generator.tech)
12
-
13
- Do not edit the class manually.
14
- """ # noqa: E501
15
-
16
-
17
- # import models into model package
18
- from crc-pulp_service-client.models.async_operation_response import AsyncOperationResponse
19
- from crc-pulp_service-client.models.domain import Domain
20
- from crc-pulp_service-client.models.domain_response import DomainResponse
21
- from crc-pulp_service-client.models.my_permissions_response import MyPermissionsResponse
22
- from crc-pulp_service-client.models.nested_role import NestedRole
23
- from crc-pulp_service-client.models.nested_role_response import NestedRoleResponse
24
- from crc-pulp_service-client.models.object_roles_response import ObjectRolesResponse
25
- from crc-pulp_service-client.models.paginated_task_response_list import PaginatedTaskResponseList
26
- from crc-pulp_service-client.models.paginatedrpm_package_response_list import PaginatedrpmPackageResponseList
27
- from crc-pulp_service-client.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
28
- from crc-pulp_service-client.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
29
- from crc-pulp_service-client.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
30
- from crc-pulp_service-client.models.progress_report_response import ProgressReportResponse
31
- from crc-pulp_service-client.models.rpm_package_response import RpmPackageResponse
32
- from crc-pulp_service-client.models.service_feature_content_guard import ServiceFeatureContentGuard
33
- from crc-pulp_service-client.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
34
- from crc-pulp_service-client.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
35
- from crc-pulp_service-client.models.set_label import SetLabel
36
- from crc-pulp_service-client.models.set_label_response import SetLabelResponse
37
- from crc-pulp_service-client.models.storage_class_enum import StorageClassEnum
38
- from crc-pulp_service-client.models.task_response import TaskResponse
39
- from crc-pulp_service-client.models.unset_label import UnsetLabel
40
- from crc-pulp_service-client.models.unset_label_response import UnsetLabelResponse
@@ -1,44 +0,0 @@
1
- crc-pulp_service-client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
2
- crc-pulp_service-client/api_client.py,sha256=3e_7WJHARINXXb0PZyQMNd_sDJVFCiXZEx75z44iIhg,27511
3
- crc-pulp_service-client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- crc-pulp_service-client/configuration.py,sha256=RBuWRLpidWe4d821HPHl7u39h39pQH9-RsR2fqqaAqE,19671
5
- crc-pulp_service-client/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
6
- crc-pulp_service-client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- crc-pulp_service-client/rest.py,sha256=8qAQWTeWWsigAzyDI6IRs7XRH2NvXX1xaT5J0hRTUW4,9406
8
- crc-pulp_service-client/api/__init__.py,sha256=YPTiHjiRgXd5b0KXTJhF7u4Hd9JyEOtAkSpLAOfRBE4,709
9
- crc-pulp_service-client/api/api_create_domain_api.py,sha256=fL7kxbs4XTscV7DI7O9KXorarh6foJLPD9c2Rl6Xl5w,12733
10
- crc-pulp_service-client/api/api_debug_auth_header_api.py,sha256=z0sMGgceGbBJz1doCtb1Ia4Iv4tAlddSZuNZhFOpVKc,13119
11
- crc-pulp_service-client/api/api_test_random_lock_tasks_api.py,sha256=5Qkr2e4nemuo4w9s811e0ZE1hy3EO22TWUeXMdDNXBA,12951
12
- crc-pulp_service-client/api/api_test_tasks_api.py,sha256=J-Lt11KD1MpDJnbk_jwiClx1EJiX6U5ZX0SE2M4t2SE,12929
13
- crc-pulp_service-client/api/content_rpmpackages_api.py,sha256=MuMZJZQ3oLqWY0Xz3H1ZMtj_cUDo-cvWwo44RzxSv-E,83587
14
- crc-pulp_service-client/api/contentguards_feature_api.py,sha256=_i-gRJ4vEs41NC3SqAC3obQ7SlrZQM1Lx8XURK0dj1I,149307
15
- crc-pulp_service-client/api/tasks_api.py,sha256=WksMOsbSJ2uIJkNwIrVieI0UiCdZNZ4mrMJzndyX6ks,92237
16
- crc-pulp_service-client/api/vuln_report_service_api.py,sha256=nqUt8joMcDylM-zks1tLRkHYMCh847FyrrHF8diycHM,64996
17
- crc-pulp_service-client/models/__init__.py,sha256=Z5sUGw2bqhwdoCmgJ_9pIPTzVXihxcvtpAI6RMW2iTg,2453
18
- crc-pulp_service-client/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
19
- crc-pulp_service-client/models/domain.py,sha256=-uOAywOSxkY6BGpMWubdiRMnfFsFEWupxWVCQyUFTGw,4846
20
- crc-pulp_service-client/models/domain_response.py,sha256=_0_wRRLGKBxc_O15WPGbrkzrFOjALXa0xTbvZYO6Lck,5919
21
- crc-pulp_service-client/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
22
- crc-pulp_service-client/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
23
- crc-pulp_service-client/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
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=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
- crc-pulp_service-client/models/patchedservice_feature_content_guard.py,sha256=N-j_foG7gvzpzvJPzqr-RndEJN64BZr-53NYd5a0BZg,3852
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=zEOW2gq9B48M9rDEXHKlZDQzaPTe46ALA4ZbmtggO10,15695
32
- crc-pulp_service-client/models/service_feature_content_guard.py,sha256=AFrYuWWSuEwbrnaB4Qv1HJbdpUE4pCWiII8j-TbOJ6M,3766
33
- crc-pulp_service-client/models/service_feature_content_guard_response.py,sha256=Jsuil4ljXafL3cGgk1b0u-uNyEguCqLSA3tGEi6vHE0,4668
34
- crc-pulp_service-client/models/service_vulnerability_report_response.py,sha256=q2xsiNvYK5WCIgvZFmf0DWXkLO1skj9hvApYtegsvgI,3880
35
- crc-pulp_service-client/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
36
- crc-pulp_service-client/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
37
- crc-pulp_service-client/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHELE1Hlw6c9dU6SCytz6f0D5c0E,1383
38
- crc-pulp_service-client/models/task_response.py,sha256=T4_N1Fqxkwis5vKjoNYQTW8ElRmF-fHKJSWaldl3AOI,7888
39
- crc-pulp_service-client/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
40
- crc-pulp_service-client/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
41
- crc_pulp_service_client-20250828.2.dist-info/METADATA,sha256=pkLkaEkiO7dfI9YED3nmkbiNAiVkMTjFRwz_CgoUP2c,642
42
- crc_pulp_service_client-20250828.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
43
- crc_pulp_service_client-20250828.2.dist-info/top_level.txt,sha256=4iezlxht2-5610eskEanBNuHGio_v4LXGcWgJaTBwBc,24
44
- crc_pulp_service_client-20250828.2.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- crc-pulp_service-client
File without changes