pulp_python_client 3.13.6 → 3.14.0

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.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. data/docs/ContentPackagesApi.md +8 -22
  4. data/docs/DistributionsPypiApi.md +32 -72
  5. data/docs/PublicationsPypiApi.md +16 -40
  6. data/docs/PypiApi.md +0 -2
  7. data/docs/PypiLegacyApi.md +0 -2
  8. data/docs/PypiMetadataApi.md +0 -2
  9. data/docs/PypiSimpleApi.md +0 -6
  10. data/docs/RemotesPythonApi.md +32 -74
  11. data/docs/RepositoriesPythonApi.md +40 -88
  12. data/docs/RepositoriesPythonVersionsApi.md +10 -22
  13. data/lib/pulp_python_client/api/content_packages_api.rb +0 -15
  14. data/lib/pulp_python_client/api/distributions_pypi_api.rb +0 -36
  15. data/lib/pulp_python_client/api/publications_pypi_api.rb +0 -24
  16. data/lib/pulp_python_client/api/pypi_api.rb +0 -3
  17. data/lib/pulp_python_client/api/pypi_legacy_api.rb +0 -3
  18. data/lib/pulp_python_client/api/pypi_metadata_api.rb +0 -3
  19. data/lib/pulp_python_client/api/pypi_simple_api.rb +0 -9
  20. data/lib/pulp_python_client/api/remotes_python_api.rb +0 -39
  21. data/lib/pulp_python_client/api/repositories_python_api.rb +0 -42
  22. data/lib/pulp_python_client/api/repositories_python_versions_api.rb +3 -15
  23. data/lib/pulp_python_client/version.rb +1 -1
  24. data/pulp_python_client.gemspec +1 -0
  25. data/spec/api/content_packages_api_spec.rb +0 -5
  26. data/spec/api/distributions_pypi_api_spec.rb +0 -12
  27. data/spec/api/publications_pypi_api_spec.rb +0 -8
  28. data/spec/api/pypi_api_spec.rb +0 -1
  29. data/spec/api/pypi_legacy_api_spec.rb +0 -1
  30. data/spec/api/pypi_metadata_api_spec.rb +0 -1
  31. data/spec/api/pypi_simple_api_spec.rb +0 -3
  32. data/spec/api/remotes_python_api_spec.rb +0 -13
  33. data/spec/api/repositories_python_api_spec.rb +0 -14
  34. data/spec/api/repositories_python_versions_api_spec.rb +1 -5
  35. metadata +59 -39
@@ -38,7 +38,6 @@ describe 'PublicationsPypiApi' do
38
38
  # @param python_python_publication_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
41
  # @return [NestedRoleResponse]
43
42
  describe 'add_role test' do
44
43
  it 'should work' do
@@ -51,7 +50,6 @@ describe 'PublicationsPypiApi' do
51
50
  # Dispatches a publish task, which generates metadata that will be used by pip.
52
51
  # @param python_python_publication
53
52
  # @param [Hash] opts the optional parameters
54
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
55
53
  # @return [AsyncOperationResponse]
56
54
  describe 'create test' do
57
55
  it 'should work' do
@@ -64,7 +62,6 @@ describe 'PublicationsPypiApi' do
64
62
  # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
65
63
  # @param python_python_publication_href
66
64
  # @param [Hash] opts the optional parameters
67
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
68
65
  # @return [nil]
69
66
  describe 'delete test' do
70
67
  it 'should work' do
@@ -76,7 +73,6 @@ describe 'PublicationsPypiApi' do
76
73
  # List python publications
77
74
  # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
78
75
  # @param [Hash] opts the optional parameters
79
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
76
  # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
81
77
  # @option opts [String] :content Content Unit referenced by HREF/PRN
82
78
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
@@ -110,7 +106,6 @@ describe 'PublicationsPypiApi' do
110
106
  # List roles assigned to this object.
111
107
  # @param python_python_publication_href
112
108
  # @param [Hash] opts the optional parameters
113
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
114
109
  # @option opts [Array<String>] :fields A list of fields to include in the response.
115
110
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
116
111
  # @return [ObjectRolesResponse]
@@ -125,7 +120,6 @@ describe 'PublicationsPypiApi' do
125
120
  # List permissions available to the current user on this object.
126
121
  # @param python_python_publication_href
127
122
  # @param [Hash] opts the optional parameters
128
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
129
123
  # @option opts [Array<String>] :fields A list of fields to include in the response.
130
124
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
131
125
  # @return [MyPermissionsResponse]
@@ -140,7 +134,6 @@ describe 'PublicationsPypiApi' do
140
134
  # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
141
135
  # @param python_python_publication_href
142
136
  # @param [Hash] opts the optional parameters
143
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
144
137
  # @option opts [Array<String>] :fields A list of fields to include in the response.
145
138
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
146
139
  # @return [PythonPythonPublicationResponse]
@@ -156,7 +149,6 @@ describe 'PublicationsPypiApi' do
156
149
  # @param python_python_publication_href
157
150
  # @param nested_role
158
151
  # @param [Hash] opts the optional parameters
159
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
160
152
  # @return [NestedRoleResponse]
161
153
  describe 'remove_role test' do
162
154
  it 'should work' do
@@ -37,7 +37,6 @@ describe 'PypiApi' do
37
37
  # Gets package summary stats of index.
38
38
  # @param path
39
39
  # @param [Hash] opts the optional parameters
40
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
40
  # @option opts [Array<String>] :fields A list of fields to include in the response.
42
41
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
43
42
  # @return [SummaryResponse]
@@ -39,7 +39,6 @@ describe 'PypiLegacyApi' do
39
39
  # @param content A Python package release file to upload to the index.
40
40
  # @param sha256_digest SHA256 of package to validate upload integrity.
41
41
  # @param [Hash] opts the optional parameters
42
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
43
42
  # @option opts [String] :action Defaults to &#x60;file_upload&#x60;, don&#39;t change it or request will fail!
44
43
  # @return [PackageUploadTaskResponse]
45
44
  describe 'create test' do
@@ -38,7 +38,6 @@ describe 'PypiMetadataApi' do
38
38
  # @param meta
39
39
  # @param path
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
41
  # @option opts [Array<String>] :fields A list of fields to include in the response.
43
42
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
44
43
  # @return [PackageMetadataResponse]
@@ -39,7 +39,6 @@ describe 'PypiSimpleApi' do
39
39
  # @param content A Python package release file to upload to the index.
40
40
  # @param sha256_digest SHA256 of package to validate upload integrity.
41
41
  # @param [Hash] opts the optional parameters
42
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
43
42
  # @option opts [String] :action Defaults to &#x60;file_upload&#x60;, don&#39;t change it or request will fail!
44
43
  # @return [PackageUploadTaskResponse]
45
44
  describe 'create test' do
@@ -54,7 +53,6 @@ describe 'PypiSimpleApi' do
54
53
  # @param package
55
54
  # @param path
56
55
  # @param [Hash] opts the optional parameters
57
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
58
56
  # @option opts [Array<String>] :fields A list of fields to include in the response.
59
57
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
60
58
  # @return [nil]
@@ -69,7 +67,6 @@ describe 'PypiSimpleApi' do
69
67
  # Gets the simple api html page for the index.
70
68
  # @param path
71
69
  # @param [Hash] opts the optional parameters
72
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
73
70
  # @option opts [Array<String>] :fields A list of fields to include in the response.
74
71
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
72
  # @return [nil]
@@ -38,7 +38,6 @@ describe 'RemotesPythonApi' do
38
38
  # @param python_python_remote_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
41
  # @return [NestedRoleResponse]
43
42
  describe 'add_role test' do
44
43
  it 'should work' do
@@ -51,7 +50,6 @@ describe 'RemotesPythonApi' do
51
50
  # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
52
51
  # @param python_python_remote
53
52
  # @param [Hash] opts the optional parameters
54
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
55
53
  # @return [PythonPythonRemoteResponse]
56
54
  describe 'create test' do
57
55
  it 'should work' do
@@ -64,7 +62,6 @@ describe 'RemotesPythonApi' do
64
62
  # Trigger an asynchronous delete task
65
63
  # @param python_python_remote_href
66
64
  # @param [Hash] opts the optional parameters
67
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
68
65
  # @return [AsyncOperationResponse]
69
66
  describe 'delete test' do
70
67
  it 'should work' do
@@ -78,7 +75,6 @@ describe 'RemotesPythonApi' do
78
75
  # @param config A Bandersnatch config that may be used to construct a Python Remote.
79
76
  # @param name A unique name for this remote
80
77
  # @param [Hash] opts the optional parameters
81
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
82
78
  # @option opts [PolicyEnum] :policy The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;on_demand&#39; is the default. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again.
83
79
  # @return [PythonPythonRemoteResponse]
84
80
  describe 'from_bandersnatch test' do
@@ -91,7 +87,6 @@ describe 'RemotesPythonApi' do
91
87
  # List python remotes
92
88
  # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
93
89
  # @param [Hash] opts the optional parameters
94
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
95
90
  # @option opts [Integer] :limit Number of results to return per page.
96
91
  # @option opts [String] :name Filter results where name matches value
97
92
  # @option opts [String] :name__contains Filter results where name contains value
@@ -130,7 +125,6 @@ describe 'RemotesPythonApi' do
130
125
  # List roles assigned to this object.
131
126
  # @param python_python_remote_href
132
127
  # @param [Hash] opts the optional parameters
133
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
134
128
  # @option opts [Array<String>] :fields A list of fields to include in the response.
135
129
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
136
130
  # @return [ObjectRolesResponse]
@@ -145,7 +139,6 @@ describe 'RemotesPythonApi' do
145
139
  # List permissions available to the current user on this object.
146
140
  # @param python_python_remote_href
147
141
  # @param [Hash] opts the optional parameters
148
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
149
142
  # @option opts [Array<String>] :fields A list of fields to include in the response.
150
143
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
151
144
  # @return [MyPermissionsResponse]
@@ -161,7 +154,6 @@ describe 'RemotesPythonApi' do
161
154
  # @param python_python_remote_href
162
155
  # @param patchedpython_python_remote
163
156
  # @param [Hash] opts the optional parameters
164
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
165
157
  # @return [AsyncOperationResponse]
166
158
  describe 'partial_update test' do
167
159
  it 'should work' do
@@ -174,7 +166,6 @@ describe 'RemotesPythonApi' do
174
166
  # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
175
167
  # @param python_python_remote_href
176
168
  # @param [Hash] opts the optional parameters
177
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
178
169
  # @option opts [Array<String>] :fields A list of fields to include in the response.
179
170
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
180
171
  # @return [PythonPythonRemoteResponse]
@@ -190,7 +181,6 @@ describe 'RemotesPythonApi' do
190
181
  # @param python_python_remote_href
191
182
  # @param nested_role
192
183
  # @param [Hash] opts the optional parameters
193
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
194
184
  # @return [NestedRoleResponse]
195
185
  describe 'remove_role test' do
196
186
  it 'should work' do
@@ -204,7 +194,6 @@ describe 'RemotesPythonApi' do
204
194
  # @param python_python_remote_href
205
195
  # @param set_label
206
196
  # @param [Hash] opts the optional parameters
207
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
208
197
  # @return [SetLabelResponse]
209
198
  describe 'set_label test' do
210
199
  it 'should work' do
@@ -218,7 +207,6 @@ describe 'RemotesPythonApi' do
218
207
  # @param python_python_remote_href
219
208
  # @param unset_label
220
209
  # @param [Hash] opts the optional parameters
221
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
222
210
  # @return [UnsetLabelResponse]
223
211
  describe 'unset_label test' do
224
212
  it 'should work' do
@@ -232,7 +220,6 @@ describe 'RemotesPythonApi' do
232
220
  # @param python_python_remote_href
233
221
  # @param python_python_remote
234
222
  # @param [Hash] opts the optional parameters
235
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
236
223
  # @return [AsyncOperationResponse]
237
224
  describe 'update test' do
238
225
  it 'should work' do
@@ -38,7 +38,6 @@ describe 'RepositoriesPythonApi' do
38
38
  # @param python_python_repository_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
41
  # @return [NestedRoleResponse]
43
42
  describe 'add_role test' do
44
43
  it 'should work' do
@@ -51,7 +50,6 @@ describe 'RepositoriesPythonApi' do
51
50
  # PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
52
51
  # @param python_python_repository
53
52
  # @param [Hash] opts the optional parameters
54
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
55
53
  # @return [PythonPythonRepositoryResponse]
56
54
  describe 'create test' do
57
55
  it 'should work' do
@@ -64,7 +62,6 @@ describe 'RepositoriesPythonApi' do
64
62
  # Trigger an asynchronous delete task
65
63
  # @param python_python_repository_href
66
64
  # @param [Hash] opts the optional parameters
67
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
68
65
  # @return [AsyncOperationResponse]
69
66
  describe 'delete test' do
70
67
  it 'should work' do
@@ -76,7 +73,6 @@ describe 'RepositoriesPythonApi' do
76
73
  # List python repositorys
77
74
  # PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
78
75
  # @param [Hash] opts the optional parameters
79
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
76
  # @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
81
77
  # @option opts [Integer] :limit Number of results to return per page.
82
78
  # @option opts [String] :name Filter results where name matches value
@@ -119,7 +115,6 @@ describe 'RepositoriesPythonApi' do
119
115
  # List roles assigned to this object.
120
116
  # @param python_python_repository_href
121
117
  # @param [Hash] opts the optional parameters
122
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
123
118
  # @option opts [Array<String>] :fields A list of fields to include in the response.
124
119
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
125
120
  # @return [ObjectRolesResponse]
@@ -135,7 +130,6 @@ describe 'RepositoriesPythonApi' do
135
130
  # @param python_python_repository_href
136
131
  # @param repository_add_remove_content
137
132
  # @param [Hash] opts the optional parameters
138
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
139
133
  # @return [AsyncOperationResponse]
140
134
  describe 'modify test' do
141
135
  it 'should work' do
@@ -148,7 +142,6 @@ describe 'RepositoriesPythonApi' do
148
142
  # List permissions available to the current user on this object.
149
143
  # @param python_python_repository_href
150
144
  # @param [Hash] opts the optional parameters
151
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
152
145
  # @option opts [Array<String>] :fields A list of fields to include in the response.
153
146
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
154
147
  # @return [MyPermissionsResponse]
@@ -164,7 +157,6 @@ describe 'RepositoriesPythonApi' do
164
157
  # @param python_python_repository_href
165
158
  # @param patchedpython_python_repository
166
159
  # @param [Hash] opts the optional parameters
167
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
168
160
  # @return [AsyncOperationResponse]
169
161
  describe 'partial_update test' do
170
162
  it 'should work' do
@@ -177,7 +169,6 @@ describe 'RepositoriesPythonApi' do
177
169
  # PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
178
170
  # @param python_python_repository_href
179
171
  # @param [Hash] opts the optional parameters
180
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
181
172
  # @option opts [Array<String>] :fields A list of fields to include in the response.
182
173
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
183
174
  # @return [PythonPythonRepositoryResponse]
@@ -193,7 +184,6 @@ describe 'RepositoriesPythonApi' do
193
184
  # @param python_python_repository_href
194
185
  # @param nested_role
195
186
  # @param [Hash] opts the optional parameters
196
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
197
187
  # @return [NestedRoleResponse]
198
188
  describe 'remove_role test' do
199
189
  it 'should work' do
@@ -207,7 +197,6 @@ describe 'RepositoriesPythonApi' do
207
197
  # @param python_python_repository_href
208
198
  # @param set_label
209
199
  # @param [Hash] opts the optional parameters
210
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
211
200
  # @return [SetLabelResponse]
212
201
  describe 'set_label test' do
213
202
  it 'should work' do
@@ -221,7 +210,6 @@ describe 'RepositoriesPythonApi' do
221
210
  # @param python_python_repository_href
222
211
  # @param repository_sync_url
223
212
  # @param [Hash] opts the optional parameters
224
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
225
213
  # @return [AsyncOperationResponse]
226
214
  describe 'sync test' do
227
215
  it 'should work' do
@@ -235,7 +223,6 @@ describe 'RepositoriesPythonApi' do
235
223
  # @param python_python_repository_href
236
224
  # @param unset_label
237
225
  # @param [Hash] opts the optional parameters
238
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
239
226
  # @return [UnsetLabelResponse]
240
227
  describe 'unset_label test' do
241
228
  it 'should work' do
@@ -249,7 +236,6 @@ describe 'RepositoriesPythonApi' do
249
236
  # @param python_python_repository_href
250
237
  # @param python_python_repository
251
238
  # @param [Hash] opts the optional parameters
252
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
253
239
  # @return [AsyncOperationResponse]
254
240
  describe 'update test' do
255
241
  it 'should work' do
@@ -37,7 +37,6 @@ describe 'RepositoriesPythonVersionsApi' do
37
37
  # Trigger an asynchronous task to delete a repository version.
38
38
  # @param python_python_repository_version_href
39
39
  # @param [Hash] opts the optional parameters
40
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
40
  # @return [AsyncOperationResponse]
42
41
  describe 'delete test' do
43
42
  it 'should work' do
@@ -50,7 +49,6 @@ describe 'RepositoriesPythonVersionsApi' do
50
49
  # PythonRepositoryVersion represents a single Python repository version.
51
50
  # @param python_python_repository_href
52
51
  # @param [Hash] opts the optional parameters
53
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
54
52
  # @option opts [String] :content Content Unit referenced by HREF/PRN
55
53
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
56
54
  # @option opts [Integer] :limit Number of results to return per page.
@@ -61,7 +59,7 @@ describe 'RepositoriesPythonVersionsApi' do
61
59
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
62
60
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
63
61
  # @option opts [Integer] :offset The initial index from which to return the results.
64
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;content_ids&#x60; - Content ids * &#x60;-content_ids&#x60; - Content ids (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
62
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
65
63
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
66
64
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
67
65
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -86,7 +84,6 @@ describe 'RepositoriesPythonVersionsApi' do
86
84
  # PythonRepositoryVersion represents a single Python repository version.
87
85
  # @param python_python_repository_version_href
88
86
  # @param [Hash] opts the optional parameters
89
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
90
87
  # @option opts [Array<String>] :fields A list of fields to include in the response.
91
88
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
92
89
  # @return [RepositoryVersionResponse]
@@ -101,7 +98,6 @@ describe 'RepositoriesPythonVersionsApi' do
101
98
  # @param python_python_repository_version_href
102
99
  # @param repair
103
100
  # @param [Hash] opts the optional parameters
104
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
105
101
  # @return [AsyncOperationResponse]
106
102
  describe 'repair test' do
107
103
  it 'should work' do
metadata CHANGED
@@ -1,15 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_python_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.6
4
+ version: 3.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-01 00:00:00.000000000 Z
11
+ date: 2025-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: faraday-net_http
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '3.1'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '2.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '3.1'
13
33
  - !ruby/object:Gem::Dependency
14
34
  name: faraday
15
35
  requirement: !ruby/object:Gem::Requirement
@@ -266,53 +286,53 @@ signing_key:
266
286
  specification_version: 4
267
287
  summary: Pulp 3 API Ruby Gem
268
288
  test_files:
269
- - spec/api/remotes_python_api_spec.rb
270
- - spec/api/pypi_legacy_api_spec.rb
271
- - spec/api/repositories_python_versions_api_spec.rb
272
289
  - spec/api/pypi_api_spec.rb
273
- - spec/api/pypi_simple_api_spec.rb
274
- - spec/api/repositories_python_api_spec.rb
275
- - spec/api/distributions_pypi_api_spec.rb
276
- - spec/api/content_packages_api_spec.rb
290
+ - spec/api/repositories_python_versions_api_spec.rb
277
291
  - spec/api/publications_pypi_api_spec.rb
292
+ - spec/api/pypi_legacy_api_spec.rb
278
293
  - spec/api/pypi_metadata_api_spec.rb
279
- - spec/models/policy_enum_spec.rb
294
+ - spec/api/content_packages_api_spec.rb
295
+ - spec/api/remotes_python_api_spec.rb
296
+ - spec/api/pypi_simple_api_spec.rb
297
+ - spec/api/distributions_pypi_api_spec.rb
298
+ - spec/api/repositories_python_api_spec.rb
280
299
  - spec/models/repair_spec.rb
281
- - spec/models/repository_add_remove_content_spec.rb
282
- - spec/models/python_python_package_content_response_spec.rb
283
- - spec/models/python_python_repository_spec.rb
284
- - spec/models/python_python_remote_response_spec.rb
300
+ - spec/models/patchedpython_python_distribution_spec.rb
301
+ - spec/models/python_python_repository_response_spec.rb
285
302
  - spec/models/paginatedpython_python_repository_response_list_spec.rb
286
- - spec/models/content_summary_response_spec.rb
287
- - spec/models/nested_role_spec.rb
288
- - spec/models/patchedpython_python_remote_spec.rb
289
- - spec/models/set_label_response_spec.rb
290
- - spec/models/async_operation_response_spec.rb
291
- - spec/models/python_python_publication_response_spec.rb
292
- - spec/models/patchedpython_python_repository_spec.rb
293
- - spec/models/object_roles_response_spec.rb
294
- - spec/models/unset_label_spec.rb
295
303
  - spec/models/set_label_spec.rb
296
- - spec/models/python_python_repository_response_spec.rb
297
- - spec/models/summary_response_spec.rb
298
- - spec/models/python_python_remote_response_hidden_fields_inner_spec.rb
299
- - spec/models/python_python_publication_spec.rb
300
- - spec/models/nested_role_response_spec.rb
301
- - spec/models/paginatedpython_python_remote_response_list_spec.rb
304
+ - spec/models/policy_enum_spec.rb
305
+ - spec/models/python_python_package_content_response_spec.rb
306
+ - spec/models/repository_add_remove_content_spec.rb
302
307
  - spec/models/exclude_platforms_enum_spec.rb
303
- - spec/models/repository_sync_url_spec.rb
304
- - spec/models/patchedpython_python_distribution_spec.rb
305
- - spec/models/paginatedpython_python_publication_response_list_spec.rb
306
- - spec/models/paginatedpython_python_package_content_response_list_spec.rb
307
- - spec/models/unset_label_response_spec.rb
308
308
  - spec/models/package_metadata_response_spec.rb
309
- - spec/models/my_permissions_response_spec.rb
310
- - spec/models/package_upload_task_response_spec.rb
311
- - spec/models/python_python_remote_spec.rb
312
- - spec/models/paginated_repository_version_response_list_spec.rb
309
+ - spec/models/paginatedpython_python_remote_response_list_spec.rb
310
+ - spec/models/patchedpython_python_remote_spec.rb
311
+ - spec/models/paginatedpython_python_distribution_response_list_spec.rb
312
+ - spec/models/nested_role_response_spec.rb
313
+ - spec/models/nested_role_spec.rb
313
314
  - spec/models/package_types_enum_spec.rb
315
+ - spec/models/python_python_remote_spec.rb
316
+ - spec/models/repository_sync_url_spec.rb
317
+ - spec/models/patchedpython_python_repository_spec.rb
318
+ - spec/models/unset_label_spec.rb
314
319
  - spec/models/python_python_distribution_response_spec.rb
320
+ - spec/models/unset_label_response_spec.rb
321
+ - spec/models/python_python_publication_response_spec.rb
315
322
  - spec/models/python_python_distribution_spec.rb
316
323
  - spec/models/repository_version_response_spec.rb
317
- - spec/models/paginatedpython_python_distribution_response_list_spec.rb
324
+ - spec/models/paginatedpython_python_package_content_response_list_spec.rb
325
+ - spec/models/python_python_publication_spec.rb
326
+ - spec/models/python_python_remote_response_spec.rb
327
+ - spec/models/paginated_repository_version_response_list_spec.rb
328
+ - spec/models/my_permissions_response_spec.rb
329
+ - spec/models/paginatedpython_python_publication_response_list_spec.rb
330
+ - spec/models/python_python_remote_response_hidden_fields_inner_spec.rb
331
+ - spec/models/object_roles_response_spec.rb
332
+ - spec/models/package_upload_task_response_spec.rb
333
+ - spec/models/set_label_response_spec.rb
334
+ - spec/models/summary_response_spec.rb
335
+ - spec/models/content_summary_response_spec.rb
336
+ - spec/models/python_python_repository_spec.rb
337
+ - spec/models/async_operation_response_spec.rb
318
338
  - spec/spec_helper.rb