pulp_python_client 3.27.0 → 3.28.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 +4 -4
- data/docs/ContentPackagesApi.md +8 -8
- data/docs/PatchedpythonPythonDistribution.md +2 -2
- data/docs/PatchedpythonPythonRepository.md +5 -1
- data/docs/PythonPythonDistribution.md +2 -2
- data/docs/PythonPythonDistributionResponse.md +4 -2
- data/docs/PythonPythonRepository.md +5 -1
- data/docs/PythonPythonRepositoryResponse.md +5 -1
- data/docs/RepositoriesPythonApi.md +18 -2
- data/lib/pulp_python_client/api/content_packages_api.rb +9 -9
- data/lib/pulp_python_client/api/repositories_python_api.rb +27 -3
- data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +12 -12
- data/lib/pulp_python_client/models/patchedpython_python_repository.rb +42 -4
- data/lib/pulp_python_client/models/python_python_distribution.rb +12 -12
- data/lib/pulp_python_client/models/python_python_distribution_response.rb +22 -12
- data/lib/pulp_python_client/models/python_python_repository.rb +42 -4
- data/lib/pulp_python_client/models/python_python_repository_response.rb +42 -4
- data/lib/pulp_python_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +4 -4
- data/spec/api/repositories_python_api_spec.rb +9 -1
- data/spec/models/patchedpython_python_distribution_spec.rb +2 -2
- data/spec/models/patchedpython_python_repository_spec.rb +12 -0
- data/spec/models/python_python_distribution_response_spec.rb +8 -2
- data/spec/models/python_python_distribution_spec.rb +2 -2
- data/spec/models/python_python_repository_response_spec.rb +12 -0
- data/spec/models/python_python_repository_spec.rb +12 -0
- metadata +44 -44
|
@@ -63,13 +63,13 @@ describe PulpPythonClient::PatchedpythonPythonDistribution do
|
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
-
describe 'test attribute "
|
|
66
|
+
describe 'test attribute "repository_version"' do
|
|
67
67
|
it 'should work' do
|
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
-
describe 'test attribute "
|
|
72
|
+
describe 'test attribute "publication"' do
|
|
73
73
|
it 'should work' do
|
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
75
|
end
|
|
@@ -51,6 +51,12 @@ describe PulpPythonClient::PatchedpythonPythonRepository do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "retain_checkpoints"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "remote"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -63,4 +69,10 @@ describe PulpPythonClient::PatchedpythonPythonRepository do
|
|
|
63
69
|
end
|
|
64
70
|
end
|
|
65
71
|
|
|
72
|
+
describe 'test attribute "allow_package_substitution"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
66
78
|
end
|
|
@@ -69,6 +69,12 @@ describe PulpPythonClient::PythonPythonDistributionResponse do
|
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
+
describe 'test attribute "content_guard_prn"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
72
78
|
describe 'test attribute "no_content_change_since"' do
|
|
73
79
|
it 'should work' do
|
|
74
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -99,13 +105,13 @@ describe PulpPythonClient::PythonPythonDistributionResponse do
|
|
|
99
105
|
end
|
|
100
106
|
end
|
|
101
107
|
|
|
102
|
-
describe 'test attribute "
|
|
108
|
+
describe 'test attribute "repository_version"' do
|
|
103
109
|
it 'should work' do
|
|
104
110
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
111
|
end
|
|
106
112
|
end
|
|
107
113
|
|
|
108
|
-
describe 'test attribute "
|
|
114
|
+
describe 'test attribute "publication"' do
|
|
109
115
|
it 'should work' do
|
|
110
116
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
111
117
|
end
|
|
@@ -63,13 +63,13 @@ describe PulpPythonClient::PythonPythonDistribution do
|
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
-
describe 'test attribute "
|
|
66
|
+
describe 'test attribute "repository_version"' do
|
|
67
67
|
it 'should work' do
|
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
-
describe 'test attribute "
|
|
72
|
+
describe 'test attribute "publication"' do
|
|
73
73
|
it 'should work' do
|
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
75
|
end
|
|
@@ -87,6 +87,12 @@ describe PulpPythonClient::PythonPythonRepositoryResponse do
|
|
|
87
87
|
end
|
|
88
88
|
end
|
|
89
89
|
|
|
90
|
+
describe 'test attribute "retain_checkpoints"' do
|
|
91
|
+
it 'should work' do
|
|
92
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
|
|
90
96
|
describe 'test attribute "remote"' do
|
|
91
97
|
it 'should work' do
|
|
92
98
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -99,4 +105,10 @@ describe PulpPythonClient::PythonPythonRepositoryResponse do
|
|
|
99
105
|
end
|
|
100
106
|
end
|
|
101
107
|
|
|
108
|
+
describe 'test attribute "allow_package_substitution"' do
|
|
109
|
+
it 'should work' do
|
|
110
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
|
|
102
114
|
end
|
|
@@ -51,6 +51,12 @@ describe PulpPythonClient::PythonPythonRepository do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "retain_checkpoints"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "remote"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -63,4 +69,10 @@ describe PulpPythonClient::PythonPythonRepository do
|
|
|
63
69
|
end
|
|
64
70
|
end
|
|
65
71
|
|
|
72
|
+
describe 'test attribute "allow_package_substitution"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
66
78
|
end
|
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.28.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-03-
|
|
11
|
+
date: 2026-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -293,62 +293,62 @@ signing_key:
|
|
|
293
293
|
specification_version: 4
|
|
294
294
|
summary: Pulp 3 API Ruby Gem
|
|
295
295
|
test_files:
|
|
296
|
+
- spec/api/remotes_python_api_spec.rb
|
|
296
297
|
- spec/api/pypi_legacy_api_spec.rb
|
|
297
|
-
- spec/api/
|
|
298
|
-
- spec/api/pypi_provenance_api_spec.rb
|
|
298
|
+
- spec/api/repositories_python_versions_api_spec.rb
|
|
299
299
|
- spec/api/pypi_api_spec.rb
|
|
300
|
-
- spec/api/remotes_python_api_spec.rb
|
|
301
|
-
- spec/api/content_provenance_api_spec.rb
|
|
302
300
|
- spec/api/pypi_simple_api_spec.rb
|
|
303
|
-
- spec/api/repositories_python_versions_api_spec.rb
|
|
304
|
-
- spec/api/distributions_pypi_api_spec.rb
|
|
305
301
|
- spec/api/repositories_python_api_spec.rb
|
|
302
|
+
- spec/api/distributions_pypi_api_spec.rb
|
|
303
|
+
- spec/api/content_packages_api_spec.rb
|
|
304
|
+
- spec/api/content_provenance_api_spec.rb
|
|
306
305
|
- spec/api/publications_pypi_api_spec.rb
|
|
307
306
|
- spec/api/pypi_metadata_api_spec.rb
|
|
308
|
-
- spec/
|
|
309
|
-
- spec/models/
|
|
310
|
-
- spec/models/
|
|
311
|
-
- spec/models/
|
|
312
|
-
- spec/models/
|
|
313
|
-
- spec/models/set_label_spec.rb
|
|
314
|
-
- spec/models/remote_network_config_spec.rb
|
|
315
|
-
- spec/models/my_permissions_response_spec.rb
|
|
316
|
-
- spec/models/python_python_distribution_response_spec.rb
|
|
317
|
-
- spec/models/patchedpython_python_remote_spec.rb
|
|
307
|
+
- spec/api/pypi_provenance_api_spec.rb
|
|
308
|
+
- spec/models/policy_enum_spec.rb
|
|
309
|
+
- spec/models/repair_spec.rb
|
|
310
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
311
|
+
- spec/models/remote_network_config_response_spec.rb
|
|
318
312
|
- spec/models/python_python_package_content_response_spec.rb
|
|
319
|
-
- spec/models/
|
|
320
|
-
- spec/models/summary_response_spec.rb
|
|
313
|
+
- spec/models/python_python_repository_spec.rb
|
|
321
314
|
- spec/models/python_python_remote_response_spec.rb
|
|
322
|
-
- spec/models/
|
|
315
|
+
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
|
323
316
|
- spec/models/content_summary_response_spec.rb
|
|
324
|
-
- spec/models/
|
|
325
|
-
- spec/models/
|
|
326
|
-
- spec/models/
|
|
317
|
+
- spec/models/nested_role_spec.rb
|
|
318
|
+
- spec/models/patchedpython_python_remote_spec.rb
|
|
319
|
+
- spec/models/set_label_response_spec.rb
|
|
320
|
+
- spec/models/async_operation_response_spec.rb
|
|
327
321
|
- spec/models/python_python_publication_response_spec.rb
|
|
328
|
-
- spec/models/
|
|
329
|
-
- spec/models/
|
|
330
|
-
- spec/models/remote_network_config_response_spec.rb
|
|
331
|
-
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
|
322
|
+
- spec/models/patchedpython_python_repository_spec.rb
|
|
323
|
+
- spec/models/object_roles_response_spec.rb
|
|
332
324
|
- spec/models/unset_label_spec.rb
|
|
333
|
-
- spec/models/
|
|
334
|
-
- spec/models/
|
|
335
|
-
- spec/models/
|
|
336
|
-
- spec/models/
|
|
337
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
325
|
+
- spec/models/set_label_spec.rb
|
|
326
|
+
- spec/models/python_python_repository_response_spec.rb
|
|
327
|
+
- spec/models/summary_response_spec.rb
|
|
328
|
+
- spec/models/python_python_remote_response_hidden_fields_inner_spec.rb
|
|
338
329
|
- spec/models/python_python_publication_spec.rb
|
|
339
|
-
- spec/models/object_roles_response_spec.rb
|
|
340
|
-
- spec/models/metadata_version_enum_spec.rb
|
|
341
|
-
- spec/models/package_metadata_response_spec.rb
|
|
342
330
|
- spec/models/nested_role_response_spec.rb
|
|
331
|
+
- spec/models/paginatedpython_package_provenance_response_list_spec.rb
|
|
343
332
|
- spec/models/filetype_enum_spec.rb
|
|
344
|
-
- spec/models/
|
|
345
|
-
- spec/models/
|
|
346
|
-
- spec/models/python_python_repository_response_spec.rb
|
|
333
|
+
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
|
334
|
+
- spec/models/exclude_platforms_enum_spec.rb
|
|
347
335
|
- spec/models/repository_sync_url_spec.rb
|
|
348
|
-
- spec/models/protocol_version_enum_spec.rb
|
|
349
336
|
- spec/models/patchedpython_python_distribution_spec.rb
|
|
350
|
-
- spec/models/
|
|
351
|
-
- spec/models/
|
|
352
|
-
- spec/models/
|
|
353
|
-
- spec/models/
|
|
337
|
+
- spec/models/python_package_provenance_response_spec.rb
|
|
338
|
+
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
|
339
|
+
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
|
340
|
+
- spec/models/unset_label_response_spec.rb
|
|
341
|
+
- spec/models/package_metadata_response_spec.rb
|
|
342
|
+
- spec/models/my_permissions_response_spec.rb
|
|
343
|
+
- spec/models/package_upload_task_response_spec.rb
|
|
344
|
+
- spec/models/python_python_remote_spec.rb
|
|
345
|
+
- spec/models/metadata_version_enum_spec.rb
|
|
346
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
347
|
+
- spec/models/protocol_version_enum_spec.rb
|
|
348
|
+
- spec/models/package_types_enum_spec.rb
|
|
349
|
+
- spec/models/python_python_distribution_response_spec.rb
|
|
350
|
+
- spec/models/python_python_distribution_spec.rb
|
|
351
|
+
- spec/models/repository_version_response_spec.rb
|
|
352
|
+
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
|
353
|
+
- spec/models/remote_network_config_spec.rb
|
|
354
354
|
- spec/spec_helper.rb
|