pulp_python_client 3.1.0.dev01611891781 → 3.1.0.dev01612323364
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/DistributionsPypiApi.md +2 -0
- data/docs/RemotesPythonApi.md +2 -0
- data/docs/RepositoriesPythonApi.md +2 -0
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +3 -0
- data/lib/pulp_python_client/api/remotes_python_api.rb +3 -0
- data/lib/pulp_python_client/api/repositories_python_api.rb +3 -0
- data/lib/pulp_python_client/version.rb +1 -1
- data/spec/api/distributions_pypi_api_spec.rb +1 -0
- data/spec/api/remotes_python_api_spec.rb +1 -0
- data/spec/api/repositories_python_api_spec.rb +1 -0
- 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: 15fe25494ffba616440ef59ddd1a51f4b3e146991cfc6aeff008b1f3ac9de46b
|
|
4
|
+
data.tar.gz: 3443a816e79abe19da8284d61c193cd52222285f9713b58f8240f4e43a87225a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8422de6be73489c3ccb63de20924739613102c5b8247096119cb4f751ce759f9c7ae28e71695471a43ab95b6058333dc5345ea7dfebc9051b122df73a1038ed8
|
|
7
|
+
data.tar.gz: 192c51b48b6a9b61193eee69c7d6427d4e05bbee06bb732b77660a8cce7132a79370e0c7cca28d1a033ce752b4ca39e4708d688d7f5c740319d310713be86c37
|
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.1.0.
|
|
10
|
+
- Package version: 3.1.0.dev01612323364
|
|
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.1.0.
|
|
27
|
+
gem install ./pulp_python_client-3.1.0.dev01612323364.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_python_client-3.1.0.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_python_client-3.1.0.dev01612323364.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.1.0.
|
|
36
|
+
gem 'pulp_python_client', '~> 3.1.0.dev01612323364'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -153,6 +153,7 @@ opts = {
|
|
|
153
153
|
name__startswith: 'name__startswith_example', # String | name__startswith
|
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
155
155
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
156
|
+
pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
|
|
156
157
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
157
158
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
158
159
|
}
|
|
@@ -183,6 +184,7 @@ Name | Type | Description | Notes
|
|
|
183
184
|
**name__startswith** | **String**| name__startswith | [optional]
|
|
184
185
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
185
186
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
187
|
+
**pulp_label_select** | **String**| pulp_label_select | [optional]
|
|
186
188
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
187
189
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
188
190
|
|
data/docs/RemotesPythonApi.md
CHANGED
|
@@ -209,6 +209,7 @@ opts = {
|
|
|
209
209
|
name__startswith: 'name__startswith_example', # String | name__startswith
|
|
210
210
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
211
211
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
212
|
+
pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
|
|
212
213
|
pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
|
|
213
214
|
pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
|
|
214
215
|
pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
|
|
@@ -241,6 +242,7 @@ Name | Type | Description | Notes
|
|
|
241
242
|
**name__startswith** | **String**| name__startswith | [optional]
|
|
242
243
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
243
244
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
245
|
+
**pulp_label_select** | **String**| pulp_label_select | [optional]
|
|
244
246
|
**pulp_last_updated** | **String**| pulp_last_updated | [optional]
|
|
245
247
|
**pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
|
|
246
248
|
**pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
|
|
@@ -151,6 +151,7 @@ opts = {
|
|
|
151
151
|
name__startswith: 'name__startswith_example', # String | name__startswith
|
|
152
152
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
153
153
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
154
|
+
pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
|
|
154
155
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
155
156
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
156
157
|
}
|
|
@@ -177,6 +178,7 @@ Name | Type | Description | Notes
|
|
|
177
178
|
**name__startswith** | **String**| name__startswith | [optional]
|
|
178
179
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
179
180
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
181
|
+
**pulp_label_select** | **String**| pulp_label_select | [optional]
|
|
180
182
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
181
183
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
182
184
|
|
|
@@ -160,6 +160,7 @@ module PulpPythonClient
|
|
|
160
160
|
# @option opts [String] :name__startswith name__startswith
|
|
161
161
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
162
162
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
163
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
|
163
164
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
164
165
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
165
166
|
# @return [PaginatedpythonPythonDistributionResponseList]
|
|
@@ -183,6 +184,7 @@ module PulpPythonClient
|
|
|
183
184
|
# @option opts [String] :name__startswith name__startswith
|
|
184
185
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
185
186
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
187
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
|
186
188
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
187
189
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
188
190
|
# @return [Array<(PaginatedpythonPythonDistributionResponseList, Integer, Hash)>] PaginatedpythonPythonDistributionResponseList data, response status code and response headers
|
|
@@ -207,6 +209,7 @@ module PulpPythonClient
|
|
|
207
209
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
208
210
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
209
211
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
212
|
+
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
210
213
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
211
214
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
212
215
|
|
|
@@ -231,6 +231,7 @@ module PulpPythonClient
|
|
|
231
231
|
# @option opts [String] :name__startswith name__startswith
|
|
232
232
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
233
233
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
234
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
|
234
235
|
# @option opts [String] :pulp_last_updated pulp_last_updated
|
|
235
236
|
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
|
236
237
|
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
|
@@ -256,6 +257,7 @@ module PulpPythonClient
|
|
|
256
257
|
# @option opts [String] :name__startswith name__startswith
|
|
257
258
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
258
259
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
260
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
|
259
261
|
# @option opts [String] :pulp_last_updated pulp_last_updated
|
|
260
262
|
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
|
261
263
|
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
|
@@ -282,6 +284,7 @@ module PulpPythonClient
|
|
|
282
284
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
283
285
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
284
286
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
287
|
+
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
285
288
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
|
286
289
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
|
287
290
|
query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
|
|
@@ -156,6 +156,7 @@ module PulpPythonClient
|
|
|
156
156
|
# @option opts [String] :name__startswith name__startswith
|
|
157
157
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
158
158
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
159
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
|
159
160
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
160
161
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
161
162
|
# @return [PaginatedpythonPythonRepositoryResponseList]
|
|
@@ -175,6 +176,7 @@ module PulpPythonClient
|
|
|
175
176
|
# @option opts [String] :name__startswith name__startswith
|
|
176
177
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
177
178
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
179
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
|
178
180
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
179
181
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
180
182
|
# @return [Array<(PaginatedpythonPythonRepositoryResponseList, Integer, Hash)>] PaginatedpythonPythonRepositoryResponseList data, response status code and response headers
|
|
@@ -195,6 +197,7 @@ module PulpPythonClient
|
|
|
195
197
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
196
198
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
197
199
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
200
|
+
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
198
201
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
199
202
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
200
203
|
|
|
@@ -72,6 +72,7 @@ describe 'DistributionsPypiApi' do
|
|
|
72
72
|
# @option opts [String] :name__startswith name__startswith
|
|
73
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
74
74
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
75
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
|
75
76
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
76
77
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
77
78
|
# @return [PaginatedpythonPythonDistributionResponseList]
|
|
@@ -82,6 +82,7 @@ describe 'RemotesPythonApi' do
|
|
|
82
82
|
# @option opts [String] :name__startswith name__startswith
|
|
83
83
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
84
84
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
85
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
|
85
86
|
# @option opts [String] :pulp_last_updated pulp_last_updated
|
|
86
87
|
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
|
87
88
|
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
|
@@ -68,6 +68,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
68
68
|
# @option opts [String] :name__startswith name__startswith
|
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
70
70
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
71
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
|
71
72
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
72
73
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
73
74
|
# @return [PaginatedpythonPythonRepositoryResponseList]
|
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.1.0.
|
|
4
|
+
version: 3.1.0.dev01612323364
|
|
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-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|