crc-pulp-service-client 20250923.1__tar.gz → 20250923.3__tar.gz

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 (83) hide show
  1. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/PKG-INFO +1 -1
  2. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/README.md +4 -15
  3. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/crc_pulp_service_client.egg-info/PKG-INFO +1 -1
  4. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/crc_pulp_service_client.egg-info/SOURCES.txt +0 -14
  5. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/__init__.py +1 -8
  6. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/api/__init__.py +0 -1
  7. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/api_client.py +1 -1
  8. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/configuration.py +3 -3
  9. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/__init__.py +0 -6
  10. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/paginated_task_response_list.py +10 -0
  11. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/paginatedservice_feature_content_guard_response_list.py +10 -0
  12. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/paginatedservice_vulnerability_report_response_list.py +10 -0
  13. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/task_response.py +11 -1
  14. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pyproject.toml +1 -1
  15. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/setup.py +1 -1
  16. crc_pulp_service_client-20250923.1/pulpcore/client/pulp_service/api/content_rpmpackages_api.py +0 -1899
  17. crc_pulp_service_client-20250923.1/pulpcore/client/pulp_service/models/paginatedrpm_package_response_list.py +0 -102
  18. crc_pulp_service_client-20250923.1/pulpcore/client/pulp_service/models/rpm_package_response.py +0 -309
  19. crc_pulp_service_client-20250923.1/pulpcore/client/pulp_service/models/set_label.py +0 -103
  20. crc_pulp_service_client-20250923.1/pulpcore/client/pulp_service/models/set_label_response.py +0 -103
  21. crc_pulp_service_client-20250923.1/pulpcore/client/pulp_service/models/unset_label.py +0 -96
  22. crc_pulp_service_client-20250923.1/pulpcore/client/pulp_service/models/unset_label_response.py +0 -100
  23. crc_pulp_service_client-20250923.1/test/test_content_rpmpackages_api.py +0 -67
  24. crc_pulp_service_client-20250923.1/test/test_paginatedrpm_package_response_list.py +0 -163
  25. crc_pulp_service_client-20250923.1/test/test_rpm_package_response.py +0 -102
  26. crc_pulp_service_client-20250923.1/test/test_set_label.py +0 -55
  27. crc_pulp_service_client-20250923.1/test/test_set_label_response.py +0 -55
  28. crc_pulp_service_client-20250923.1/test/test_unset_label.py +0 -53
  29. crc_pulp_service_client-20250923.1/test/test_unset_label_response.py +0 -54
  30. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/crc_pulp_service_client.egg-info/dependency_links.txt +0 -0
  31. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/crc_pulp_service_client.egg-info/requires.txt +0 -0
  32. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/crc_pulp_service_client.egg-info/top_level.txt +0 -0
  33. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/__init__.py +0 -0
  34. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/__init__.py +0 -0
  35. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/api/api_create_domain_api.py +0 -0
  36. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/api/api_debug_auth_header_api.py +0 -0
  37. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/api/api_test_random_lock_tasks_api.py +0 -0
  38. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/api/api_test_tasks_api.py +0 -0
  39. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/api/contentguards_feature_api.py +0 -0
  40. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/api/tasks_api.py +0 -0
  41. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/api/vuln_report_service_api.py +0 -0
  42. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/api_response.py +0 -0
  43. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/exceptions.py +0 -0
  44. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/async_operation_response.py +0 -0
  45. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/domain.py +0 -0
  46. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/domain_response.py +0 -0
  47. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/my_permissions_response.py +0 -0
  48. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/nested_role.py +0 -0
  49. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/nested_role_response.py +0 -0
  50. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/object_roles_response.py +0 -0
  51. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/patchedservice_feature_content_guard.py +0 -0
  52. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/progress_report_response.py +0 -0
  53. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/service_feature_content_guard.py +0 -0
  54. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/service_feature_content_guard_response.py +0 -0
  55. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/service_vulnerability_report_response.py +0 -0
  56. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/models/storage_class_enum.py +0 -0
  57. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/py.typed +0 -0
  58. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/pulpcore/client/pulp_service/rest.py +0 -0
  59. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/setup.cfg +0 -0
  60. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_api_create_domain_api.py +0 -0
  61. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_api_debug_auth_header_api.py +0 -0
  62. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_api_test_random_lock_tasks_api.py +0 -0
  63. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_api_test_tasks_api.py +0 -0
  64. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_async_operation_response.py +0 -0
  65. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_contentguards_feature_api.py +0 -0
  66. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_domain.py +0 -0
  67. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_domain_response.py +0 -0
  68. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_my_permissions_response.py +0 -0
  69. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_nested_role.py +0 -0
  70. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_nested_role_response.py +0 -0
  71. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_object_roles_response.py +0 -0
  72. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_paginated_task_response_list.py +0 -0
  73. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_paginatedservice_feature_content_guard_response_list.py +0 -0
  74. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_paginatedservice_vulnerability_report_response_list.py +0 -0
  75. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_patchedservice_feature_content_guard.py +0 -0
  76. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_progress_report_response.py +0 -0
  77. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_service_feature_content_guard.py +0 -0
  78. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_service_feature_content_guard_response.py +0 -0
  79. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_service_vulnerability_report_response.py +0 -0
  80. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_storage_class_enum.py +0 -0
  81. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_task_response.py +0 -0
  82. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_tasks_api.py +0 -0
  83. {crc_pulp_service_client-20250923.1 → crc_pulp_service_client-20250923.3}/test/test_vuln_report_service_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_service-client
3
- Version: 20250923.1
3
+ Version: 20250923.3
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 20250923.1
7
+ - Package version: 20250923.3
8
8
  - Generator version: 7.10.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -56,10 +56,10 @@ import pulpcore.client.pulp_service
56
56
  from pulpcore.client.pulp_service.rest import ApiException
57
57
  from pprint import pprint
58
58
 
59
- # Defining the host is optional and defaults to https://env-ephemeral-wcykoo.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-uvahdp.apps.crc-eph.r9lp.p1.openshiftapps.com
60
60
  # See configuration.py for a list of all supported configuration parameters.
61
61
  configuration = pulpcore.client.pulp_service.Configuration(
62
- host = "https://env-ephemeral-wcykoo.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-uvahdp.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -101,7 +101,7 @@ with pulpcore.client.pulp_service.ApiClient(configuration) as api_client:
101
101
 
102
102
  ## Documentation for API Endpoints
103
103
 
104
- All URIs are relative to *https://env-ephemeral-wcykoo.apps.crc-eph.r9lp.p1.openshiftapps.com*
104
+ All URIs are relative to *https://env-ephemeral-uvahdp.apps.crc-eph.r9lp.p1.openshiftapps.com*
105
105
 
106
106
  Class | Method | HTTP request | Description
107
107
  ------------ | ------------- | ------------- | -------------
@@ -109,11 +109,6 @@ Class | Method | HTTP request | Description
109
109
  *ApiDebugAuthHeaderApi* | [**get**](docs/ApiDebugAuthHeaderApi.md#get) | **GET** /api/pulp/debug_auth_header/ |
110
110
  *ApiTestRandomLockTasksApi* | [**get**](docs/ApiTestRandomLockTasksApi.md#get) | **GET** /api/pulp/test/random_lock_tasks/ |
111
111
  *ApiTestTasksApi* | [**get**](docs/ApiTestTasksApi.md#get) | **GET** /api/pulp/test/tasks/ |
112
- *ContentRpmpackagesApi* | [**create**](docs/ContentRpmpackagesApi.md#create) | **POST** /api/pulp/{pulp_domain}/api/v3/content/rpm/rpmpackages/ | Create a package
113
- *ContentRpmpackagesApi* | [**list**](docs/ContentRpmpackagesApi.md#list) | **GET** /api/pulp/{pulp_domain}/api/v3/content/rpm/rpmpackages/ | List packages
114
- *ContentRpmpackagesApi* | [**read**](docs/ContentRpmpackagesApi.md#read) | **GET** {rpm_package_href} | Inspect a package
115
- *ContentRpmpackagesApi* | [**set_label**](docs/ContentRpmpackagesApi.md#set_label) | **POST** {rpm_package_href}set_label/ | Set a label
116
- *ContentRpmpackagesApi* | [**unset_label**](docs/ContentRpmpackagesApi.md#unset_label) | **POST** {rpm_package_href}unset_label/ | Unset a label
117
112
  *ContentguardsFeatureApi* | [**add_role**](docs/ContentguardsFeatureApi.md#add_role) | **POST** {service_feature_content_guard_href}add_role/ | Add a role
118
113
  *ContentguardsFeatureApi* | [**create**](docs/ContentguardsFeatureApi.md#create) | **POST** /api/pulp/{pulp_domain}/api/v3/contentguards/service/feature/ | Create a feature content guard
119
114
  *ContentguardsFeatureApi* | [**delete**](docs/ContentguardsFeatureApi.md#delete) | **DELETE** {service_feature_content_guard_href} | Delete a feature content guard
@@ -141,21 +136,15 @@ Class | Method | HTTP request | Description
141
136
  - [NestedRoleResponse](docs/NestedRoleResponse.md)
142
137
  - [ObjectRolesResponse](docs/ObjectRolesResponse.md)
143
138
  - [PaginatedTaskResponseList](docs/PaginatedTaskResponseList.md)
144
- - [PaginatedrpmPackageResponseList](docs/PaginatedrpmPackageResponseList.md)
145
139
  - [PaginatedserviceFeatureContentGuardResponseList](docs/PaginatedserviceFeatureContentGuardResponseList.md)
146
140
  - [PaginatedserviceVulnerabilityReportResponseList](docs/PaginatedserviceVulnerabilityReportResponseList.md)
147
141
  - [PatchedserviceFeatureContentGuard](docs/PatchedserviceFeatureContentGuard.md)
148
142
  - [ProgressReportResponse](docs/ProgressReportResponse.md)
149
- - [RpmPackageResponse](docs/RpmPackageResponse.md)
150
143
  - [ServiceFeatureContentGuard](docs/ServiceFeatureContentGuard.md)
151
144
  - [ServiceFeatureContentGuardResponse](docs/ServiceFeatureContentGuardResponse.md)
152
145
  - [ServiceVulnerabilityReportResponse](docs/ServiceVulnerabilityReportResponse.md)
153
- - [SetLabel](docs/SetLabel.md)
154
- - [SetLabelResponse](docs/SetLabelResponse.md)
155
146
  - [StorageClassEnum](docs/StorageClassEnum.md)
156
147
  - [TaskResponse](docs/TaskResponse.md)
157
- - [UnsetLabel](docs/UnsetLabel.md)
158
- - [UnsetLabelResponse](docs/UnsetLabelResponse.md)
159
148
 
160
149
 
161
150
  <a id="documentation-for-authorization"></a>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_service-client
3
- Version: 20250923.1
3
+ Version: 20250923.3
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -21,7 +21,6 @@ pulpcore/client/pulp_service/api/api_create_domain_api.py
21
21
  pulpcore/client/pulp_service/api/api_debug_auth_header_api.py
22
22
  pulpcore/client/pulp_service/api/api_test_random_lock_tasks_api.py
23
23
  pulpcore/client/pulp_service/api/api_test_tasks_api.py
24
- pulpcore/client/pulp_service/api/content_rpmpackages_api.py
25
24
  pulpcore/client/pulp_service/api/contentguards_feature_api.py
26
25
  pulpcore/client/pulp_service/api/tasks_api.py
27
26
  pulpcore/client/pulp_service/api/vuln_report_service_api.py
@@ -34,27 +33,20 @@ pulpcore/client/pulp_service/models/nested_role.py
34
33
  pulpcore/client/pulp_service/models/nested_role_response.py
35
34
  pulpcore/client/pulp_service/models/object_roles_response.py
36
35
  pulpcore/client/pulp_service/models/paginated_task_response_list.py
37
- pulpcore/client/pulp_service/models/paginatedrpm_package_response_list.py
38
36
  pulpcore/client/pulp_service/models/paginatedservice_feature_content_guard_response_list.py
39
37
  pulpcore/client/pulp_service/models/paginatedservice_vulnerability_report_response_list.py
40
38
  pulpcore/client/pulp_service/models/patchedservice_feature_content_guard.py
41
39
  pulpcore/client/pulp_service/models/progress_report_response.py
42
- pulpcore/client/pulp_service/models/rpm_package_response.py
43
40
  pulpcore/client/pulp_service/models/service_feature_content_guard.py
44
41
  pulpcore/client/pulp_service/models/service_feature_content_guard_response.py
45
42
  pulpcore/client/pulp_service/models/service_vulnerability_report_response.py
46
- pulpcore/client/pulp_service/models/set_label.py
47
- pulpcore/client/pulp_service/models/set_label_response.py
48
43
  pulpcore/client/pulp_service/models/storage_class_enum.py
49
44
  pulpcore/client/pulp_service/models/task_response.py
50
- pulpcore/client/pulp_service/models/unset_label.py
51
- pulpcore/client/pulp_service/models/unset_label_response.py
52
45
  test/test_api_create_domain_api.py
53
46
  test/test_api_debug_auth_header_api.py
54
47
  test/test_api_test_random_lock_tasks_api.py
55
48
  test/test_api_test_tasks_api.py
56
49
  test/test_async_operation_response.py
57
- test/test_content_rpmpackages_api.py
58
50
  test/test_contentguards_feature_api.py
59
51
  test/test_domain.py
60
52
  test/test_domain_response.py
@@ -63,20 +55,14 @@ test/test_nested_role.py
63
55
  test/test_nested_role_response.py
64
56
  test/test_object_roles_response.py
65
57
  test/test_paginated_task_response_list.py
66
- test/test_paginatedrpm_package_response_list.py
67
58
  test/test_paginatedservice_feature_content_guard_response_list.py
68
59
  test/test_paginatedservice_vulnerability_report_response_list.py
69
60
  test/test_patchedservice_feature_content_guard.py
70
61
  test/test_progress_report_response.py
71
- test/test_rpm_package_response.py
72
62
  test/test_service_feature_content_guard.py
73
63
  test/test_service_feature_content_guard_response.py
74
64
  test/test_service_vulnerability_report_response.py
75
- test/test_set_label.py
76
- test/test_set_label_response.py
77
65
  test/test_storage_class_enum.py
78
66
  test/test_task_response.py
79
67
  test/test_tasks_api.py
80
- test/test_unset_label.py
81
- test/test_unset_label_response.py
82
68
  test/test_vuln_report_service_api.py
@@ -15,14 +15,13 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20250923.1"
18
+ __version__ = "20250923.3"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_service.api.api_create_domain_api import ApiCreateDomainApi
22
22
  from pulpcore.client.pulp_service.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
23
23
  from pulpcore.client.pulp_service.api.api_test_random_lock_tasks_api import ApiTestRandomLockTasksApi
24
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
25
  from pulpcore.client.pulp_service.api.contentguards_feature_api import ContentguardsFeatureApi
27
26
  from pulpcore.client.pulp_service.api.tasks_api import TasksApi
28
27
  from pulpcore.client.pulp_service.api.vuln_report_service_api import VulnReportServiceApi
@@ -47,18 +46,12 @@ from pulpcore.client.pulp_service.models.nested_role import NestedRole
47
46
  from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleResponse
48
47
  from pulpcore.client.pulp_service.models.object_roles_response import ObjectRolesResponse
49
48
  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
49
  from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
52
50
  from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
53
51
  from pulpcore.client.pulp_service.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
54
52
  from pulpcore.client.pulp_service.models.progress_report_response import ProgressReportResponse
55
- from pulpcore.client.pulp_service.models.rpm_package_response import RpmPackageResponse
56
53
  from pulpcore.client.pulp_service.models.service_feature_content_guard import ServiceFeatureContentGuard
57
54
  from pulpcore.client.pulp_service.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
58
55
  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
56
  from pulpcore.client.pulp_service.models.storage_class_enum import StorageClassEnum
62
57
  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
@@ -5,7 +5,6 @@ from pulpcore.client.pulp_service.api.api_create_domain_api import ApiCreateDoma
5
5
  from pulpcore.client.pulp_service.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
6
6
  from pulpcore.client.pulp_service.api.api_test_random_lock_tasks_api import ApiTestRandomLockTasksApi
7
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
8
  from pulpcore.client.pulp_service.api.contentguards_feature_api import ContentguardsFeatureApi
10
9
  from pulpcore.client.pulp_service.api.tasks_api import TasksApi
11
10
  from pulpcore.client.pulp_service.api.vuln_report_service_api import VulnReportServiceApi
@@ -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/20250923.1/python'
94
+ self.user_agent = 'OpenAPI-Generator/20250923.3/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_service.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-wcykoo.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-uvahdp.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 = pulpcore.client.pulp_service.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20250923.1".\
560
+ "SDK Package Version: 20250923.3".\
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 = pulpcore.client.pulp_service.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-wcykoo.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-uvahdp.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]
@@ -23,18 +23,12 @@ from pulpcore.client.pulp_service.models.nested_role import NestedRole
23
23
  from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleResponse
24
24
  from pulpcore.client.pulp_service.models.object_roles_response import ObjectRolesResponse
25
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
26
  from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
28
27
  from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
29
28
  from pulpcore.client.pulp_service.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
30
29
  from pulpcore.client.pulp_service.models.progress_report_response import ProgressReportResponse
31
- from pulpcore.client.pulp_service.models.rpm_package_response import RpmPackageResponse
32
30
  from pulpcore.client.pulp_service.models.service_feature_content_guard import ServiceFeatureContentGuard
33
31
  from pulpcore.client.pulp_service.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
34
32
  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
33
  from pulpcore.client.pulp_service.models.storage_class_enum import StorageClassEnum
38
34
  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
@@ -80,6 +80,16 @@ 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
+
83
93
  return _dict
84
94
 
85
95
  @classmethod
@@ -80,6 +80,16 @@ 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
+
83
93
  return _dict
84
94
 
85
95
  @classmethod
@@ -80,6 +80,16 @@ 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
+
83
93
  return _dict
84
94
 
85
95
  @classmethod
@@ -48,7 +48,7 @@ class TaskResponse(BaseModel):
48
48
  progress_reports: Optional[List[ProgressReportResponse]] = None
49
49
  created_resources: Optional[List[StrictStr]] = Field(default=None, description="Resources created by this task.")
50
50
  reserved_resources_record: Optional[List[StrictStr]] = Field(default=None, description="A list of resources required by that task.")
51
- result: Optional[Any] = None
51
+ result: Optional[Any] = Field(default=None, description="The result of this task.")
52
52
  __properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "state", "name", "logging_cid", "created_by", "unblocked_at", "started_at", "finished_at", "error", "worker", "parent_task", "child_tasks", "task_group", "progress_reports", "created_resources", "reserved_resources_record", "result"]
53
53
 
54
54
  model_config = ConfigDict(
@@ -94,6 +94,11 @@ class TaskResponse(BaseModel):
94
94
  * OpenAPI `readOnly` fields are excluded.
95
95
  * OpenAPI `readOnly` fields are excluded.
96
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
+ * OpenAPI `readOnly` fields are excluded.
101
+ * OpenAPI `readOnly` fields are excluded.
97
102
  """
98
103
  excluded_fields: Set[str] = set([
99
104
  "pulp_href",
@@ -108,7 +113,12 @@ class TaskResponse(BaseModel):
108
113
  "error",
109
114
  "worker",
110
115
  "parent_task",
116
+ "child_tasks",
111
117
  "task_group",
118
+ "progress_reports",
119
+ "created_resources",
120
+ "reserved_resources_record",
121
+ "result",
112
122
  ])
113
123
 
114
124
  _dict = self.model_dump(
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pulpcore.client.pulp_service"
3
- version = "20250923.1"
3
+ version = "20250923.3"
4
4
  description = "Pulp 3 API"
5
5
  authors = ["Pulp Team <pulp-list@redhat.com>"]
6
6
  license = "GPLv2+"
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "crc-pulp_service-client"
25
- VERSION = "20250923.1"
25
+ VERSION = "20250923.3"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",