pulp_python_client 3.12.5 → 3.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +17 -16
- data/docs/AsyncOperationResponse.md +8 -7
- data/docs/ContentPackagesApi.md +170 -120
- data/docs/ContentSummaryResponse.md +12 -11
- data/docs/DistributionsPypiApi.md +385 -182
- data/docs/ExcludePlatformsEnum.md +4 -5
- data/docs/MyPermissionsResponse.md +8 -7
- data/docs/NestedRole.md +12 -11
- data/docs/NestedRoleResponse.md +12 -11
- data/docs/ObjectRolesResponse.md +8 -7
- data/docs/PackageMetadataResponse.md +14 -13
- data/docs/PackageTypesEnum.md +4 -5
- data/docs/PackageUploadTaskResponse.md +12 -11
- data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
- data/docs/PaginatedpythonPythonDistributionResponseList.md +14 -13
- data/docs/PaginatedpythonPythonPackageContentResponseList.md +14 -13
- data/docs/PaginatedpythonPythonPublicationResponseList.md +14 -13
- data/docs/PaginatedpythonPythonRemoteResponseList.md +14 -13
- data/docs/PaginatedpythonPythonRepositoryResponseList.md +14 -13
- data/docs/PatchedpythonPythonDistribution.md +24 -23
- data/docs/PatchedpythonPythonRemote.md +60 -59
- data/docs/PatchedpythonPythonRepository.md +18 -17
- data/docs/PolicyEnum.md +4 -5
- data/docs/PublicationsPypiApi.md +267 -130
- data/docs/PypiApi.md +33 -17
- data/docs/PypiLegacyApi.md +34 -18
- data/docs/PypiMetadataApi.md +34 -18
- data/docs/PypiSimpleApi.md +95 -45
- data/docs/PythonPythonDistribution.md +24 -23
- data/docs/PythonPythonDistributionResponse.md +36 -35
- data/docs/PythonPythonPackageContentResponse.md +70 -69
- data/docs/PythonPythonPublication.md +10 -9
- data/docs/PythonPythonPublicationResponse.md +20 -19
- data/docs/PythonPythonRemote.md +60 -59
- data/docs/PythonPythonRemoteResponse.md +60 -59
- data/docs/PythonPythonRemoteResponseHiddenFieldsInner.md +20 -0
- data/docs/PythonPythonRepository.md +18 -17
- data/docs/PythonPythonRepositoryResponse.md +30 -29
- data/docs/RemotesPythonApi.md +420 -198
- data/docs/Repair.md +8 -7
- data/docs/RepositoriesPythonApi.md +444 -207
- data/docs/RepositoriesPythonVersionsApi.md +152 -82
- data/docs/RepositoryAddRemoveContent.md +12 -11
- data/docs/RepositorySyncURL.md +10 -9
- data/docs/RepositoryVersionResponse.md +22 -21
- data/docs/SetLabel.md +10 -9
- data/docs/SetLabelResponse.md +10 -9
- data/docs/SummaryResponse.md +12 -11
- data/docs/UnsetLabel.md +8 -7
- data/docs/UnsetLabelResponse.md +10 -9
- data/lib/pulp_python_client/api/content_packages_api.rb +21 -15
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +89 -56
- data/lib/pulp_python_client/api/publications_pypi_api.rb +67 -47
- data/lib/pulp_python_client/api/pypi_api.rb +6 -5
- data/lib/pulp_python_client/api/pypi_legacy_api.rb +11 -7
- data/lib/pulp_python_client/api/pypi_metadata_api.rb +6 -5
- data/lib/pulp_python_client/api/pypi_simple_api.rb +19 -13
- data/lib/pulp_python_client/api/remotes_python_api.rb +113 -73
- data/lib/pulp_python_client/api/repositories_python_api.rb +107 -66
- data/lib/pulp_python_client/api/repositories_python_versions_api.rb +40 -30
- data/lib/pulp_python_client/api_client.rb +137 -102
- data/lib/pulp_python_client/api_error.rb +2 -1
- data/lib/pulp_python_client/configuration.rb +162 -21
- data/lib/pulp_python_client/models/async_operation_response.rb +32 -22
- data/lib/pulp_python_client/models/content_summary_response.rb +36 -22
- data/lib/pulp_python_client/models/exclude_platforms_enum.rb +8 -4
- data/lib/pulp_python_client/models/my_permissions_response.rb +32 -22
- data/lib/pulp_python_client/models/nested_role.rb +32 -22
- data/lib/pulp_python_client/models/nested_role_response.rb +32 -22
- data/lib/pulp_python_client/models/object_roles_response.rb +32 -22
- data/lib/pulp_python_client/models/package_metadata_response.rb +41 -37
- data/lib/pulp_python_client/models/package_types_enum.rb +8 -4
- data/lib/pulp_python_client/models/package_upload_task_response.rb +37 -23
- data/lib/pulp_python_client/models/paginated_repository_version_response_list.rb +34 -22
- data/lib/pulp_python_client/models/paginatedpython_python_distribution_response_list.rb +34 -22
- data/lib/pulp_python_client/models/paginatedpython_python_package_content_response_list.rb +34 -22
- data/lib/pulp_python_client/models/paginatedpython_python_publication_response_list.rb +34 -22
- data/lib/pulp_python_client/models/paginatedpython_python_remote_response_list.rb +34 -22
- data/lib/pulp_python_client/models/paginatedpython_python_repository_response_list.rb +34 -22
- data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +40 -24
- data/lib/pulp_python_client/models/patchedpython_python_remote.rb +82 -44
- data/lib/pulp_python_client/models/patchedpython_python_repository.rb +35 -23
- data/lib/pulp_python_client/models/policy_enum.rb +8 -4
- data/lib/pulp_python_client/models/python_python_distribution.rb +34 -22
- data/lib/pulp_python_client/models/python_python_distribution_response.rb +36 -24
- data/lib/pulp_python_client/models/python_python_package_content_response.rb +38 -24
- data/lib/pulp_python_client/models/python_python_publication.rb +30 -22
- data/lib/pulp_python_client/models/python_python_publication_response.rb +32 -24
- data/lib/pulp_python_client/models/python_python_remote.rb +76 -42
- data/lib/pulp_python_client/models/python_python_remote_response.rb +79 -45
- data/lib/pulp_python_client/models/{python_python_remote_response_hidden_fields.rb → python_python_remote_response_hidden_fields_inner.rb} +37 -25
- data/lib/pulp_python_client/models/python_python_repository.rb +32 -22
- data/lib/pulp_python_client/models/python_python_repository_response.rb +34 -24
- data/lib/pulp_python_client/models/repair.rb +30 -22
- data/lib/pulp_python_client/models/repository_add_remove_content.rb +30 -22
- data/lib/pulp_python_client/models/repository_sync_url.rb +30 -22
- data/lib/pulp_python_client/models/repository_version_response.rb +32 -24
- data/lib/pulp_python_client/models/set_label.rb +34 -22
- data/lib/pulp_python_client/models/set_label_response.rb +34 -22
- data/lib/pulp_python_client/models/summary_response.rb +36 -22
- data/lib/pulp_python_client/models/unset_label.rb +32 -22
- data/lib/pulp_python_client/models/unset_label_response.rb +32 -22
- data/lib/pulp_python_client/version.rb +2 -2
- data/lib/pulp_python_client.rb +2 -5
- data/pulp_python_client.gemspec +9 -6
- data/spec/api/content_packages_api_spec.rb +4 -4
- data/spec/api/distributions_pypi_api_spec.rb +13 -13
- data/spec/api/publications_pypi_api_spec.rb +16 -15
- data/spec/api/pypi_api_spec.rb +2 -2
- data/spec/api/pypi_legacy_api_spec.rb +2 -2
- data/spec/api/pypi_metadata_api_spec.rb +2 -2
- data/spec/api/pypi_simple_api_spec.rb +4 -4
- data/spec/api/remotes_python_api_spec.rb +21 -20
- data/spec/api/repositories_python_api_spec.rb +15 -15
- data/spec/api/repositories_python_versions_api_spec.rb +12 -11
- data/spec/models/async_operation_response_spec.rb +7 -12
- data/spec/models/content_summary_response_spec.rb +9 -14
- data/spec/models/exclude_platforms_enum_spec.rb +6 -11
- data/spec/models/my_permissions_response_spec.rb +7 -12
- data/spec/models/nested_role_response_spec.rb +9 -14
- data/spec/models/nested_role_spec.rb +9 -14
- data/spec/models/object_roles_response_spec.rb +7 -12
- data/spec/models/package_metadata_response_spec.rb +10 -15
- data/spec/models/package_types_enum_spec.rb +6 -11
- data/spec/models/package_upload_task_response_spec.rb +9 -14
- data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
- data/spec/models/paginatedpython_python_distribution_response_list_spec.rb +10 -15
- data/spec/models/paginatedpython_python_package_content_response_list_spec.rb +10 -15
- data/spec/models/paginatedpython_python_publication_response_list_spec.rb +10 -15
- data/spec/models/paginatedpython_python_remote_response_list_spec.rb +10 -15
- data/spec/models/paginatedpython_python_repository_response_list_spec.rb +10 -15
- data/spec/models/patchedpython_python_distribution_spec.rb +15 -20
- data/spec/models/patchedpython_python_remote_spec.rb +33 -38
- data/spec/models/patchedpython_python_repository_spec.rb +12 -17
- data/spec/models/policy_enum_spec.rb +6 -11
- data/spec/models/python_python_distribution_response_spec.rb +21 -26
- data/spec/models/python_python_distribution_spec.rb +15 -20
- data/spec/models/python_python_package_content_response_spec.rb +38 -43
- data/spec/models/python_python_publication_response_spec.rb +13 -18
- data/spec/models/python_python_publication_spec.rb +8 -13
- data/spec/models/{python_python_remote_response_hidden_fields_spec.rb → python_python_remote_response_hidden_fields_inner_spec.rb} +11 -16
- data/spec/models/python_python_remote_response_spec.rb +33 -38
- data/spec/models/python_python_remote_spec.rb +33 -38
- data/spec/models/python_python_repository_response_spec.rb +18 -23
- data/spec/models/python_python_repository_spec.rb +12 -17
- data/spec/models/repair_spec.rb +7 -12
- data/spec/models/repository_add_remove_content_spec.rb +9 -14
- data/spec/models/repository_sync_url_spec.rb +8 -13
- data/spec/models/repository_version_response_spec.rb +14 -19
- data/spec/models/set_label_response_spec.rb +8 -13
- data/spec/models/set_label_spec.rb +8 -13
- data/spec/models/summary_response_spec.rb +9 -14
- data/spec/models/unset_label_response_spec.rb +8 -13
- data/spec/models/unset_label_spec.rb +7 -12
- data/spec/spec_helper.rb +1 -1
- metadata +81 -69
- data/docs/PackageUpload.md +0 -21
- data/docs/PythonBanderRemote.md +0 -21
- data/docs/PythonPythonPackageContent.md +0 -71
- data/docs/PythonPythonRemoteResponseHiddenFields.md +0 -19
- data/lib/pulp_python_client/models/package_upload.rb +0 -283
- data/lib/pulp_python_client/models/python_bander_remote.rb +0 -257
- data/lib/pulp_python_client/models/python_python_package_content.rb +0 -534
- data/spec/api_client_spec.rb +0 -188
- data/spec/configuration_spec.rb +0 -42
- data/spec/models/package_upload_spec.rb +0 -53
- data/spec/models/python_bander_remote_spec.rb +0 -53
- data/spec/models/python_python_package_content_spec.rb +0 -203
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.
|
4
|
+
version: 3.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-05 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
|
@@ -19,7 +39,7 @@ dependencies:
|
|
19
39
|
version: 1.0.1
|
20
40
|
- - "<"
|
21
41
|
- !ruby/object:Gem::Version
|
22
|
-
version: '2.
|
42
|
+
version: '2.9'
|
23
43
|
type: :runtime
|
24
44
|
prerelease: false
|
25
45
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,27 +49,35 @@ dependencies:
|
|
29
49
|
version: 1.0.1
|
30
50
|
- - "<"
|
31
51
|
- !ruby/object:Gem::Version
|
32
|
-
version: '2.
|
52
|
+
version: '2.9'
|
33
53
|
- !ruby/object:Gem::Dependency
|
34
|
-
name:
|
54
|
+
name: faraday-multipart
|
35
55
|
requirement: !ruby/object:Gem::Requirement
|
36
56
|
requirements:
|
37
|
-
- - "~>"
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: '2.1'
|
40
57
|
- - ">="
|
41
58
|
- !ruby/object:Gem::Version
|
42
|
-
version:
|
59
|
+
version: '0'
|
43
60
|
type: :runtime
|
44
61
|
prerelease: false
|
45
62
|
version_requirements: !ruby/object:Gem::Requirement
|
46
63
|
requirements:
|
47
|
-
- - "
|
64
|
+
- - ">="
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: '0'
|
67
|
+
- !ruby/object:Gem::Dependency
|
68
|
+
name: marcel
|
69
|
+
requirement: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - ">="
|
48
72
|
- !ruby/object:Gem::Version
|
49
|
-
version: '
|
73
|
+
version: '0'
|
74
|
+
type: :runtime
|
75
|
+
prerelease: false
|
76
|
+
version_requirements: !ruby/object:Gem::Requirement
|
77
|
+
requirements:
|
50
78
|
- - ">="
|
51
79
|
- !ruby/object:Gem::Version
|
52
|
-
version:
|
80
|
+
version: '0'
|
53
81
|
- !ruby/object:Gem::Dependency
|
54
82
|
name: rspec
|
55
83
|
requirement: !ruby/object:Gem::Requirement
|
@@ -91,7 +119,6 @@ files:
|
|
91
119
|
- docs/ObjectRolesResponse.md
|
92
120
|
- docs/PackageMetadataResponse.md
|
93
121
|
- docs/PackageTypesEnum.md
|
94
|
-
- docs/PackageUpload.md
|
95
122
|
- docs/PackageUploadTaskResponse.md
|
96
123
|
- docs/PaginatedRepositoryVersionResponseList.md
|
97
124
|
- docs/PaginatedpythonPythonDistributionResponseList.md
|
@@ -108,16 +135,14 @@ files:
|
|
108
135
|
- docs/PypiLegacyApi.md
|
109
136
|
- docs/PypiMetadataApi.md
|
110
137
|
- docs/PypiSimpleApi.md
|
111
|
-
- docs/PythonBanderRemote.md
|
112
138
|
- docs/PythonPythonDistribution.md
|
113
139
|
- docs/PythonPythonDistributionResponse.md
|
114
|
-
- docs/PythonPythonPackageContent.md
|
115
140
|
- docs/PythonPythonPackageContentResponse.md
|
116
141
|
- docs/PythonPythonPublication.md
|
117
142
|
- docs/PythonPythonPublicationResponse.md
|
118
143
|
- docs/PythonPythonRemote.md
|
119
144
|
- docs/PythonPythonRemoteResponse.md
|
120
|
-
- docs/
|
145
|
+
- docs/PythonPythonRemoteResponseHiddenFieldsInner.md
|
121
146
|
- docs/PythonPythonRepository.md
|
122
147
|
- docs/PythonPythonRepositoryResponse.md
|
123
148
|
- docs/RemotesPythonApi.md
|
@@ -155,7 +180,6 @@ files:
|
|
155
180
|
- lib/pulp_python_client/models/object_roles_response.rb
|
156
181
|
- lib/pulp_python_client/models/package_metadata_response.rb
|
157
182
|
- lib/pulp_python_client/models/package_types_enum.rb
|
158
|
-
- lib/pulp_python_client/models/package_upload.rb
|
159
183
|
- lib/pulp_python_client/models/package_upload_task_response.rb
|
160
184
|
- lib/pulp_python_client/models/paginated_repository_version_response_list.rb
|
161
185
|
- lib/pulp_python_client/models/paginatedpython_python_distribution_response_list.rb
|
@@ -167,16 +191,14 @@ files:
|
|
167
191
|
- lib/pulp_python_client/models/patchedpython_python_remote.rb
|
168
192
|
- lib/pulp_python_client/models/patchedpython_python_repository.rb
|
169
193
|
- lib/pulp_python_client/models/policy_enum.rb
|
170
|
-
- lib/pulp_python_client/models/python_bander_remote.rb
|
171
194
|
- lib/pulp_python_client/models/python_python_distribution.rb
|
172
195
|
- lib/pulp_python_client/models/python_python_distribution_response.rb
|
173
|
-
- lib/pulp_python_client/models/python_python_package_content.rb
|
174
196
|
- lib/pulp_python_client/models/python_python_package_content_response.rb
|
175
197
|
- lib/pulp_python_client/models/python_python_publication.rb
|
176
198
|
- lib/pulp_python_client/models/python_python_publication_response.rb
|
177
199
|
- lib/pulp_python_client/models/python_python_remote.rb
|
178
200
|
- lib/pulp_python_client/models/python_python_remote_response.rb
|
179
|
-
- lib/pulp_python_client/models/
|
201
|
+
- lib/pulp_python_client/models/python_python_remote_response_hidden_fields_inner.rb
|
180
202
|
- lib/pulp_python_client/models/python_python_repository.rb
|
181
203
|
- lib/pulp_python_client/models/python_python_repository_response.rb
|
182
204
|
- lib/pulp_python_client/models/repair.rb
|
@@ -200,8 +222,6 @@ files:
|
|
200
222
|
- spec/api/remotes_python_api_spec.rb
|
201
223
|
- spec/api/repositories_python_api_spec.rb
|
202
224
|
- spec/api/repositories_python_versions_api_spec.rb
|
203
|
-
- spec/api_client_spec.rb
|
204
|
-
- spec/configuration_spec.rb
|
205
225
|
- spec/models/async_operation_response_spec.rb
|
206
226
|
- spec/models/content_summary_response_spec.rb
|
207
227
|
- spec/models/exclude_platforms_enum_spec.rb
|
@@ -211,7 +231,6 @@ files:
|
|
211
231
|
- spec/models/object_roles_response_spec.rb
|
212
232
|
- spec/models/package_metadata_response_spec.rb
|
213
233
|
- spec/models/package_types_enum_spec.rb
|
214
|
-
- spec/models/package_upload_spec.rb
|
215
234
|
- spec/models/package_upload_task_response_spec.rb
|
216
235
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
217
236
|
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
@@ -223,14 +242,12 @@ files:
|
|
223
242
|
- spec/models/patchedpython_python_remote_spec.rb
|
224
243
|
- spec/models/patchedpython_python_repository_spec.rb
|
225
244
|
- spec/models/policy_enum_spec.rb
|
226
|
-
- spec/models/python_bander_remote_spec.rb
|
227
245
|
- spec/models/python_python_distribution_response_spec.rb
|
228
246
|
- spec/models/python_python_distribution_spec.rb
|
229
247
|
- spec/models/python_python_package_content_response_spec.rb
|
230
|
-
- spec/models/python_python_package_content_spec.rb
|
231
248
|
- spec/models/python_python_publication_response_spec.rb
|
232
249
|
- spec/models/python_python_publication_spec.rb
|
233
|
-
- spec/models/
|
250
|
+
- spec/models/python_python_remote_response_hidden_fields_inner_spec.rb
|
234
251
|
- spec/models/python_python_remote_response_spec.rb
|
235
252
|
- spec/models/python_python_remote_spec.rb
|
236
253
|
- spec/models/python_python_repository_response_spec.rb
|
@@ -249,7 +266,7 @@ homepage: https://github.com/pulp/pulp_python
|
|
249
266
|
licenses:
|
250
267
|
- GPLv2+
|
251
268
|
metadata: {}
|
252
|
-
post_install_message:
|
269
|
+
post_install_message:
|
253
270
|
rdoc_options: []
|
254
271
|
require_paths:
|
255
272
|
- lib
|
@@ -257,70 +274,65 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
257
274
|
requirements:
|
258
275
|
- - ">="
|
259
276
|
- !ruby/object:Gem::Version
|
260
|
-
version: '
|
277
|
+
version: '2.7'
|
261
278
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
262
279
|
requirements:
|
263
280
|
- - ">="
|
264
281
|
- !ruby/object:Gem::Version
|
265
282
|
version: '0'
|
266
283
|
requirements: []
|
267
|
-
rubygems_version: 3.
|
268
|
-
signing_key:
|
284
|
+
rubygems_version: 3.4.20
|
285
|
+
signing_key:
|
269
286
|
specification_version: 4
|
270
287
|
summary: Pulp 3 API Ruby Gem
|
271
288
|
test_files:
|
272
|
-
- spec/api/
|
273
|
-
- spec/api/
|
289
|
+
- spec/api/content_packages_api_spec.rb
|
290
|
+
- spec/api/repositories_python_versions_api_spec.rb
|
274
291
|
- spec/api/pypi_legacy_api_spec.rb
|
292
|
+
- spec/api/repositories_python_api_spec.rb
|
293
|
+
- spec/api/distributions_pypi_api_spec.rb
|
275
294
|
- spec/api/pypi_metadata_api_spec.rb
|
276
295
|
- spec/api/pypi_simple_api_spec.rb
|
296
|
+
- spec/api/remotes_python_api_spec.rb
|
277
297
|
- spec/api/pypi_api_spec.rb
|
278
|
-
- spec/api/repositories_python_api_spec.rb
|
279
|
-
- spec/api/repositories_python_versions_api_spec.rb
|
280
298
|
- spec/api/publications_pypi_api_spec.rb
|
281
|
-
- spec/api/content_packages_api_spec.rb
|
282
|
-
- spec/api_client_spec.rb
|
283
|
-
- spec/configuration_spec.rb
|
284
|
-
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
285
299
|
- spec/models/repository_version_response_spec.rb
|
286
|
-
- spec/models/
|
287
|
-
- spec/models/python_bander_remote_spec.rb
|
300
|
+
- spec/models/python_python_package_content_response_spec.rb
|
288
301
|
- spec/models/python_python_repository_spec.rb
|
289
|
-
- spec/models/set_label_response_spec.rb
|
290
|
-
- spec/models/patchedpython_python_distribution_spec.rb
|
291
|
-
- spec/models/python_python_remote_response_hidden_fields_spec.rb
|
292
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
293
|
-
- spec/models/python_python_publication_spec.rb
|
294
302
|
- spec/models/object_roles_response_spec.rb
|
295
303
|
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
296
|
-
- spec/models/policy_enum_spec.rb
|
297
|
-
- spec/models/package_types_enum_spec.rb
|
298
304
|
- spec/models/unset_label_response_spec.rb
|
305
|
+
- spec/models/set_label_spec.rb
|
306
|
+
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
299
307
|
- spec/models/repository_sync_url_spec.rb
|
300
|
-
- spec/models/
|
301
|
-
- spec/models/
|
302
|
-
- spec/models/async_operation_response_spec.rb
|
303
|
-
- spec/models/python_python_package_content_response_spec.rb
|
304
|
-
- spec/models/python_python_repository_response_spec.rb
|
305
|
-
- spec/models/patchedpython_python_repository_spec.rb
|
306
|
-
- spec/models/python_python_distribution_spec.rb
|
307
|
-
- spec/models/python_python_publication_response_spec.rb
|
308
|
-
- spec/models/content_summary_response_spec.rb
|
309
|
-
- spec/models/package_upload_spec.rb
|
310
|
-
- spec/models/summary_response_spec.rb
|
311
|
-
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
312
|
-
- spec/models/exclude_platforms_enum_spec.rb
|
313
|
-
- spec/models/patchedpython_python_remote_spec.rb
|
314
|
-
- spec/models/unset_label_spec.rb
|
315
|
-
- spec/models/my_permissions_response_spec.rb
|
308
|
+
- spec/models/python_python_publication_spec.rb
|
309
|
+
- spec/models/repository_add_remove_content_spec.rb
|
316
310
|
- spec/models/python_python_remote_response_spec.rb
|
317
|
-
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
318
311
|
- spec/models/package_upload_task_response_spec.rb
|
319
|
-
- spec/models/
|
320
|
-
- spec/models/
|
312
|
+
- spec/models/python_python_remote_response_hidden_fields_inner_spec.rb
|
313
|
+
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
321
314
|
- spec/models/python_python_distribution_response_spec.rb
|
322
|
-
- spec/models/
|
323
|
-
- spec/models/
|
315
|
+
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
316
|
+
- spec/models/summary_response_spec.rb
|
324
317
|
- spec/models/nested_role_spec.rb
|
318
|
+
- spec/models/repair_spec.rb
|
319
|
+
- spec/models/python_python_distribution_spec.rb
|
320
|
+
- spec/models/patchedpython_python_distribution_spec.rb
|
321
|
+
- spec/models/exclude_platforms_enum_spec.rb
|
322
|
+
- spec/models/package_metadata_response_spec.rb
|
323
|
+
- spec/models/content_summary_response_spec.rb
|
324
|
+
- spec/models/my_permissions_response_spec.rb
|
325
|
+
- spec/models/python_python_publication_response_spec.rb
|
326
|
+
- spec/models/set_label_response_spec.rb
|
325
327
|
- spec/models/python_python_remote_spec.rb
|
328
|
+
- spec/models/nested_role_response_spec.rb
|
329
|
+
- spec/models/policy_enum_spec.rb
|
330
|
+
- spec/models/package_types_enum_spec.rb
|
331
|
+
- spec/models/patchedpython_python_repository_spec.rb
|
332
|
+
- spec/models/async_operation_response_spec.rb
|
333
|
+
- spec/models/patchedpython_python_remote_spec.rb
|
334
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
335
|
+
- spec/models/unset_label_spec.rb
|
336
|
+
- spec/models/python_python_repository_response_spec.rb
|
337
|
+
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
326
338
|
- spec/spec_helper.rb
|
data/docs/PackageUpload.md
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
# PulpPythonClient::PackageUpload
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**content** | **File** | A Python package release file to upload to the index. |
|
8
|
-
**action** | **String** | Defaults to `file_upload`, don't change it or request will fail! | [optional] [default to 'file_upload']
|
9
|
-
**sha256_digest** | **String** | SHA256 of package to validate upload integrity. |
|
10
|
-
|
11
|
-
## Code Sample
|
12
|
-
|
13
|
-
```ruby
|
14
|
-
require 'PulpPythonClient'
|
15
|
-
|
16
|
-
instance = PulpPythonClient::PackageUpload.new(content: null,
|
17
|
-
action: null,
|
18
|
-
sha256_digest: null)
|
19
|
-
```
|
20
|
-
|
21
|
-
|
data/docs/PythonBanderRemote.md
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
# PulpPythonClient::PythonBanderRemote
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**config** | **File** | A Bandersnatch config that may be used to construct a Python Remote. |
|
8
|
-
**name** | **String** | A unique name for this remote |
|
9
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'on_demand' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - 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. * `streamed` - 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. | [optional]
|
10
|
-
|
11
|
-
## Code Sample
|
12
|
-
|
13
|
-
```ruby
|
14
|
-
require 'PulpPythonClient'
|
15
|
-
|
16
|
-
instance = PulpPythonClient::PythonBanderRemote.new(config: null,
|
17
|
-
name: null,
|
18
|
-
policy: null)
|
19
|
-
```
|
20
|
-
|
21
|
-
|
@@ -1,71 +0,0 @@
|
|
1
|
-
# PulpPythonClient::PythonPythonPackageContent
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
8
|
-
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
9
|
-
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
10
|
-
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
|
11
|
-
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
|
12
|
-
**file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
|
13
|
-
**sha256** | **String** | The SHA256 digest of this package. | [optional] [default to '']
|
14
|
-
**summary** | **String** | A one-line summary of what the package does. | [optional]
|
15
|
-
**description** | **String** | A longer description of the package that can run to several paragraphs. | [optional]
|
16
|
-
**description_content_type** | **String** | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description. | [optional]
|
17
|
-
**keywords** | **String** | Additional keywords to be used to assist searching for the package in a larger catalog. | [optional]
|
18
|
-
**home_page** | **String** | The URL for the package's home page. | [optional]
|
19
|
-
**download_url** | **String** | Legacy field denoting the URL from which this package can be downloaded. | [optional]
|
20
|
-
**author** | **String** | Text containing the author's name. Contact information can also be added, separated with newlines. | [optional]
|
21
|
-
**author_email** | **String** | The author's e-mail address. | [optional]
|
22
|
-
**maintainer** | **String** | The maintainer's name at a minimum; additional contact information may be provided. | [optional]
|
23
|
-
**maintainer_email** | **String** | The maintainer's e-mail address. | [optional]
|
24
|
-
**license** | **String** | Text indicating the license covering the distribution | [optional]
|
25
|
-
**requires_python** | **String** | The Python version(s) that the distribution is guaranteed to be compatible with. | [optional]
|
26
|
-
**project_url** | **String** | A browsable URL for the project and a label for it, separated by a comma. | [optional]
|
27
|
-
**project_urls** | [**Object**](.md) | A dictionary of labels and URLs for the project. | [optional]
|
28
|
-
**platform** | **String** | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional]
|
29
|
-
**supported_platform** | **String** | Field to specify the OS and CPU for which the binary package was compiled. | [optional]
|
30
|
-
**requires_dist** | [**Object**](.md) | A JSON list containing names of some other distutils project required by this distribution. | [optional]
|
31
|
-
**provides_dist** | [**Object**](.md) | A JSON list containing names of a Distutils project which is contained within this distribution. | [optional]
|
32
|
-
**obsoletes_dist** | [**Object**](.md) | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time. | [optional]
|
33
|
-
**requires_external** | [**Object**](.md) | A JSON list containing some dependency in the system that the distribution is to be used. | [optional]
|
34
|
-
**classifiers** | [**Object**](.md) | A JSON list containing classification values for a Python package. | [optional]
|
35
|
-
|
36
|
-
## Code Sample
|
37
|
-
|
38
|
-
```ruby
|
39
|
-
require 'PulpPythonClient'
|
40
|
-
|
41
|
-
instance = PulpPythonClient::PythonPythonPackageContent.new(repository: null,
|
42
|
-
artifact: null,
|
43
|
-
relative_path: null,
|
44
|
-
file: null,
|
45
|
-
upload: null,
|
46
|
-
file_url: null,
|
47
|
-
sha256: null,
|
48
|
-
summary: null,
|
49
|
-
description: null,
|
50
|
-
description_content_type: null,
|
51
|
-
keywords: null,
|
52
|
-
home_page: null,
|
53
|
-
download_url: null,
|
54
|
-
author: null,
|
55
|
-
author_email: null,
|
56
|
-
maintainer: null,
|
57
|
-
maintainer_email: null,
|
58
|
-
license: null,
|
59
|
-
requires_python: null,
|
60
|
-
project_url: null,
|
61
|
-
project_urls: null,
|
62
|
-
platform: null,
|
63
|
-
supported_platform: null,
|
64
|
-
requires_dist: null,
|
65
|
-
provides_dist: null,
|
66
|
-
obsoletes_dist: null,
|
67
|
-
requires_external: null,
|
68
|
-
classifiers: null)
|
69
|
-
```
|
70
|
-
|
71
|
-
|
@@ -1,19 +0,0 @@
|
|
1
|
-
# PulpPythonClient::PythonPythonRemoteResponseHiddenFields
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | |
|
8
|
-
**is_set** | **Boolean** | |
|
9
|
-
|
10
|
-
## Code Sample
|
11
|
-
|
12
|
-
```ruby
|
13
|
-
require 'PulpPythonClient'
|
14
|
-
|
15
|
-
instance = PulpPythonClient::PythonPythonRemoteResponseHiddenFields.new(name: null,
|
16
|
-
is_set: null)
|
17
|
-
```
|
18
|
-
|
19
|
-
|