pulp_python_client 3.3.0.dev1619927828 → 3.3.0.dev1620359591

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: 870c0ee7df9394a112e3198753f3aa55d25981016320547ad4f1344ab8e99ffc
4
- data.tar.gz: 5016f415ce0fd203f72441cba5d27fe887c970b2c03812502328348af8df4fce
3
+ metadata.gz: c6b4a901de911171fc3244dc747f5cc90c69e6258f99fcca6937181269c051af
4
+ data.tar.gz: ba81c911eb02a17a337e0227ea4cbf36046d77a31df0eddc5ca28ad98a8e3a4e
5
5
  SHA512:
6
- metadata.gz: 5aa6bcf8abb2c570d7455b6ec2fc21175a47d11e69ec185461c0fad3915d28aa6bb7f06793e1e1b837be2a5ca2ae503e300436b5dc51697db870d07fc017b9da
7
- data.tar.gz: 73ecdcf53d0afa331a4f02204e3f579d4b64b02e6fcfd54dfc3bb6be0fa21d6dd06bc777cdf26a511662323e8349416dd29c7a0496a1d899bf66041d7175daf7
6
+ metadata.gz: e19c7f0c5bc141464755d2eaf78670c6b34716929b0686f6f9573d3099949f4c87fa8e28c8d2bd716f6356d567c97f11c141a357c2e0bfc5c6202a3ac13ff42c
7
+ data.tar.gz: ca0d9bf662731e73be96a68622d59341ba020aeb9e24c7a912a1956a802dc072be40f03bd2eb624be7bfa5f105f2b9a3ace71c84d78d73748a24b7f6944894ad
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.3.0.dev1619927828
10
+ - Package version: 3.3.0.dev1620359591
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.3.0.dev1619927828.gem
27
+ gem install ./pulp_python_client-3.3.0.dev1620359591.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.3.0.dev1619927828.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.3.0.dev1620359591.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.3.0.dev1619927828'
36
+ gem 'pulp_python_client', '~> 3.3.0.dev1620359591'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -138,6 +138,8 @@ end
138
138
 
139
139
  api_instance = PulpPythonClient::PublicationsPypiApi.new
140
140
  opts = {
141
+ content: 'content_example', # String | Content Unit referenced by HREF
142
+ content__in: 'content__in_example', # String | Content Unit referenced by HREF
141
143
  limit: 56, # Integer | Number of results to return per page.
142
144
  offset: 56, # Integer | The initial index from which to return the results.
143
145
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
@@ -166,6 +168,8 @@ end
166
168
 
167
169
  Name | Type | Description | Notes
168
170
  ------------- | ------------- | ------------- | -------------
171
+ **content** | **String**| Content Unit referenced by HREF | [optional]
172
+ **content__in** | **String**| Content Unit referenced by HREF | [optional]
169
173
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
174
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
171
175
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
@@ -146,6 +146,8 @@ module PulpPythonClient
146
146
  # List python publications
147
147
  # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
148
148
  # @param [Hash] opts the optional parameters
149
+ # @option opts [String] :content Content Unit referenced by HREF
150
+ # @option opts [String] :content__in Content Unit referenced by HREF
149
151
  # @option opts [Integer] :limit Number of results to return per page.
150
152
  # @option opts [Integer] :offset The initial index from which to return the results.
151
153
  # @option opts [String] :ordering Which field to use when ordering the results.
@@ -167,6 +169,8 @@ module PulpPythonClient
167
169
  # List python publications
168
170
  # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
169
171
  # @param [Hash] opts the optional parameters
172
+ # @option opts [String] :content Content Unit referenced by HREF
173
+ # @option opts [String] :content__in Content Unit referenced by HREF
170
174
  # @option opts [Integer] :limit Number of results to return per page.
171
175
  # @option opts [Integer] :offset The initial index from which to return the results.
172
176
  # @option opts [String] :ordering Which field to use when ordering the results.
@@ -189,6 +193,8 @@ module PulpPythonClient
189
193
 
190
194
  # query parameters
191
195
  query_params = opts[:query_params] || {}
196
+ query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
197
+ query_params[:'content__in'] = opts[:'content__in'] if !opts[:'content__in'].nil?
192
198
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
193
199
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
194
200
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.3.0.dev1619927828'
14
+ VERSION = '3.3.0.dev1620359591'
15
15
  end
@@ -60,6 +60,8 @@ describe 'PublicationsPypiApi' do
60
60
  # List python publications
61
61
  # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
62
62
  # @param [Hash] opts the optional parameters
63
+ # @option opts [String] :content Content Unit referenced by HREF
64
+ # @option opts [String] :content__in Content Unit referenced by HREF
63
65
  # @option opts [Integer] :limit Number of results to return per page.
64
66
  # @option opts [Integer] :offset The initial index from which to return the results.
65
67
  # @option opts [String] :ordering Which field to use when ordering the results.
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.3.0.dev1619927828
4
+ version: 3.3.0.dev1620359591
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-05-02 00:00:00.000000000 Z
11
+ date: 2021-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -216,42 +216,42 @@ signing_key:
216
216
  specification_version: 4
217
217
  summary: Pulp 3 API Ruby Gem
218
218
  test_files:
219
- - spec/api/publications_pypi_api_spec.rb
220
219
  - spec/api/repositories_python_versions_api_spec.rb
221
- - spec/api/remotes_python_api_spec.rb
222
220
  - spec/api/content_packages_api_spec.rb
223
- - spec/api/distributions_pypi_api_spec.rb
221
+ - spec/api/publications_pypi_api_spec.rb
224
222
  - spec/api/repositories_python_api_spec.rb
223
+ - spec/api/distributions_pypi_api_spec.rb
224
+ - spec/api/remotes_python_api_spec.rb
225
225
  - spec/api_client_spec.rb
226
226
  - spec/configuration_spec.rb
227
- - spec/models/python_python_publication_spec.rb
228
- - spec/models/patchedpython_python_distribution_spec.rb
229
- - spec/models/paginatedpython_python_package_content_response_list_spec.rb
230
- - spec/models/paginatedpython_python_distribution_response_list_spec.rb
231
- - spec/models/python_python_repository_spec.rb
232
- - spec/models/python_bander_remote_spec.rb
233
227
  - spec/models/paginatedpython_python_remote_response_list_spec.rb
234
- - spec/models/python_python_distribution_spec.rb
235
- - spec/models/paginatedpython_python_publication_response_list_spec.rb
236
- - spec/models/content_summary_spec.rb
237
- - spec/models/content_summary_response_spec.rb
238
- - spec/models/python_python_remote_response_spec.rb
239
- - spec/models/python_python_remote_spec.rb
240
- - spec/models/repository_add_remove_content_spec.rb
241
- - spec/models/exclude_platforms_enum_spec.rb
228
+ - spec/models/patchedpython_python_repository_spec.rb
229
+ - spec/models/python_python_publication_response_spec.rb
230
+ - spec/models/python_python_repository_spec.rb
231
+ - spec/models/python_python_repository_response_spec.rb
242
232
  - spec/models/repository_version_spec.rb
243
233
  - spec/models/paginatedpython_python_repository_response_list_spec.rb
244
- - spec/models/python_python_repository_response_spec.rb
245
- - spec/models/paginated_repository_version_response_list_spec.rb
246
234
  - spec/models/package_types_enum_spec.rb
247
- - spec/models/repository_sync_url_spec.rb
235
+ - spec/models/exclude_platforms_enum_spec.rb
236
+ - spec/models/policy_enum_spec.rb
237
+ - spec/models/python_python_publication_spec.rb
238
+ - spec/models/paginatedpython_python_distribution_response_list_spec.rb
239
+ - spec/models/paginatedpython_python_package_content_response_list_spec.rb
248
240
  - spec/models/repository_version_response_spec.rb
249
- - spec/models/patchedpython_python_repository_spec.rb
241
+ - spec/models/async_operation_response_spec.rb
242
+ - spec/models/repository_add_remove_content_spec.rb
243
+ - spec/models/python_python_remote_response_spec.rb
244
+ - spec/models/content_summary_spec.rb
245
+ - spec/models/content_summary_response_spec.rb
250
246
  - spec/models/patchedpython_python_remote_spec.rb
251
- - spec/models/policy_enum_spec.rb
252
247
  - spec/models/python_python_package_content_response_spec.rb
253
- - spec/models/python_python_publication_response_spec.rb
248
+ - spec/models/paginated_repository_version_response_list_spec.rb
249
+ - spec/models/python_python_remote_spec.rb
250
+ - spec/models/patchedpython_python_distribution_spec.rb
251
+ - spec/models/python_python_distribution_spec.rb
252
+ - spec/models/repository_sync_url_spec.rb
253
+ - spec/models/python_bander_remote_spec.rb
254
254
  - spec/models/python_python_package_content_spec.rb
255
- - spec/models/async_operation_response_spec.rb
256
255
  - spec/models/python_python_distribution_response_spec.rb
256
+ - spec/models/paginatedpython_python_publication_response_list_spec.rb
257
257
  - spec/spec_helper.rb