pulp_python_client 3.11.0 → 3.12.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.
- checksums.yaml +4 -4
- data/README.md +30 -10
- data/docs/ContentPackagesApi.md +14 -12
- data/docs/DistributionsPypiApi.md +232 -0
- data/docs/MyPermissionsResponse.md +17 -0
- data/docs/NestedRole.md +21 -0
- data/docs/NestedRoleResponse.md +21 -0
- data/docs/ObjectRolesResponse.md +17 -0
- data/docs/PackageMetadataResponse.md +3 -3
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedpythonPythonDistributionResponseList.md +2 -2
- data/docs/PaginatedpythonPythonPackageContentResponseList.md +2 -2
- data/docs/PaginatedpythonPythonPublicationResponseList.md +2 -2
- data/docs/PaginatedpythonPythonRemoteResponseList.md +2 -2
- data/docs/PaginatedpythonPythonRepositoryResponseList.md +2 -2
- data/docs/PublicationsPypiApi.md +232 -0
- data/docs/PypiApi.md +7 -1
- data/docs/PypiMetadataApi.md +7 -1
- data/docs/PythonPythonDistributionResponse.md +2 -0
- data/docs/PythonPythonPackageContent.md +6 -6
- data/docs/PythonPythonPackageContentResponse.md +8 -6
- data/docs/PythonPythonPublicationResponse.md +2 -0
- data/docs/PythonPythonRemoteResponse.md +2 -2
- data/docs/PythonPythonRemoteResponseHiddenFields.md +2 -2
- data/docs/PythonPythonRepositoryResponse.md +2 -0
- data/docs/RemotesPythonApi.md +232 -0
- data/docs/RepositoriesPythonApi.md +232 -0
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_python_client/api/content_packages_api.rb +15 -12
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +276 -0
- data/lib/pulp_python_client/api/publications_pypi_api.rb +276 -0
- data/lib/pulp_python_client/api/pypi_api.rb +1 -1
- data/lib/pulp_python_client/api/pypi_metadata_api.rb +1 -1
- data/lib/pulp_python_client/api/remotes_python_api.rb +276 -0
- data/lib/pulp_python_client/api/repositories_python_api.rb +276 -0
- data/lib/pulp_python_client/models/my_permissions_response.rb +213 -0
- data/lib/pulp_python_client/models/nested_role.rb +253 -0
- data/lib/pulp_python_client/models/nested_role_response.rb +234 -0
- data/lib/pulp_python_client/models/object_roles_response.rb +213 -0
- data/lib/pulp_python_client/models/package_metadata_response.rb +3 -3
- data/lib/pulp_python_client/models/package_upload_task_response.rb +2 -10
- data/lib/pulp_python_client/models/paginated_repository_version_response_list.rb +10 -0
- data/lib/pulp_python_client/models/paginatedpython_python_distribution_response_list.rb +10 -0
- data/lib/pulp_python_client/models/paginatedpython_python_package_content_response_list.rb +10 -0
- data/lib/pulp_python_client/models/paginatedpython_python_publication_response_list.rb +10 -0
- data/lib/pulp_python_client/models/paginatedpython_python_remote_response_list.rb +10 -0
- data/lib/pulp_python_client/models/paginatedpython_python_repository_response_list.rb +10 -0
- data/lib/pulp_python_client/models/python_python_distribution_response.rb +11 -1
- data/lib/pulp_python_client/models/python_python_package_content.rb +6 -6
- data/lib/pulp_python_client/models/python_python_package_content_response.rb +17 -7
- data/lib/pulp_python_client/models/python_python_publication_response.rb +11 -1
- data/lib/pulp_python_client/models/python_python_remote_response.rb +11 -11
- data/lib/pulp_python_client/models/python_python_remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_python_client/models/python_python_repository_response.rb +11 -1
- data/lib/pulp_python_client/models/repository_version_response.rb +11 -1
- data/lib/pulp_python_client/version.rb +1 -1
- data/lib/pulp_python_client.rb +4 -0
- data/spec/api/content_packages_api_spec.rb +7 -6
- data/spec/api/distributions_pypi_api_spec.rb +54 -0
- data/spec/api/publications_pypi_api_spec.rb +54 -0
- data/spec/api/remotes_python_api_spec.rb +54 -0
- data/spec/api/repositories_python_api_spec.rb +54 -0
- data/spec/models/my_permissions_response_spec.rb +41 -0
- data/spec/models/nested_role_response_spec.rb +53 -0
- data/spec/models/nested_role_spec.rb +53 -0
- data/spec/models/object_roles_response_spec.rb +41 -0
- data/spec/models/python_python_distribution_response_spec.rb +6 -0
- data/spec/models/python_python_package_content_response_spec.rb +6 -0
- data/spec/models/python_python_publication_response_spec.rb +6 -0
- data/spec/models/python_python_remote_response_spec.rb +6 -6
- data/spec/models/python_python_repository_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +52 -36
@@ -0,0 +1,53 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
Contact: pulp-list@redhat.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpPythonClient::NestedRoleResponse
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'NestedRoleResponse' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpPythonClient::NestedRoleResponse.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of NestedRoleResponse' do
|
31
|
+
it 'should create an instance of NestedRoleResponse' do
|
32
|
+
expect(@instance).to be_instance_of(PulpPythonClient::NestedRoleResponse)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "users"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "groups"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "role"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
end
|
@@ -0,0 +1,53 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
Contact: pulp-list@redhat.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpPythonClient::NestedRole
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'NestedRole' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpPythonClient::NestedRole.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of NestedRole' do
|
31
|
+
it 'should create an instance of NestedRole' do
|
32
|
+
expect(@instance).to be_instance_of(PulpPythonClient::NestedRole)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "users"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "groups"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "role"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
end
|
@@ -0,0 +1,41 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
Contact: pulp-list@redhat.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpPythonClient::ObjectRolesResponse
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'ObjectRolesResponse' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpPythonClient::ObjectRolesResponse.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of ObjectRolesResponse' do
|
31
|
+
it 'should create an instance of ObjectRolesResponse' do
|
32
|
+
expect(@instance).to be_instance_of(PulpPythonClient::ObjectRolesResponse)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "roles"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
end
|
@@ -44,6 +44,12 @@ describe 'PythonPythonDistributionResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
47
53
|
describe 'test attribute "base_path"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -44,6 +44,12 @@ describe 'PythonPythonPackageContentResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
47
53
|
describe 'test attribute "artifact"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -44,6 +44,12 @@ describe 'PythonPythonPublicationResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
47
53
|
describe 'test attribute "repository_version"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -44,6 +44,12 @@ describe 'PythonPythonRemoteResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
47
53
|
describe 'test attribute "name"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -86,12 +92,6 @@ describe 'PythonPythonRemoteResponse' do
|
|
86
92
|
end
|
87
93
|
end
|
88
94
|
|
89
|
-
describe 'test attribute "pulp_last_updated"' do
|
90
|
-
it 'should work' do
|
91
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
-
end
|
93
|
-
end
|
94
|
-
|
95
95
|
describe 'test attribute "download_concurrency"' do
|
96
96
|
it 'should work' do
|
97
97
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -44,6 +44,12 @@ describe 'PythonPythonRepositoryResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
47
53
|
describe 'test attribute "versions_href"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -44,6 +44,12 @@ describe 'RepositoryVersionResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
47
53
|
describe 'test attribute "number"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
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.
|
4
|
+
version: 3.12.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:
|
11
|
+
date: 2024-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -85,6 +85,10 @@ files:
|
|
85
85
|
- docs/ContentSummaryResponse.md
|
86
86
|
- docs/DistributionsPypiApi.md
|
87
87
|
- docs/ExcludePlatformsEnum.md
|
88
|
+
- docs/MyPermissionsResponse.md
|
89
|
+
- docs/NestedRole.md
|
90
|
+
- docs/NestedRoleResponse.md
|
91
|
+
- docs/ObjectRolesResponse.md
|
88
92
|
- docs/PackageMetadataResponse.md
|
89
93
|
- docs/PackageTypesEnum.md
|
90
94
|
- docs/PackageUpload.md
|
@@ -145,6 +149,10 @@ files:
|
|
145
149
|
- lib/pulp_python_client/models/async_operation_response.rb
|
146
150
|
- lib/pulp_python_client/models/content_summary_response.rb
|
147
151
|
- lib/pulp_python_client/models/exclude_platforms_enum.rb
|
152
|
+
- lib/pulp_python_client/models/my_permissions_response.rb
|
153
|
+
- lib/pulp_python_client/models/nested_role.rb
|
154
|
+
- lib/pulp_python_client/models/nested_role_response.rb
|
155
|
+
- lib/pulp_python_client/models/object_roles_response.rb
|
148
156
|
- lib/pulp_python_client/models/package_metadata_response.rb
|
149
157
|
- lib/pulp_python_client/models/package_types_enum.rb
|
150
158
|
- lib/pulp_python_client/models/package_upload.rb
|
@@ -197,6 +205,10 @@ files:
|
|
197
205
|
- spec/models/async_operation_response_spec.rb
|
198
206
|
- spec/models/content_summary_response_spec.rb
|
199
207
|
- spec/models/exclude_platforms_enum_spec.rb
|
208
|
+
- spec/models/my_permissions_response_spec.rb
|
209
|
+
- spec/models/nested_role_response_spec.rb
|
210
|
+
- spec/models/nested_role_spec.rb
|
211
|
+
- spec/models/object_roles_response_spec.rb
|
200
212
|
- spec/models/package_metadata_response_spec.rb
|
201
213
|
- spec/models/package_types_enum_spec.rb
|
202
214
|
- spec/models/package_upload_spec.rb
|
@@ -257,54 +269,58 @@ signing_key:
|
|
257
269
|
specification_version: 4
|
258
270
|
summary: Pulp 3 API Ruby Gem
|
259
271
|
test_files:
|
272
|
+
- spec/api/repositories_python_versions_api_spec.rb
|
273
|
+
- spec/api/publications_pypi_api_spec.rb
|
260
274
|
- spec/api/remotes_python_api_spec.rb
|
261
|
-
- spec/api/
|
275
|
+
- spec/api/pypi_legacy_api_spec.rb
|
262
276
|
- spec/api/content_packages_api_spec.rb
|
263
|
-
- spec/api/publications_pypi_api_spec.rb
|
264
277
|
- spec/api/pypi_api_spec.rb
|
265
|
-
- spec/api/
|
278
|
+
- spec/api/pypi_simple_api_spec.rb
|
266
279
|
- spec/api/distributions_pypi_api_spec.rb
|
267
280
|
- spec/api/repositories_python_api_spec.rb
|
268
|
-
- spec/api/repositories_python_versions_api_spec.rb
|
269
281
|
- spec/api/pypi_metadata_api_spec.rb
|
270
282
|
- spec/api_client_spec.rb
|
271
283
|
- spec/configuration_spec.rb
|
272
|
-
- spec/models/
|
284
|
+
- spec/models/python_python_publication_response_spec.rb
|
285
|
+
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
286
|
+
- spec/models/patchedpython_python_distribution_spec.rb
|
287
|
+
- spec/models/object_roles_response_spec.rb
|
288
|
+
- spec/models/patchedpython_python_repository_spec.rb
|
289
|
+
- spec/models/python_python_remote_response_spec.rb
|
290
|
+
- spec/models/unset_label_response_spec.rb
|
291
|
+
- spec/models/set_label_response_spec.rb
|
273
292
|
- spec/models/repository_sync_url_spec.rb
|
274
|
-
- spec/models/python_python_distribution_response_spec.rb
|
275
|
-
- spec/models/package_upload_task_response_spec.rb
|
276
|
-
- spec/models/python_python_remote_response_hidden_fields_spec.rb
|
277
|
-
- spec/models/package_types_enum_spec.rb
|
278
293
|
- spec/models/python_python_repository_response_spec.rb
|
279
|
-
- spec/models/
|
280
|
-
- spec/models/
|
281
|
-
- spec/models/
|
282
|
-
- spec/models/repository_version_response_spec.rb
|
283
|
-
- spec/models/python_python_remote_response_spec.rb
|
284
|
-
- spec/models/python_python_repository_spec.rb
|
285
|
-
- spec/models/package_metadata_response_spec.rb
|
286
|
-
- spec/models/patchedpython_python_repository_spec.rb
|
287
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
294
|
+
- spec/models/python_python_distribution_spec.rb
|
295
|
+
- spec/models/my_permissions_response_spec.rb
|
296
|
+
- spec/models/python_python_package_content_response_spec.rb
|
288
297
|
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
289
|
-
- spec/models/set_label_spec.rb
|
290
298
|
- spec/models/content_summary_response_spec.rb
|
291
|
-
- spec/models/
|
292
|
-
- spec/models/async_operation_response_spec.rb
|
293
|
-
- spec/models/python_python_remote_spec.rb
|
294
|
-
- spec/models/python_python_publication_response_spec.rb
|
295
|
-
- spec/models/python_bander_remote_spec.rb
|
299
|
+
- spec/models/python_python_package_content_spec.rb
|
296
300
|
- spec/models/python_python_publication_spec.rb
|
297
|
-
- spec/models/
|
298
|
-
- spec/models/
|
299
|
-
- spec/models/
|
300
|
-
- spec/models/unset_label_response_spec.rb
|
301
|
+
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
302
|
+
- spec/models/python_python_remote_response_hidden_fields_spec.rb
|
303
|
+
- spec/models/package_metadata_response_spec.rb
|
301
304
|
- spec/models/repair_spec.rb
|
302
|
-
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
303
|
-
- spec/models/python_python_distribution_spec.rb
|
304
305
|
- spec/models/repository_add_remove_content_spec.rb
|
305
|
-
- spec/models/
|
306
|
-
- spec/models/
|
306
|
+
- spec/models/policy_enum_spec.rb
|
307
|
+
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
308
|
+
- spec/models/repository_version_response_spec.rb
|
309
|
+
- spec/models/python_bander_remote_spec.rb
|
310
|
+
- spec/models/python_python_repository_spec.rb
|
311
|
+
- spec/models/async_operation_response_spec.rb
|
312
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
313
|
+
- spec/models/summary_response_spec.rb
|
314
|
+
- spec/models/nested_role_response_spec.rb
|
315
|
+
- spec/models/set_label_spec.rb
|
316
|
+
- spec/models/python_python_remote_spec.rb
|
317
|
+
- spec/models/nested_role_spec.rb
|
318
|
+
- spec/models/exclude_platforms_enum_spec.rb
|
307
319
|
- spec/models/package_upload_spec.rb
|
308
|
-
- spec/models/
|
309
|
-
- spec/models/
|
320
|
+
- spec/models/python_python_distribution_response_spec.rb
|
321
|
+
- spec/models/package_types_enum_spec.rb
|
322
|
+
- spec/models/patchedpython_python_remote_spec.rb
|
323
|
+
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
324
|
+
- spec/models/unset_label_spec.rb
|
325
|
+
- spec/models/package_upload_task_response_spec.rb
|
310
326
|
- spec/spec_helper.rb
|