pulp_python_client 3.1.0.dev01612150967 → 3.1.0.dev01612582414

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: 1886bd4ef1d0cc1575453641d868d2c26c5a04c9dbf6a3eff677b44738089129
4
- data.tar.gz: b801bb351c11a1a78c6fb61adac3c560bb1ea2fbdfc3e9adc861ab81f5bcb199
3
+ metadata.gz: 6babeadaa019840783744e8168d3f3eb72297c30c306acbeb305a43bb4809cf6
4
+ data.tar.gz: 83fce4c73b7722a3c2d9f1f449fc916d4b61a6595c3338c8af0cf22669966be1
5
5
  SHA512:
6
- metadata.gz: 98f26a8c7b5768a9ea19fd5d4a72f6f425a37cbfa8f732f06945b32e2261e70c76383856ad7bdbad9c2f1912371482a554d802efe2d85126ea3aa8387790f469
7
- data.tar.gz: d824ebc8aef1a403c54352ea47399ee6fcd2bf257beaea9beac30df05295bf6088a87c7e709d69a73dae98a6994d1286a39d9fa69fc2ec856590febc0dcbb4ef
6
+ metadata.gz: 2790fc11cca63180ec3eb714ec3c33de402c3259ea4ccefaf70c4ca076c714c19f6cab4db7d1cd869ce4d37200394cd68e5b16e1cf299e732034e41c8be6c20e
7
+ data.tar.gz: 0e72f606683e3a6c4bf40fbfd4f4ed65bdb09bef2609220255ed9ce3eac61407dca7810585335d01b037dffe797b8acb619254fb6438ff0fb82f66421d715e67
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.dev01612150967
10
+ - Package version: 3.1.0.dev01612582414
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.dev01612150967.gem
27
+ gem install ./pulp_python_client-3.1.0.dev01612582414.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.1.0.dev01612150967.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.1.0.dev01612582414.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.dev01612150967'
36
+ gem 'pulp_python_client', '~> 3.1.0.dev01612582414'
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
 
@@ -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
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.1.0.dev01612150967'
14
+ VERSION = '3.1.0.dev01612582414'
15
15
  end
@@ -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.dev01612150967
4
+ version: 3.1.0.dev01612582414
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-02-01 00:00:00.000000000 Z
11
+ date: 2021-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday