pulp_python_client 3.1.0.dev01612064417 → 3.1.0.dev01612496052

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: c7d76741661016fd8ed047a73117984b966c6dda0b339da65dc75b221c1b331a
4
- data.tar.gz: e726c4e11747164d362b351d19b6be70e808d67402fd1b97bdb0826c836dc48e
3
+ metadata.gz: c69824fa7a6b9bf4d3d65c78ba0bd697881b4c5153f0d221d5a2f8d6f080e0ac
4
+ data.tar.gz: 74453cda2a761503ef836e1bce15bf555daf8d4a963ad8af10d5c6384c4f2b4a
5
5
  SHA512:
6
- metadata.gz: ec682a412b98adbbf873eb00c76d94c144203dbf119ca07eacda2516d17d3bcd8207f7dbbc944ed1863e19d7e683eb195976c97c892ee0adfd0d7c80111161bb
7
- data.tar.gz: 92736b91b170f7dd23ea5a32be77d28bfd7c0772520fa3bdddd0ac1e0ed6333626f9c7eaec4c01bd8618c77fd4afbb59165753f3c9c4ffa1609bb31274758d73
6
+ metadata.gz: c882ce1f0a0c66fa9fa882566ebfc629dba93bf75644cdf9bbd2edc063d0cdcb624e7f4361e2a8a8571fd644efb703c9cd9ea07834fbd3f380323456353b01ad
7
+ data.tar.gz: 3598b9de6ed853e730532b5d991c0f6fcf2e15adc8ab0d7fb7686d47921323e18d557750ea0f320ebe6b0fa6f0e95e74822850a5af958c77b625e4fa5407516b
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.dev01612064417
10
+ - Package version: 3.1.0.dev01612496052
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.dev01612064417.gem
27
+ gem install ./pulp_python_client-3.1.0.dev01612496052.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.1.0.dev01612064417.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.1.0.dev01612496052.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.dev01612064417'
36
+ gem 'pulp_python_client', '~> 3.1.0.dev01612496052'
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.dev01612064417'
14
+ VERSION = '3.1.0.dev01612496052'
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.dev01612064417
4
+ version: 3.1.0.dev01612496052
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-01-31 00:00:00.000000000 Z
11
+ date: 2021-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday