pulp_python_client 3.8.0.dev1670296341 → 3.8.0.dev1671074268
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.
Potentially problematic release.
This version of pulp_python_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/PatchedpythonPythonDistribution.md +1 -1
- data/docs/PatchedpythonPythonRemote.md +1 -1
- data/docs/PatchedpythonPythonRepository.md +1 -1
- data/docs/PythonPythonDistribution.md +1 -1
- data/docs/PythonPythonDistributionResponse.md +1 -1
- data/docs/PythonPythonRemote.md +1 -1
- data/docs/PythonPythonRemoteResponse.md +1 -1
- data/docs/PythonPythonRepository.md +1 -1
- data/docs/PythonPythonRepositoryResponse.md +1 -1
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +1 -1
- data/lib/pulp_python_client/api/remotes_python_api.rb +1 -1
- data/lib/pulp_python_client/api/repositories_python_api.rb +1 -1
- data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +4 -2
- data/lib/pulp_python_client/models/patchedpython_python_remote.rb +4 -2
- data/lib/pulp_python_client/models/patchedpython_python_repository.rb +4 -2
- data/lib/pulp_python_client/models/python_python_distribution.rb +4 -2
- data/lib/pulp_python_client/models/python_python_distribution_response.rb +4 -2
- data/lib/pulp_python_client/models/python_python_remote.rb +4 -2
- data/lib/pulp_python_client/models/python_python_remote_response.rb +4 -2
- data/lib/pulp_python_client/models/python_python_repository.rb +4 -2
- data/lib/pulp_python_client/models/python_python_repository_response.rb +4 -2
- data/lib/pulp_python_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d0e7d6439f5c039e28fdb9f7b2849d2c4f110eb22303e441327642bbf3855a0
|
|
4
|
+
data.tar.gz: eb8953dbf53b520e53fc2adfcf21c69b88c8c37ebecbca2a323c82dce6a1eb6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d684817eab5564c399bbf5a0546e9c550e642b38fd8ce852622b2431827b7caa8a23ad211e9050ad3046a44253aa089d24a6521e9b3b7c23c949efd28db691f
|
|
7
|
+
data.tar.gz: c26c55dae82f6fa1e0b3885e5c2c060e2fee9bd5965fc3bae38319bde37f67b253d0eb816ab42ed7b7835974eadc5c7afc67783e49c509d7fa2794ab60a9887a
|
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: 3.8.0.
|
|
10
|
+
- Package version: 3.8.0.dev1671074268
|
|
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_python_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_python_client-3.8.0.
|
|
27
|
+
gem install ./pulp_python_client-3.8.0.dev1671074268.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_python_client-3.8.0.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_python_client-3.8.0.dev1671074268.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_python_client', '~> 3.8.0.
|
|
36
|
+
gem 'pulp_python_client', '~> 3.8.0.dev1671074268'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
9
|
-
**pulp_labels** |
|
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
12
|
**publication** | **String** | Publication to be served | [optional]
|
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
|
-
**pulp_labels** |
|
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
21
21
|
**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. | [optional]
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_labels** |
|
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
|
10
10
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
9
|
-
**pulp_labels** |
|
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
12
|
**publication** | **String** | Publication to be served | [optional]
|
|
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
10
10
|
**base_url** | **String** | | [optional] [readonly]
|
|
11
11
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
12
|
-
**pulp_labels** |
|
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
13
13
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
14
14
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
15
15
|
**publication** | **String** | Publication to be served | [optional]
|
data/docs/PythonPythonRemote.md
CHANGED
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
|
-
**pulp_labels** |
|
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
21
21
|
**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. | [optional]
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
13
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
14
14
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
15
|
-
**pulp_labels** |
|
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
18
18
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_labels** |
|
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
8
|
**name** | **String** | A unique name for this repository. |
|
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
|
10
10
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
9
|
**versions_href** | **String** | | [optional] [readonly]
|
|
10
|
-
**pulp_labels** |
|
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
11
|
**latest_version_href** | **String** | | [optional] [readonly]
|
|
12
12
|
**name** | **String** | A unique name for this repository. |
|
|
13
13
|
**description** | **String** | An optional description. | [optional]
|
|
@@ -194,7 +194,7 @@ module PulpPythonClient
|
|
|
194
194
|
if @api_client.config.debugging
|
|
195
195
|
@api_client.config.logger.debug 'Calling API: DistributionsPypiApi.list ...'
|
|
196
196
|
end
|
|
197
|
-
allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
|
|
197
|
+
allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
|
|
198
198
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
199
199
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
200
200
|
end
|
|
@@ -275,7 +275,7 @@ module PulpPythonClient
|
|
|
275
275
|
if @api_client.config.debugging
|
|
276
276
|
@api_client.config.logger.debug 'Calling API: RemotesPythonApi.list ...'
|
|
277
277
|
end
|
|
278
|
-
allowable_values = ["-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-username", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "rate_limit", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "username"]
|
|
278
|
+
allowable_values = ["-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-username", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "username"]
|
|
279
279
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
280
280
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
281
281
|
end
|
|
@@ -186,7 +186,7 @@ module PulpPythonClient
|
|
|
186
186
|
if @api_client.config.debugging
|
|
187
187
|
@api_client.config.logger.debug 'Calling API: RepositoriesPythonApi.list ...'
|
|
188
188
|
end
|
|
189
|
-
allowable_values = ["-description", "-name", "-next_version", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-retain_repo_versions", "-user_hidden", "description", "name", "next_version", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "retain_repo_versions", "user_hidden"]
|
|
189
|
+
allowable_values = ["-description", "-name", "-next_version", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-retain_repo_versions", "-user_hidden", "description", "name", "next_version", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "retain_repo_versions", "user_hidden"]
|
|
190
190
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
191
191
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
192
192
|
end
|
|
@@ -57,7 +57,7 @@ module PulpPythonClient
|
|
|
57
57
|
{
|
|
58
58
|
:'base_path' => :'String',
|
|
59
59
|
:'content_guard' => :'String',
|
|
60
|
-
:'pulp_labels' => :'
|
|
60
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
61
61
|
:'name' => :'String',
|
|
62
62
|
:'repository' => :'String',
|
|
63
63
|
:'publication' => :'String',
|
|
@@ -100,7 +100,9 @@ module PulpPythonClient
|
|
|
100
100
|
end
|
|
101
101
|
|
|
102
102
|
if attributes.key?(:'pulp_labels')
|
|
103
|
-
|
|
103
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
104
|
+
self.pulp_labels = value
|
|
105
|
+
end
|
|
104
106
|
end
|
|
105
107
|
|
|
106
108
|
if attributes.key?(:'name')
|
|
@@ -142,7 +142,7 @@ module PulpPythonClient
|
|
|
142
142
|
:'proxy_password' => :'String',
|
|
143
143
|
:'username' => :'String',
|
|
144
144
|
:'password' => :'String',
|
|
145
|
-
:'pulp_labels' => :'
|
|
145
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
146
146
|
:'download_concurrency' => :'Integer',
|
|
147
147
|
:'max_retries' => :'Integer',
|
|
148
148
|
:'policy' => :'PolicyEnum',
|
|
@@ -242,7 +242,9 @@ module PulpPythonClient
|
|
|
242
242
|
end
|
|
243
243
|
|
|
244
244
|
if attributes.key?(:'pulp_labels')
|
|
245
|
-
|
|
245
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
246
|
+
self.pulp_labels = value
|
|
247
|
+
end
|
|
246
248
|
end
|
|
247
249
|
|
|
248
250
|
if attributes.key?(:'download_concurrency')
|
|
@@ -47,7 +47,7 @@ module PulpPythonClient
|
|
|
47
47
|
# Attribute type mapping.
|
|
48
48
|
def self.openapi_types
|
|
49
49
|
{
|
|
50
|
-
:'pulp_labels' => :'
|
|
50
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
51
51
|
:'name' => :'String',
|
|
52
52
|
:'description' => :'String',
|
|
53
53
|
:'retain_repo_versions' => :'Integer',
|
|
@@ -81,7 +81,9 @@ module PulpPythonClient
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
if attributes.key?(:'pulp_labels')
|
|
84
|
-
|
|
84
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
85
|
+
self.pulp_labels = value
|
|
86
|
+
end
|
|
85
87
|
end
|
|
86
88
|
|
|
87
89
|
if attributes.key?(:'name')
|
|
@@ -57,7 +57,7 @@ module PulpPythonClient
|
|
|
57
57
|
{
|
|
58
58
|
:'base_path' => :'String',
|
|
59
59
|
:'content_guard' => :'String',
|
|
60
|
-
:'pulp_labels' => :'
|
|
60
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
61
61
|
:'name' => :'String',
|
|
62
62
|
:'repository' => :'String',
|
|
63
63
|
:'publication' => :'String',
|
|
@@ -100,7 +100,9 @@ module PulpPythonClient
|
|
|
100
100
|
end
|
|
101
101
|
|
|
102
102
|
if attributes.key?(:'pulp_labels')
|
|
103
|
-
|
|
103
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
104
|
+
self.pulp_labels = value
|
|
105
|
+
end
|
|
104
106
|
end
|
|
105
107
|
|
|
106
108
|
if attributes.key?(:'name')
|
|
@@ -70,7 +70,7 @@ module PulpPythonClient
|
|
|
70
70
|
:'base_path' => :'String',
|
|
71
71
|
:'base_url' => :'String',
|
|
72
72
|
:'content_guard' => :'String',
|
|
73
|
-
:'pulp_labels' => :'
|
|
73
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
74
74
|
:'name' => :'String',
|
|
75
75
|
:'repository' => :'String',
|
|
76
76
|
:'publication' => :'String',
|
|
@@ -125,7 +125,9 @@ module PulpPythonClient
|
|
|
125
125
|
end
|
|
126
126
|
|
|
127
127
|
if attributes.key?(:'pulp_labels')
|
|
128
|
-
|
|
128
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
129
|
+
self.pulp_labels = value
|
|
130
|
+
end
|
|
129
131
|
end
|
|
130
132
|
|
|
131
133
|
if attributes.key?(:'name')
|
|
@@ -142,7 +142,7 @@ module PulpPythonClient
|
|
|
142
142
|
:'proxy_password' => :'String',
|
|
143
143
|
:'username' => :'String',
|
|
144
144
|
:'password' => :'String',
|
|
145
|
-
:'pulp_labels' => :'
|
|
145
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
146
146
|
:'download_concurrency' => :'Integer',
|
|
147
147
|
:'max_retries' => :'Integer',
|
|
148
148
|
:'policy' => :'PolicyEnum',
|
|
@@ -242,7 +242,9 @@ module PulpPythonClient
|
|
|
242
242
|
end
|
|
243
243
|
|
|
244
244
|
if attributes.key?(:'pulp_labels')
|
|
245
|
-
|
|
245
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
246
|
+
self.pulp_labels = value
|
|
247
|
+
end
|
|
246
248
|
end
|
|
247
249
|
|
|
248
250
|
if attributes.key?(:'download_concurrency')
|
|
@@ -134,7 +134,7 @@ module PulpPythonClient
|
|
|
134
134
|
:'client_cert' => :'String',
|
|
135
135
|
:'tls_validation' => :'Boolean',
|
|
136
136
|
:'proxy_url' => :'String',
|
|
137
|
-
:'pulp_labels' => :'
|
|
137
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
138
138
|
:'pulp_last_updated' => :'DateTime',
|
|
139
139
|
:'download_concurrency' => :'Integer',
|
|
140
140
|
:'max_retries' => :'Integer',
|
|
@@ -219,7 +219,9 @@ module PulpPythonClient
|
|
|
219
219
|
end
|
|
220
220
|
|
|
221
221
|
if attributes.key?(:'pulp_labels')
|
|
222
|
-
|
|
222
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
223
|
+
self.pulp_labels = value
|
|
224
|
+
end
|
|
223
225
|
end
|
|
224
226
|
|
|
225
227
|
if attributes.key?(:'pulp_last_updated')
|
|
@@ -47,7 +47,7 @@ module PulpPythonClient
|
|
|
47
47
|
# Attribute type mapping.
|
|
48
48
|
def self.openapi_types
|
|
49
49
|
{
|
|
50
|
-
:'pulp_labels' => :'
|
|
50
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
51
51
|
:'name' => :'String',
|
|
52
52
|
:'description' => :'String',
|
|
53
53
|
:'retain_repo_versions' => :'Integer',
|
|
@@ -81,7 +81,9 @@ module PulpPythonClient
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
if attributes.key?(:'pulp_labels')
|
|
84
|
-
|
|
84
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
85
|
+
self.pulp_labels = value
|
|
86
|
+
end
|
|
85
87
|
end
|
|
86
88
|
|
|
87
89
|
if attributes.key?(:'name')
|
|
@@ -63,7 +63,7 @@ module PulpPythonClient
|
|
|
63
63
|
:'pulp_href' => :'String',
|
|
64
64
|
:'pulp_created' => :'DateTime',
|
|
65
65
|
:'versions_href' => :'String',
|
|
66
|
-
:'pulp_labels' => :'
|
|
66
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
67
67
|
:'latest_version_href' => :'String',
|
|
68
68
|
:'name' => :'String',
|
|
69
69
|
:'description' => :'String',
|
|
@@ -110,7 +110,9 @@ module PulpPythonClient
|
|
|
110
110
|
end
|
|
111
111
|
|
|
112
112
|
if attributes.key?(:'pulp_labels')
|
|
113
|
-
|
|
113
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
114
|
+
self.pulp_labels = value
|
|
115
|
+
end
|
|
114
116
|
end
|
|
115
117
|
|
|
116
118
|
if attributes.key?(:'latest_version_href')
|
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.8.0.
|
|
4
|
+
version: 3.8.0.dev1671074268
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|