pulp_python_client 3.1.0.dev01612841632 → 3.1.0.dev01613273682

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: 6c6297d61134ec004f96af8ccbd8c45b7844301e7649cfb1f984bab3b207e91a
4
- data.tar.gz: df45e75d07e9f61aade17ddab65bd58cdee09709ab9f30216515f49ec643ed49
3
+ metadata.gz: dcf59456415e72555c8fde6bcc911405db5a6c600408579c9b3d57dd2f000855
4
+ data.tar.gz: 0cd551c71b6c057536473e643deee3f8e88ba1402c99c1510d06c88dcfeb8199
5
5
  SHA512:
6
- metadata.gz: 6f188d9651b03a074c184017d98f31ab2150aa4349494fd507ba3ec6ff89cceb8d9b460c9f771f1fcafd8230afc6c6a3e734b751eafe9e2b6901c9add48f3e68
7
- data.tar.gz: 970c12e86946efcc2306b652e3139c9cfe76fb7fce5047cf098dccdc491c3b3fba80363224d4fd6163ef34f66aea2f4bec7a04ad55f8a059888c824a8eec1f3b
6
+ metadata.gz: d1e6ecc745df009c031b818b6197b7e5c5a5168a2a6c5a7599eb4b7a54092a464fc566df9c841bd1cdacedd955648bb38a9586198528d6e984e53b284f0e1b00
7
+ data.tar.gz: 7a6bad0c6b75bd7017cef9adef57da0d06beb9b6ecb9bc43fee79b69a9d40c64a7d2229a401f0d15764b83cfcbab4f936bb1823c9c4ecb67b89753528a96f6ff
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.dev01612841632
10
+ - Package version: 3.1.0.dev01613273682
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.dev01612841632.gem
27
+ gem install ./pulp_python_client-3.1.0.dev01613273682.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.1.0.dev01612841632.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.1.0.dev01613273682.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.dev01612841632'
36
+ gem 'pulp_python_client', '~> 3.1.0.dev01613273682'
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.dev01612841632'
14
+ VERSION = '3.1.0.dev01613273682'
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.dev01612841632
4
+ version: 3.1.0.dev01613273682
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-09 00:00:00.000000000 Z
11
+ date: 2021-02-14 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