pulp_python_client 3.11.7 → 3.11.8
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.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/ContentPackagesApi.md +6 -0
- data/docs/DistributionsPypiApi.md +40 -12
- data/docs/PublicationsPypiApi.md +16 -4
- data/docs/PypiApi.md +2 -0
- data/docs/PypiLegacyApi.md +2 -0
- data/docs/PypiMetadataApi.md +2 -0
- data/docs/PypiSimpleApi.md +6 -0
- data/docs/RemotesPythonApi.md +42 -12
- data/docs/RepositoriesPythonApi.md +52 -16
- data/docs/RepositoriesPythonVersionsApi.md +16 -4
- data/lib/pulp_python_client/api/content_packages_api.rb +9 -0
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +24 -0
- data/lib/pulp_python_client/api/publications_pypi_api.rb +12 -0
- data/lib/pulp_python_client/api/pypi_api.rb +3 -0
- data/lib/pulp_python_client/api/pypi_legacy_api.rb +3 -0
- data/lib/pulp_python_client/api/pypi_metadata_api.rb +3 -0
- data/lib/pulp_python_client/api/pypi_simple_api.rb +9 -0
- data/lib/pulp_python_client/api/remotes_python_api.rb +27 -0
- data/lib/pulp_python_client/api/repositories_python_api.rb +30 -0
- data/lib/pulp_python_client/api/repositories_python_versions_api.rb +12 -0
- data/lib/pulp_python_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +3 -0
- data/spec/api/distributions_pypi_api_spec.rb +8 -0
- data/spec/api/publications_pypi_api_spec.rb +4 -0
- data/spec/api/pypi_api_spec.rb +1 -0
- data/spec/api/pypi_legacy_api_spec.rb +1 -0
- data/spec/api/pypi_metadata_api_spec.rb +1 -0
- data/spec/api/pypi_simple_api_spec.rb +3 -0
- data/spec/api/remotes_python_api_spec.rb +9 -0
- data/spec/api/repositories_python_api_spec.rb +10 -0
- data/spec/api/repositories_python_versions_api_spec.rb +4 -0
- metadata +37 -37
|
@@ -37,6 +37,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
37
37
|
# PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
|
|
38
38
|
# @param python_python_repository
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
40
41
|
# @return [PythonPythonRepositoryResponse]
|
|
41
42
|
describe 'create test' do
|
|
42
43
|
it 'should work' do
|
|
@@ -49,6 +50,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
49
50
|
# Trigger an asynchronous delete task
|
|
50
51
|
# @param python_python_repository_href
|
|
51
52
|
# @param [Hash] opts the optional parameters
|
|
53
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
52
54
|
# @return [AsyncOperationResponse]
|
|
53
55
|
describe 'delete test' do
|
|
54
56
|
it 'should work' do
|
|
@@ -60,6 +62,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
60
62
|
# List python repositorys
|
|
61
63
|
# PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
|
|
62
64
|
# @param [Hash] opts the optional parameters
|
|
65
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
63
66
|
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
|
64
67
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
65
68
|
# @option opts [String] :name Filter results where name matches value
|
|
@@ -102,6 +105,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
102
105
|
# @param python_python_repository_href
|
|
103
106
|
# @param repository_add_remove_content
|
|
104
107
|
# @param [Hash] opts the optional parameters
|
|
108
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
105
109
|
# @return [AsyncOperationResponse]
|
|
106
110
|
describe 'modify test' do
|
|
107
111
|
it 'should work' do
|
|
@@ -115,6 +119,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
115
119
|
# @param python_python_repository_href
|
|
116
120
|
# @param patchedpython_python_repository
|
|
117
121
|
# @param [Hash] opts the optional parameters
|
|
122
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
118
123
|
# @return [AsyncOperationResponse]
|
|
119
124
|
describe 'partial_update test' do
|
|
120
125
|
it 'should work' do
|
|
@@ -127,6 +132,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
127
132
|
# PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
|
|
128
133
|
# @param python_python_repository_href
|
|
129
134
|
# @param [Hash] opts the optional parameters
|
|
135
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
130
136
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
131
137
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
132
138
|
# @return [PythonPythonRepositoryResponse]
|
|
@@ -142,6 +148,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
142
148
|
# @param python_python_repository_href
|
|
143
149
|
# @param set_label
|
|
144
150
|
# @param [Hash] opts the optional parameters
|
|
151
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
145
152
|
# @return [SetLabelResponse]
|
|
146
153
|
describe 'set_label test' do
|
|
147
154
|
it 'should work' do
|
|
@@ -155,6 +162,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
155
162
|
# @param python_python_repository_href
|
|
156
163
|
# @param repository_sync_url
|
|
157
164
|
# @param [Hash] opts the optional parameters
|
|
165
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
158
166
|
# @return [AsyncOperationResponse]
|
|
159
167
|
describe 'sync test' do
|
|
160
168
|
it 'should work' do
|
|
@@ -168,6 +176,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
168
176
|
# @param python_python_repository_href
|
|
169
177
|
# @param unset_label
|
|
170
178
|
# @param [Hash] opts the optional parameters
|
|
179
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
171
180
|
# @return [UnsetLabelResponse]
|
|
172
181
|
describe 'unset_label test' do
|
|
173
182
|
it 'should work' do
|
|
@@ -181,6 +190,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
181
190
|
# @param python_python_repository_href
|
|
182
191
|
# @param python_python_repository
|
|
183
192
|
# @param [Hash] opts the optional parameters
|
|
193
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
184
194
|
# @return [AsyncOperationResponse]
|
|
185
195
|
describe 'update test' do
|
|
186
196
|
it 'should work' do
|
|
@@ -37,6 +37,7 @@ 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.
|
|
40
41
|
# @return [AsyncOperationResponse]
|
|
41
42
|
describe 'delete test' do
|
|
42
43
|
it 'should work' do
|
|
@@ -49,6 +50,7 @@ describe 'RepositoriesPythonVersionsApi' do
|
|
|
49
50
|
# PythonRepositoryVersion represents a single Python repository version.
|
|
50
51
|
# @param python_python_repository_href
|
|
51
52
|
# @param [Hash] opts the optional parameters
|
|
53
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
52
54
|
# @option opts [String] :content Content Unit referenced by HREF
|
|
53
55
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
|
54
56
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -82,6 +84,7 @@ describe 'RepositoriesPythonVersionsApi' do
|
|
|
82
84
|
# PythonRepositoryVersion represents a single Python repository version.
|
|
83
85
|
# @param python_python_repository_version_href
|
|
84
86
|
# @param [Hash] opts the optional parameters
|
|
87
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
85
88
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
86
89
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
87
90
|
# @return [RepositoryVersionResponse]
|
|
@@ -96,6 +99,7 @@ describe 'RepositoriesPythonVersionsApi' do
|
|
|
96
99
|
# @param python_python_repository_version_href
|
|
97
100
|
# @param repair
|
|
98
101
|
# @param [Hash] opts the optional parameters
|
|
102
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
99
103
|
# @return [AsyncOperationResponse]
|
|
100
104
|
describe 'repair test' do
|
|
101
105
|
it 'should work' do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_python_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.11.
|
|
4
|
+
version: 3.11.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -257,54 +257,54 @@ signing_key:
|
|
|
257
257
|
specification_version: 4
|
|
258
258
|
summary: Pulp 3 API Ruby Gem
|
|
259
259
|
test_files:
|
|
260
|
-
- spec/api/content_packages_api_spec.rb
|
|
261
|
-
- spec/api/publications_pypi_api_spec.rb
|
|
262
260
|
- spec/api/distributions_pypi_api_spec.rb
|
|
263
|
-
- spec/api/remotes_python_api_spec.rb
|
|
264
|
-
- spec/api/pypi_api_spec.rb
|
|
265
|
-
- spec/api/repositories_python_versions_api_spec.rb
|
|
266
261
|
- spec/api/pypi_legacy_api_spec.rb
|
|
267
262
|
- spec/api/pypi_metadata_api_spec.rb
|
|
268
|
-
- spec/api/
|
|
263
|
+
- spec/api/remotes_python_api_spec.rb
|
|
264
|
+
- spec/api/content_packages_api_spec.rb
|
|
265
|
+
- spec/api/publications_pypi_api_spec.rb
|
|
269
266
|
- spec/api/repositories_python_api_spec.rb
|
|
267
|
+
- spec/api/pypi_api_spec.rb
|
|
268
|
+
- spec/api/pypi_simple_api_spec.rb
|
|
269
|
+
- spec/api/repositories_python_versions_api_spec.rb
|
|
270
270
|
- spec/api_client_spec.rb
|
|
271
271
|
- spec/configuration_spec.rb
|
|
272
|
-
- spec/models/python_python_remote_response_hidden_fields_spec.rb
|
|
273
|
-
- spec/models/python_python_publication_response_spec.rb
|
|
274
|
-
- spec/models/unset_label_response_spec.rb
|
|
275
|
-
- spec/models/python_python_remote_response_spec.rb
|
|
276
|
-
- spec/models/python_python_package_content_response_spec.rb
|
|
277
|
-
- spec/models/python_bander_remote_spec.rb
|
|
278
|
-
- spec/models/repository_version_response_spec.rb
|
|
279
272
|
- spec/models/set_label_spec.rb
|
|
280
|
-
- spec/models/
|
|
281
|
-
- spec/models/
|
|
282
|
-
- spec/models/python_python_publication_spec.rb
|
|
283
|
-
- spec/models/package_metadata_response_spec.rb
|
|
284
|
-
- spec/models/python_python_repository_response_spec.rb
|
|
285
|
-
- spec/models/async_operation_response_spec.rb
|
|
286
|
-
- spec/models/package_upload_task_response_spec.rb
|
|
287
|
-
- spec/models/repository_add_remove_content_spec.rb
|
|
288
|
-
- spec/models/patchedpython_python_distribution_spec.rb
|
|
289
|
-
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
|
273
|
+
- spec/models/unset_label_spec.rb
|
|
274
|
+
- spec/models/python_python_remote_response_hidden_fields_spec.rb
|
|
290
275
|
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
|
291
276
|
- spec/models/python_python_package_content_spec.rb
|
|
292
|
-
- spec/models/
|
|
277
|
+
- spec/models/python_python_distribution_response_spec.rb
|
|
278
|
+
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
|
279
|
+
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
|
280
|
+
- spec/models/repository_version_response_spec.rb
|
|
293
281
|
- spec/models/repository_sync_url_spec.rb
|
|
282
|
+
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
|
283
|
+
- spec/models/python_python_repository_response_spec.rb
|
|
284
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
285
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
286
|
+
- spec/models/package_upload_task_response_spec.rb
|
|
287
|
+
- spec/models/python_python_distribution_spec.rb
|
|
294
288
|
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
|
295
|
-
- spec/models/
|
|
296
|
-
- spec/models/set_label_response_spec.rb
|
|
297
|
-
- spec/models/unset_label_spec.rb
|
|
298
|
-
- spec/models/python_python_remote_spec.rb
|
|
289
|
+
- spec/models/unset_label_response_spec.rb
|
|
299
290
|
- spec/models/policy_enum_spec.rb
|
|
300
|
-
- spec/models/
|
|
301
|
-
- spec/models/
|
|
302
|
-
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
|
303
|
-
- spec/models/content_summary_response_spec.rb
|
|
304
|
-
- spec/models/python_python_repository_spec.rb
|
|
305
|
-
- spec/models/exclude_platforms_enum_spec.rb
|
|
291
|
+
- spec/models/summary_response_spec.rb
|
|
292
|
+
- spec/models/python_python_publication_response_spec.rb
|
|
306
293
|
- spec/models/package_types_enum_spec.rb
|
|
294
|
+
- spec/models/content_summary_response_spec.rb
|
|
295
|
+
- spec/models/python_python_remote_spec.rb
|
|
296
|
+
- spec/models/python_bander_remote_spec.rb
|
|
297
|
+
- spec/models/python_python_remote_response_spec.rb
|
|
298
|
+
- spec/models/python_python_publication_spec.rb
|
|
299
|
+
- spec/models/repair_spec.rb
|
|
300
|
+
- spec/models/patchedpython_python_distribution_spec.rb
|
|
307
301
|
- spec/models/package_upload_spec.rb
|
|
308
|
-
- spec/models/
|
|
302
|
+
- spec/models/async_operation_response_spec.rb
|
|
303
|
+
- spec/models/package_metadata_response_spec.rb
|
|
304
|
+
- spec/models/python_python_package_content_response_spec.rb
|
|
309
305
|
- spec/models/patchedpython_python_repository_spec.rb
|
|
306
|
+
- spec/models/set_label_response_spec.rb
|
|
307
|
+
- spec/models/exclude_platforms_enum_spec.rb
|
|
308
|
+
- spec/models/python_python_repository_spec.rb
|
|
309
|
+
- spec/models/patchedpython_python_remote_spec.rb
|
|
310
310
|
- spec/spec_helper.rb
|