pulp_python_client 3.1.0.dev01612928781 → 3.1.0.dev01613360017

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: 0cdab87fd927999bfbbb8cd6604854ecb2ab3229d997ba44373acdee079dcbb0
4
- data.tar.gz: 1a803aafa65c7f8db29750a6d0f731235ef7cf033c7305cb55718e3c70971f20
3
+ metadata.gz: f3831820bfba404f8a216ae22c64659e0c25d22c63458ee351732fb05935e815
4
+ data.tar.gz: 9167e82b1caebb65162684f7d1edb569f11c8a0ba0ec22c6ecda83847fae2439
5
5
  SHA512:
6
- metadata.gz: 5aef346fc12b65efe2f11373916d8b558334f3c2e6d9f1219fdf6f3c776927a0e6347a6368846f91e7bd3913abdcd6db0adb659ff7b673ccf6058c0ba543454d
7
- data.tar.gz: 41581623e3e8aa6a38ee818926491faedadeef6243f96703807a16074122a5756d75bffdd4fb07b29ebc26cbcc8805a0d12f779989953470f44d2e0a01ff3b25
6
+ metadata.gz: f2d7733086eb7e0489930d665e9f47bdf4d19dffff1e225b6dd4591030c9bd70e857281342de6c948f858ad5f4f75a368b699eae50771bbf91e564d4683680f6
7
+ data.tar.gz: 8ba16f2277004a9ae82fbcc1baba978e0fca58af0fee4b59c681a337ada222146e826251c8f30f44297f797802ea938226c0d42537c603222ee467a813a7de34
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.dev01612928781
10
+ - Package version: 3.1.0.dev01613360017
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.dev01612928781.gem
27
+ gem install ./pulp_python_client-3.1.0.dev01613360017.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.1.0.dev01612928781.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.1.0.dev01613360017.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.dev01612928781'
36
+ gem 'pulp_python_client', '~> 3.1.0.dev01613360017'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -148,6 +148,9 @@ opts = {
148
148
  repository_version: 'repository_version_example', # String | repository_version
149
149
  repository_version_added: 'repository_version_added_example', # String | repository_version_added
150
150
  repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
151
+ requires_python: 'requires_python_example', # String | requires_python
152
+ requires_python__contains: 'requires_python__contains_example', # String | requires_python__contains
153
+ requires_python__in: 'requires_python__in_example', # String | requires_python__in
151
154
  fields: 'fields_example', # String | A list of fields to include in the response.
152
155
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
153
156
  }
@@ -183,6 +186,9 @@ Name | Type | Description | Notes
183
186
  **repository_version** | **String**| repository_version | [optional]
184
187
  **repository_version_added** | **String**| repository_version_added | [optional]
185
188
  **repository_version_removed** | **String**| repository_version_removed | [optional]
189
+ **requires_python** | **String**| requires_python | [optional]
190
+ **requires_python__contains** | **String**| requires_python__contains | [optional]
191
+ **requires_python__in** | **String**| requires_python__in | [optional]
186
192
  **fields** | **String**| A list of fields to include in the response. | [optional]
187
193
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
188
194
 
@@ -170,6 +170,9 @@ module PulpPythonClient
170
170
  # @option opts [String] :repository_version repository_version
171
171
  # @option opts [String] :repository_version_added repository_version_added
172
172
  # @option opts [String] :repository_version_removed repository_version_removed
173
+ # @option opts [String] :requires_python requires_python
174
+ # @option opts [String] :requires_python__contains requires_python__contains
175
+ # @option opts [String] :requires_python__in requires_python__in
173
176
  # @option opts [String] :fields A list of fields to include in the response.
174
177
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
175
178
  # @return [PaginatedpythonPythonPackageContentResponseList]
@@ -198,6 +201,9 @@ module PulpPythonClient
198
201
  # @option opts [String] :repository_version repository_version
199
202
  # @option opts [String] :repository_version_added repository_version_added
200
203
  # @option opts [String] :repository_version_removed repository_version_removed
204
+ # @option opts [String] :requires_python requires_python
205
+ # @option opts [String] :requires_python__contains requires_python__contains
206
+ # @option opts [String] :requires_python__in requires_python__in
201
207
  # @option opts [String] :fields A list of fields to include in the response.
202
208
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
203
209
  # @return [Array<(PaginatedpythonPythonPackageContentResponseList, Integer, Hash)>] PaginatedpythonPythonPackageContentResponseList data, response status code and response headers
@@ -231,6 +237,9 @@ module PulpPythonClient
231
237
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
232
238
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
233
239
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
240
+ query_params[:'requires_python'] = opts[:'requires_python'] if !opts[:'requires_python'].nil?
241
+ query_params[:'requires_python__contains'] = opts[:'requires_python__contains'] if !opts[:'requires_python__contains'].nil?
242
+ query_params[:'requires_python__in'] = opts[:'requires_python__in'] if !opts[:'requires_python__in'].nil?
234
243
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
235
244
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
236
245
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.1.0.dev01612928781'
14
+ VERSION = '3.1.0.dev01613360017'
15
15
  end
@@ -87,6 +87,9 @@ describe 'ContentPackagesApi' do
87
87
  # @option opts [String] :repository_version repository_version
88
88
  # @option opts [String] :repository_version_added repository_version_added
89
89
  # @option opts [String] :repository_version_removed repository_version_removed
90
+ # @option opts [String] :requires_python requires_python
91
+ # @option opts [String] :requires_python__contains requires_python__contains
92
+ # @option opts [String] :requires_python__in requires_python__in
90
93
  # @option opts [String] :fields A list of fields to include in the response.
91
94
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
92
95
  # @return [PaginatedpythonPythonPackageContentResponseList]
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.dev01612928781
4
+ version: 3.1.0.dev01613360017
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-10 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -210,40 +210,40 @@ signing_key:
210
210
  specification_version: 4
211
211
  summary: Pulp 3 API Ruby Gem
212
212
  test_files:
213
- - spec/api/repositories_python_api_spec.rb
214
213
  - spec/api/publications_pypi_api_spec.rb
215
- - spec/api/repositories_python_versions_api_spec.rb
214
+ - spec/api/content_packages_api_spec.rb
216
215
  - spec/api/remotes_python_api_spec.rb
216
+ - spec/api/repositories_python_versions_api_spec.rb
217
+ - spec/api/repositories_python_api_spec.rb
217
218
  - spec/api/distributions_pypi_api_spec.rb
218
- - spec/api/content_packages_api_spec.rb
219
219
  - spec/api_client_spec.rb
220
220
  - spec/configuration_spec.rb
221
- - spec/models/repository_sync_url_spec.rb
222
- - spec/models/policy_enum_spec.rb
223
221
  - spec/models/paginatedpython_python_publication_response_list_spec.rb
224
- - spec/models/python_python_remote_response_spec.rb
225
- - spec/models/paginatedpython_python_distribution_response_list_spec.rb
226
- - spec/models/python_bander_remote_spec.rb
227
- - spec/models/paginatedpython_python_package_content_response_list_spec.rb
228
- - spec/models/python_python_package_content_spec.rb
229
- - spec/models/patchedpython_python_remote_spec.rb
230
- - spec/models/python_python_remote_spec.rb
231
- - spec/models/paginatedpython_python_repository_response_list_spec.rb
222
+ - spec/models/repository_version_spec.rb
232
223
  - spec/models/repository_version_response_spec.rb
233
- - spec/models/python_python_repository_response_spec.rb
234
- - spec/models/python_python_publication_response_spec.rb
235
- - spec/models/patchedpython_python_repository_spec.rb
236
- - spec/models/paginatedpython_python_remote_response_list_spec.rb
237
224
  - spec/models/async_operation_response_spec.rb
238
225
  - spec/models/content_summary_response_spec.rb
226
+ - spec/models/paginated_repository_version_response_list_spec.rb
227
+ - spec/models/content_summary_spec.rb
228
+ - spec/models/policy_enum_spec.rb
239
229
  - spec/models/python_python_package_content_response_spec.rb
230
+ - spec/models/python_python_remote_spec.rb
231
+ - spec/models/python_bander_remote_spec.rb
232
+ - spec/models/python_python_publication_spec.rb
233
+ - spec/models/paginatedpython_python_distribution_response_list_spec.rb
234
+ - spec/models/paginatedpython_python_package_content_response_list_spec.rb
235
+ - spec/models/python_python_distribution_response_spec.rb
236
+ - spec/models/patchedpython_python_repository_spec.rb
237
+ - spec/models/python_python_remote_response_spec.rb
240
238
  - spec/models/repository_add_remove_content_spec.rb
241
- - spec/models/python_python_repository_spec.rb
242
239
  - spec/models/patchedpython_python_distribution_spec.rb
240
+ - spec/models/python_python_repository_spec.rb
241
+ - spec/models/paginatedpython_python_repository_response_list_spec.rb
243
242
  - spec/models/python_python_distribution_spec.rb
244
- - spec/models/paginated_repository_version_response_list_spec.rb
245
- - spec/models/content_summary_spec.rb
246
- - spec/models/python_python_distribution_response_spec.rb
247
- - spec/models/repository_version_spec.rb
248
- - spec/models/python_python_publication_spec.rb
243
+ - spec/models/python_python_publication_response_spec.rb
244
+ - spec/models/repository_sync_url_spec.rb
245
+ - spec/models/patchedpython_python_remote_spec.rb
246
+ - spec/models/python_python_repository_response_spec.rb
247
+ - spec/models/paginatedpython_python_remote_response_list_spec.rb
248
+ - spec/models/python_python_package_content_spec.rb
249
249
  - spec/spec_helper.rb