pulp_deb_client 2.10.2 → 2.11.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/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +3 -3
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +0 -8
- data/lib/pulp_deb_client/api/content_packages_api.rb +0 -8
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +0 -20
- data/lib/pulp_deb_client/models/content_summary.rb +12 -6
- data/lib/pulp_deb_client/models/content_summary_response.rb +12 -6
- data/lib/pulp_deb_client/version.rb +1 -1
- metadata +55 -55
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f51585951602b1ad183265b2e003bcd754068b3bafafd4f8be16cc13823b566f
|
|
4
|
+
data.tar.gz: 70f63af5a92c77893920cc3bda4b60f39464206562e05f5a5958853ed782631b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe696c16d3c3e24d9603c1a19432af6b6437704e6438d052627ab24f34ab5f412bf9d04d23535840625139eba3233421352bf3e38ce21b38cc40bc4c98d6b4ba
|
|
7
|
+
data.tar.gz: ee72655de72c3b0969562ac91e8043b3d026ff7b17d9319038da9c0853f18b87cce5f21440ca7e63ec3a8e49b9ed24606b70e8bb7bea4806a9418bd871632252
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 2.
|
|
10
|
+
- Package version: 2.11.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_deb_client-2.
|
|
27
|
+
gem install ./pulp_deb_client-2.11.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_deb_client-2.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_deb_client-2.11.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_deb_client', '~> 2.
|
|
36
|
+
gem 'pulp_deb_client', '~> 2.11.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
data/docs/ContentSummary.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**added** |
|
|
8
|
-
**removed** |
|
|
9
|
-
**present** |
|
|
7
|
+
**added** | **Hash<String, Object>** | |
|
|
8
|
+
**removed** | **Hash<String, Object>** | |
|
|
9
|
+
**present** | **Hash<String, Object>** | |
|
|
10
10
|
|
|
11
11
|
## Code Sample
|
|
12
12
|
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**added** |
|
|
8
|
-
**removed** |
|
|
9
|
-
**present** |
|
|
7
|
+
**added** | **Hash<String, Object>** | |
|
|
8
|
+
**removed** | **Hash<String, Object>** | |
|
|
9
|
+
**present** | **Hash<String, Object>** | |
|
|
10
10
|
|
|
11
11
|
## Code Sample
|
|
12
12
|
|
|
@@ -164,14 +164,6 @@ module PulpDebClient
|
|
|
164
164
|
if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
|
|
165
165
|
fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
|
|
166
166
|
end
|
|
167
|
-
if @api_client.config.client_side_validation && !opts[:'installed_size'].nil? && opts[:'installed_size'] > 2147483647
|
|
168
|
-
fail ArgumentError, 'invalid value for "opts[:"installed_size"]" when calling ContentInstallerPackagesApi.list, must be smaller than or equal to 2147483647.'
|
|
169
|
-
end
|
|
170
|
-
|
|
171
|
-
if @api_client.config.client_side_validation && !opts[:'installed_size'].nil? && opts[:'installed_size'] < -2147483648
|
|
172
|
-
fail ArgumentError, 'invalid value for "opts[:"installed_size"]" when calling ContentInstallerPackagesApi.list, must be greater than or equal to -2147483648.'
|
|
173
|
-
end
|
|
174
|
-
|
|
175
167
|
allowable_values = ["allowed", "foreign", "no", "same"]
|
|
176
168
|
if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
|
|
177
169
|
fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
|
|
@@ -166,14 +166,6 @@ module PulpDebClient
|
|
|
166
166
|
if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
|
|
167
167
|
fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
|
|
168
168
|
end
|
|
169
|
-
if @api_client.config.client_side_validation && !opts[:'installed_size'].nil? && opts[:'installed_size'] > 2147483647
|
|
170
|
-
fail ArgumentError, 'invalid value for "opts[:"installed_size"]" when calling ContentPackagesApi.list, must be smaller than or equal to 2147483647.'
|
|
171
|
-
end
|
|
172
|
-
|
|
173
|
-
if @api_client.config.client_side_validation && !opts[:'installed_size'].nil? && opts[:'installed_size'] < -2147483648
|
|
174
|
-
fail ArgumentError, 'invalid value for "opts[:"installed_size"]" when calling ContentPackagesApi.list, must be greater than or equal to -2147483648.'
|
|
175
|
-
end
|
|
176
|
-
|
|
177
169
|
allowable_values = ["allowed", "foreign", "no", "same"]
|
|
178
170
|
if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
|
|
179
171
|
fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
|
|
@@ -142,26 +142,6 @@ module PulpDebClient
|
|
|
142
142
|
if @api_client.config.client_side_validation && deb_apt_repository_href.nil?
|
|
143
143
|
fail ArgumentError, "Missing the required parameter 'deb_apt_repository_href' when calling RepositoriesDebVersionsApi.list"
|
|
144
144
|
end
|
|
145
|
-
if @api_client.config.client_side_validation && !opts[:'number'].nil? && opts[:'number'] > 2147483647
|
|
146
|
-
fail ArgumentError, 'invalid value for "opts[:"number"]" when calling RepositoriesDebVersionsApi.list, must be smaller than or equal to 2147483647.'
|
|
147
|
-
end
|
|
148
|
-
|
|
149
|
-
if @api_client.config.client_side_validation && !opts[:'number__gt'].nil? && opts[:'number__gt'] > 2147483647
|
|
150
|
-
fail ArgumentError, 'invalid value for "opts[:"number__gt"]" when calling RepositoriesDebVersionsApi.list, must be smaller than or equal to 2147483647.'
|
|
151
|
-
end
|
|
152
|
-
|
|
153
|
-
if @api_client.config.client_side_validation && !opts[:'number__gte'].nil? && opts[:'number__gte'] > 2147483647
|
|
154
|
-
fail ArgumentError, 'invalid value for "opts[:"number__gte"]" when calling RepositoriesDebVersionsApi.list, must be smaller than or equal to 2147483647.'
|
|
155
|
-
end
|
|
156
|
-
|
|
157
|
-
if @api_client.config.client_side_validation && !opts[:'number__lt'].nil? && opts[:'number__lt'] > 2147483647
|
|
158
|
-
fail ArgumentError, 'invalid value for "opts[:"number__lt"]" when calling RepositoriesDebVersionsApi.list, must be smaller than or equal to 2147483647.'
|
|
159
|
-
end
|
|
160
|
-
|
|
161
|
-
if @api_client.config.client_side_validation && !opts[:'number__lte'].nil? && opts[:'number__lte'] > 2147483647
|
|
162
|
-
fail ArgumentError, 'invalid value for "opts[:"number__lte"]" when calling RepositoriesDebVersionsApi.list, must be smaller than or equal to 2147483647.'
|
|
163
|
-
end
|
|
164
|
-
|
|
165
145
|
# resource path
|
|
166
146
|
local_var_path = '{deb_apt_repository_href}versions/'.sub('{' + 'deb_apt_repository_href' + '}', CGI.escape(deb_apt_repository_href.to_s).gsub('%2F', '/'))
|
|
167
147
|
|
|
@@ -33,9 +33,9 @@ module PulpDebClient
|
|
|
33
33
|
# Attribute type mapping.
|
|
34
34
|
def self.openapi_types
|
|
35
35
|
{
|
|
36
|
-
:'added' => :'Object',
|
|
37
|
-
:'removed' => :'Object',
|
|
38
|
-
:'present' => :'Object'
|
|
36
|
+
:'added' => :'Hash<String, Object>',
|
|
37
|
+
:'removed' => :'Hash<String, Object>',
|
|
38
|
+
:'present' => :'Hash<String, Object>'
|
|
39
39
|
}
|
|
40
40
|
end
|
|
41
41
|
|
|
@@ -61,15 +61,21 @@ module PulpDebClient
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
if attributes.key?(:'added')
|
|
64
|
-
|
|
64
|
+
if (value = attributes[:'added']).is_a?(Hash)
|
|
65
|
+
self.added = value
|
|
66
|
+
end
|
|
65
67
|
end
|
|
66
68
|
|
|
67
69
|
if attributes.key?(:'removed')
|
|
68
|
-
|
|
70
|
+
if (value = attributes[:'removed']).is_a?(Hash)
|
|
71
|
+
self.removed = value
|
|
72
|
+
end
|
|
69
73
|
end
|
|
70
74
|
|
|
71
75
|
if attributes.key?(:'present')
|
|
72
|
-
|
|
76
|
+
if (value = attributes[:'present']).is_a?(Hash)
|
|
77
|
+
self.present = value
|
|
78
|
+
end
|
|
73
79
|
end
|
|
74
80
|
end
|
|
75
81
|
|
|
@@ -33,9 +33,9 @@ module PulpDebClient
|
|
|
33
33
|
# Attribute type mapping.
|
|
34
34
|
def self.openapi_types
|
|
35
35
|
{
|
|
36
|
-
:'added' => :'Object',
|
|
37
|
-
:'removed' => :'Object',
|
|
38
|
-
:'present' => :'Object'
|
|
36
|
+
:'added' => :'Hash<String, Object>',
|
|
37
|
+
:'removed' => :'Hash<String, Object>',
|
|
38
|
+
:'present' => :'Hash<String, Object>'
|
|
39
39
|
}
|
|
40
40
|
end
|
|
41
41
|
|
|
@@ -61,15 +61,21 @@ module PulpDebClient
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
if attributes.key?(:'added')
|
|
64
|
-
|
|
64
|
+
if (value = attributes[:'added']).is_a?(Hash)
|
|
65
|
+
self.added = value
|
|
66
|
+
end
|
|
65
67
|
end
|
|
66
68
|
|
|
67
69
|
if attributes.key?(:'removed')
|
|
68
|
-
|
|
70
|
+
if (value = attributes[:'removed']).is_a?(Hash)
|
|
71
|
+
self.removed = value
|
|
72
|
+
end
|
|
69
73
|
end
|
|
70
74
|
|
|
71
75
|
if attributes.key?(:'present')
|
|
72
|
-
|
|
76
|
+
if (value = attributes[:'present']).is_a?(Hash)
|
|
77
|
+
self.present = value
|
|
78
|
+
end
|
|
73
79
|
end
|
|
74
80
|
end
|
|
75
81
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_deb_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.11.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: 2021-
|
|
11
|
+
date: 2021-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -313,81 +313,81 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
313
313
|
- !ruby/object:Gem::Version
|
|
314
314
|
version: '0'
|
|
315
315
|
requirements: []
|
|
316
|
-
rubygems_version: 3.0.3
|
|
316
|
+
rubygems_version: 3.0.3
|
|
317
317
|
signing_key:
|
|
318
318
|
specification_version: 4
|
|
319
319
|
summary: Pulp 3 API Ruby Gem
|
|
320
320
|
test_files:
|
|
321
|
-
- spec/api/content_release_files_api_spec.rb
|
|
322
|
-
- spec/api/publications_verbatim_api_spec.rb
|
|
323
|
-
- spec/api/content_package_release_components_api_spec.rb
|
|
324
|
-
- spec/api/content_installer_file_indices_api_spec.rb
|
|
325
|
-
- spec/api/content_installer_packages_api_spec.rb
|
|
326
|
-
- spec/api/distributions_apt_api_spec.rb
|
|
327
321
|
- spec/api/content_release_architectures_api_spec.rb
|
|
328
|
-
- spec/api/content_packages_api_spec.rb
|
|
329
322
|
- spec/api/remotes_apt_api_spec.rb
|
|
330
|
-
- spec/api/
|
|
331
|
-
- spec/api/content_release_components_api_spec.rb
|
|
323
|
+
- spec/api/distributions_apt_api_spec.rb
|
|
332
324
|
- spec/api/publications_apt_api_spec.rb
|
|
333
|
-
- spec/api/
|
|
334
|
-
- spec/api/content_package_indices_api_spec.rb
|
|
325
|
+
- spec/api/content_installer_file_indices_api_spec.rb
|
|
335
326
|
- spec/api/content_releases_api_spec.rb
|
|
327
|
+
- spec/api/content_release_files_api_spec.rb
|
|
328
|
+
- spec/api/publications_verbatim_api_spec.rb
|
|
329
|
+
- spec/api/content_release_components_api_spec.rb
|
|
330
|
+
- spec/api/repositories_deb_versions_api_spec.rb
|
|
331
|
+
- spec/api/content_package_indices_api_spec.rb
|
|
332
|
+
- spec/api/content_package_release_components_api_spec.rb
|
|
336
333
|
- spec/api/content_generic_contents_api_spec.rb
|
|
334
|
+
- spec/api/content_installer_packages_api_spec.rb
|
|
335
|
+
- spec/api/repositories_apt_api_spec.rb
|
|
336
|
+
- spec/api/content_packages_api_spec.rb
|
|
337
337
|
- spec/api_client_spec.rb
|
|
338
338
|
- spec/configuration_spec.rb
|
|
339
|
-
- spec/models/deb_package_release_component_spec.rb
|
|
340
|
-
- spec/models/deb_apt_distribution_response_spec.rb
|
|
341
|
-
- spec/models/deb_apt_repository_response_spec.rb
|
|
342
339
|
- spec/models/deb_release_file_spec.rb
|
|
343
|
-
- spec/models/
|
|
344
|
-
- spec/models/
|
|
345
|
-
- spec/models/
|
|
346
|
-
- spec/models/deb_generic_content_response_spec.rb
|
|
347
|
-
- spec/models/deb_release_response_spec.rb
|
|
348
|
-
- spec/models/policy_enum_spec.rb
|
|
340
|
+
- spec/models/deb_apt_distribution_spec.rb
|
|
341
|
+
- spec/models/deb_package_release_component_response_spec.rb
|
|
342
|
+
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
|
349
343
|
- spec/models/deb_package_index_spec.rb
|
|
344
|
+
- spec/models/paginateddeb_apt_publication_response_list_spec.rb
|
|
345
|
+
- spec/models/deb_base_package_spec.rb
|
|
350
346
|
- spec/models/paginateddeb_installer_file_index_response_list_spec.rb
|
|
347
|
+
- spec/models/deb_release_component_spec.rb
|
|
348
|
+
- spec/models/paginateddeb_generic_content_response_list_spec.rb
|
|
349
|
+
- spec/models/paginateddeb_release_component_response_list_spec.rb
|
|
351
350
|
- spec/models/paginateddeb_release_file_response_list_spec.rb
|
|
352
|
-
- spec/models/
|
|
353
|
-
- spec/models/
|
|
354
|
-
- spec/models/deb_installer_file_index_response_spec.rb
|
|
355
|
-
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
|
356
|
-
- spec/models/deb_apt_distribution_spec.rb
|
|
351
|
+
- spec/models/paginateddeb_package_index_response_list_spec.rb
|
|
352
|
+
- spec/models/deb_release_response_spec.rb
|
|
357
353
|
- spec/models/paginateddeb_apt_distribution_response_list_spec.rb
|
|
358
|
-
- spec/models/deb_base_package_response_spec.rb
|
|
359
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
360
354
|
- spec/models/repository_add_remove_content_spec.rb
|
|
355
|
+
- spec/models/deb_release_architecture_response_spec.rb
|
|
361
356
|
- spec/models/deb_release_spec.rb
|
|
362
|
-
- spec/models/
|
|
363
|
-
- spec/models/
|
|
364
|
-
- spec/models/
|
|
365
|
-
- spec/models/
|
|
357
|
+
- spec/models/paginateddeb_base_package_response_list_spec.rb
|
|
358
|
+
- spec/models/deb_apt_publication_response_spec.rb
|
|
359
|
+
- spec/models/paginateddeb_apt_repository_response_list_spec.rb
|
|
360
|
+
- spec/models/async_operation_response_spec.rb
|
|
361
|
+
- spec/models/policy_enum_spec.rb
|
|
362
|
+
- spec/models/deb_installer_file_index_response_spec.rb
|
|
366
363
|
- spec/models/deb_verbatim_publication_response_spec.rb
|
|
367
|
-
- spec/models/paginateddeb_package_index_response_list_spec.rb
|
|
368
|
-
- spec/models/patcheddeb_apt_distribution_spec.rb
|
|
369
|
-
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
|
370
364
|
- spec/models/repository_version_spec.rb
|
|
371
|
-
- spec/models/
|
|
372
|
-
- spec/models/
|
|
373
|
-
- spec/models/
|
|
374
|
-
- spec/models/
|
|
365
|
+
- spec/models/deb_apt_repository_response_spec.rb
|
|
366
|
+
- spec/models/deb_apt_repository_spec.rb
|
|
367
|
+
- spec/models/content_summary_response_spec.rb
|
|
368
|
+
- spec/models/paginateddeb_release_architecture_response_list_spec.rb
|
|
369
|
+
- spec/models/deb_release_file_response_spec.rb
|
|
370
|
+
- spec/models/patcheddeb_apt_repository_spec.rb
|
|
371
|
+
- spec/models/repository_version_response_spec.rb
|
|
375
372
|
- spec/models/deb_package_index_response_spec.rb
|
|
376
|
-
- spec/models/
|
|
377
|
-
- spec/models/
|
|
373
|
+
- spec/models/deb_verbatim_publication_spec.rb
|
|
374
|
+
- spec/models/deb_installer_file_index_spec.rb
|
|
375
|
+
- spec/models/deb_apt_remote_spec.rb
|
|
376
|
+
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
|
377
|
+
- spec/models/deb_release_architecture_spec.rb
|
|
378
|
+
- spec/models/paginateddeb_apt_remote_response_list_spec.rb
|
|
378
379
|
- spec/models/repository_sync_url_spec.rb
|
|
380
|
+
- spec/models/patcheddeb_apt_remote_spec.rb
|
|
379
381
|
- spec/models/content_summary_spec.rb
|
|
380
|
-
- spec/models/
|
|
381
|
-
- spec/models/
|
|
382
|
-
- spec/models/
|
|
383
|
-
- spec/models/
|
|
382
|
+
- spec/models/deb_apt_distribution_response_spec.rb
|
|
383
|
+
- spec/models/deb_apt_publication_spec.rb
|
|
384
|
+
- spec/models/deb_package_release_component_spec.rb
|
|
385
|
+
- spec/models/deb_base_package_response_spec.rb
|
|
386
|
+
- spec/models/patcheddeb_apt_distribution_spec.rb
|
|
387
|
+
- spec/models/deb_generic_content_response_spec.rb
|
|
388
|
+
- spec/models/deb_apt_remote_response_spec.rb
|
|
384
389
|
- spec/models/deb_release_component_response_spec.rb
|
|
385
|
-
- spec/models/
|
|
386
|
-
- spec/models/
|
|
387
|
-
- spec/models/
|
|
388
|
-
- spec/models/deb_apt_remote_spec.rb
|
|
389
|
-
- spec/models/paginateddeb_base_package_response_list_spec.rb
|
|
390
|
-
- spec/models/async_operation_response_spec.rb
|
|
391
|
-
- spec/models/deb_release_architecture_response_spec.rb
|
|
392
|
-
- spec/models/paginateddeb_release_architecture_response_list_spec.rb
|
|
390
|
+
- spec/models/deb_generic_content_spec.rb
|
|
391
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
392
|
+
- spec/models/paginateddeb_release_response_list_spec.rb
|
|
393
393
|
- spec/spec_helper.rb
|