pulp_python_client 3.8.0.dev1670383080 → 3.8.0.dev1671160501

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_python_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b29d3c70d2ef0cd29007d39300e5c2fa764d20cdb15f260f7a952b31921c193d
4
- data.tar.gz: ec032ff4e3f47a93306f7fabe7c06f41127a8bca28e6ebd644d7e2b9d40b8059
3
+ metadata.gz: c9e40af198a329010abe31f52d5be3bce112c424566e56836d7f4320208948cf
4
+ data.tar.gz: 3d1b90b668a009665988678ada958ae83e2f64f943418e11e7c53bfaeaad19b2
5
5
  SHA512:
6
- metadata.gz: af4ce0c2895a91940cb486cdf38388ec4fe9d0aa9ce33aef02f784229c1ac45f8f1a0cd0b90404ab7155e3aa2926f0f3728b8d1274d3e860aa72013df7100dcb
7
- data.tar.gz: d4e66503080be5481ae82f131c80166e35e7699e80343f2fe51d9d4e0f7e30862c43e83d1b3b6ed7327a8e5eb59addb6b25fbf3011e2b8d154f4cf6a9e48acca
6
+ metadata.gz: 2df9983448d6b27284593a5f0435ce73e14607dd5bcd03080414a95da7c2bcdc0c928524d892a671e44e5e0da6fab899d38b8007ac73aaa56e09a334c4fe0a37
7
+ data.tar.gz: e3719c8c872d6d052849ffa39fd542ae49df7b3a1e1fe3229b1677bc8c3ec852b5a6cdda26f8ca0237d7980b4af9688e8c95b0118a5f05c3c6553bf8ef43d456
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.dev1670383080
10
+ - Package version: 3.8.0.dev1671160501
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.dev1670383080.gem
27
+ gem install ./pulp_python_client-3.8.0.dev1671160501.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.8.0.dev1670383080.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.8.0.dev1671160501.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.dev1670383080'
36
+ gem 'pulp_python_client', '~> 3.8.0.dev1671160501'
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** | [**Object**](.md) | | [optional]
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** | [**Object**](.md) | | [optional]
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** | [**Object**](.md) | | [optional]
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** | [**Object**](.md) | | [optional]
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** | [**Object**](.md) | | [optional]
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]
@@ -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** | [**Object**](.md) | | [optional]
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** | [**Object**](.md) | | [optional]
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** | [**Object**](.md) | | [optional]
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** | [**Object**](.md) | | [optional]
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' => :'Object',
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
- self.pulp_labels = attributes[:'pulp_labels']
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' => :'Object',
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
- self.pulp_labels = attributes[:'pulp_labels']
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' => :'Object',
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
- self.pulp_labels = attributes[:'pulp_labels']
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' => :'Object',
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
- self.pulp_labels = attributes[:'pulp_labels']
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' => :'Object',
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
- self.pulp_labels = attributes[:'pulp_labels']
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' => :'Object',
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
- self.pulp_labels = attributes[:'pulp_labels']
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' => :'Object',
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
- self.pulp_labels = attributes[:'pulp_labels']
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' => :'Object',
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
- self.pulp_labels = attributes[:'pulp_labels']
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' => :'Object',
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
- self.pulp_labels = attributes[:'pulp_labels']
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')
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.8.0.dev1670383080'
14
+ VERSION = '3.8.0.dev1671160501'
15
15
  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.8.0.dev1670383080
4
+ version: 3.8.0.dev1671160501
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-07 00:00:00.000000000 Z
11
+ date: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -245,50 +245,50 @@ signing_key:
245
245
  specification_version: 4
246
246
  summary: Pulp 3 API Ruby Gem
247
247
  test_files:
248
- - spec/api/pypi_legacy_api_spec.rb
249
- - spec/api/pypi_api_spec.rb
250
- - spec/api/remotes_python_api_spec.rb
251
- - spec/api/distributions_pypi_api_spec.rb
252
- - spec/api/repositories_python_versions_api_spec.rb
253
- - spec/api/repositories_python_api_spec.rb
254
- - spec/api/pypi_metadata_api_spec.rb
255
248
  - spec/api/pypi_simple_api_spec.rb
256
249
  - spec/api/publications_pypi_api_spec.rb
250
+ - spec/api/pypi_metadata_api_spec.rb
257
251
  - spec/api/content_packages_api_spec.rb
252
+ - spec/api/pypi_api_spec.rb
253
+ - spec/api/repositories_python_versions_api_spec.rb
254
+ - spec/api/repositories_python_api_spec.rb
255
+ - spec/api/remotes_python_api_spec.rb
256
+ - spec/api/pypi_legacy_api_spec.rb
257
+ - spec/api/distributions_pypi_api_spec.rb
258
258
  - spec/api_client_spec.rb
259
259
  - spec/configuration_spec.rb
260
- - spec/models/python_python_distribution_response_spec.rb
261
- - spec/models/package_types_enum_spec.rb
262
- - spec/models/summary_response_spec.rb
260
+ - spec/models/repository_sync_url_spec.rb
261
+ - spec/models/python_python_remote_response_hidden_fields_spec.rb
262
+ - spec/models/python_python_package_content_spec.rb
263
+ - spec/models/paginatedpython_python_distribution_response_list_spec.rb
264
+ - spec/models/exclude_platforms_enum_spec.rb
265
+ - spec/models/python_python_package_content_response_spec.rb
263
266
  - spec/models/async_operation_response_spec.rb
267
+ - spec/models/patchedpython_python_remote_spec.rb
264
268
  - spec/models/python_python_publication_spec.rb
265
- - spec/models/paginated_repository_version_response_list_spec.rb
266
- - spec/models/package_upload_task_response_spec.rb
269
+ - spec/models/paginatedpython_python_repository_response_list_spec.rb
270
+ - spec/models/paginatedpython_python_remote_response_list_spec.rb
271
+ - spec/models/package_metadata_response_spec.rb
272
+ - spec/models/package_types_enum_spec.rb
273
+ - spec/models/patchedpython_python_repository_spec.rb
267
274
  - spec/models/repair_spec.rb
268
- - spec/models/repository_sync_url_spec.rb
269
- - spec/models/python_python_repository_response_spec.rb
270
275
  - spec/models/package_upload_spec.rb
276
+ - spec/models/policy_enum_spec.rb
271
277
  - spec/models/repository_version_response_spec.rb
272
- - spec/models/patchedpython_python_distribution_spec.rb
273
- - spec/models/python_python_remote_response_hidden_fields_spec.rb
274
- - spec/models/python_python_remote_response_spec.rb
275
- - spec/models/package_metadata_response_spec.rb
276
- - spec/models/python_python_package_content_spec.rb
277
- - spec/models/exclude_platforms_enum_spec.rb
278
278
  - spec/models/python_bander_remote_spec.rb
279
- - spec/models/patchedpython_python_repository_spec.rb
280
- - spec/models/python_python_publication_response_spec.rb
281
- - spec/models/paginatedpython_python_repository_response_list_spec.rb
282
- - spec/models/python_python_remote_spec.rb
279
+ - spec/models/summary_response_spec.rb
283
280
  - spec/models/repository_add_remove_content_spec.rb
281
+ - spec/models/package_upload_task_response_spec.rb
282
+ - spec/models/patchedpython_python_distribution_spec.rb
283
+ - spec/models/python_python_remote_response_spec.rb
284
284
  - spec/models/paginatedpython_python_publication_response_list_spec.rb
285
- - spec/models/patchedpython_python_remote_spec.rb
285
+ - spec/models/paginatedpython_python_package_content_response_list_spec.rb
286
286
  - spec/models/python_python_distribution_spec.rb
287
- - spec/models/python_python_package_content_response_spec.rb
288
- - spec/models/paginatedpython_python_distribution_response_list_spec.rb
287
+ - spec/models/python_python_distribution_response_spec.rb
288
+ - spec/models/python_python_remote_spec.rb
289
+ - spec/models/paginated_repository_version_response_list_spec.rb
290
+ - spec/models/python_python_repository_response_spec.rb
289
291
  - spec/models/python_python_repository_spec.rb
290
- - spec/models/paginatedpython_python_remote_response_list_spec.rb
291
- - spec/models/policy_enum_spec.rb
292
292
  - spec/models/content_summary_response_spec.rb
293
- - spec/models/paginatedpython_python_package_content_response_list_spec.rb
293
+ - spec/models/python_python_publication_response_spec.rb
294
294
  - spec/spec_helper.rb