pulp_python_client 3.7.0.dev1651467977 → 3.7.0.dev1651639403

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: 652d141da53a95a3e35d9f81bb13fb4f7451204919db06691b09bcf5130ae6b8
4
- data.tar.gz: c76606ebb0305b17f14cb97d08332e3263a51dd219f90526df7e64d7ae127b03
3
+ metadata.gz: 5bfaa980519a1d9d5513b4627c85145eec163fbc1428f03793a80c5a845db54f
4
+ data.tar.gz: 40aae1ce14fd98ad3c863ff14d6b47bd9de8a8910911a76e3f3e0b27ff28a6ad
5
5
  SHA512:
6
- metadata.gz: 2e309fe7b2821c6532b76e30ac28732eb2085876528951448de8efddd4982baeb6244a6c5e04ba4f838ec376b834a89e3f6f7521914fc879c65383e5c9856d2a
7
- data.tar.gz: 4c4d9c36748dea3c5d8aac6f36d1854c7e572add20b66604a73f8d1f522cf7b46b1b5257354b443ecd830add2744127f182518321a5655cbf4f0c76ecb03d58d
6
+ metadata.gz: b8456246a6a5b1112d5dcc6c07e08644d38ab61422bd54c2d21ae950b6f43cc8cdd8996e9abe7ef3f4749edda863c5e99d8a2ab09a02d6a75407b8bf04ee5341
7
+ data.tar.gz: 5af147422d228fc600241ed40d22c4c55aff80a90c6d64282a428790e4d7bcd1bd0a7d4866c23d02992c1deab153c01246bbbbc74321f528cfa0cc7bdc538be3
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.7.0.dev1651467977
10
+ - Package version: 3.7.0.dev1651639403
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.7.0.dev1651467977.gem
27
+ gem install ./pulp_python_client-3.7.0.dev1651639403.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.7.0.dev1651467977.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.7.0.dev1651639403.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.7.0.dev1651467977'
36
+ gem 'pulp_python_client', '~> 3.7.0.dev1651639403'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -149,6 +149,7 @@ opts = {
149
149
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
150
150
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
151
151
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
152
+ repository: 'repository_example', # String | Repository referenced by HREF
152
153
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
153
154
  fields: 'fields_example', # String | A list of fields to include in the response.
154
155
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -179,6 +180,7 @@ Name | Type | Description | Notes
179
180
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
180
181
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
181
182
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
183
+ **repository** | **String**| Repository referenced by HREF | [optional]
182
184
  **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
183
185
  **fields** | **String**| A list of fields to include in the response. | [optional]
184
186
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
@@ -157,6 +157,7 @@ module PulpPythonClient
157
157
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
158
158
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
159
159
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
160
+ # @option opts [String] :repository Repository referenced by HREF
160
161
  # @option opts [String] :repository_version Repository Version referenced by HREF
161
162
  # @option opts [String] :fields A list of fields to include in the response.
162
163
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -180,6 +181,7 @@ module PulpPythonClient
180
181
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
181
182
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
182
183
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
184
+ # @option opts [String] :repository Repository referenced by HREF
183
185
  # @option opts [String] :repository_version Repository Version referenced by HREF
184
186
  # @option opts [String] :fields A list of fields to include in the response.
185
187
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -204,6 +206,7 @@ module PulpPythonClient
204
206
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
205
207
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
206
208
  query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
209
+ query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
207
210
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
208
211
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
209
212
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.7.0.dev1651467977'
14
+ VERSION = '3.7.0.dev1651639403'
15
15
  end
@@ -71,6 +71,7 @@ describe 'PublicationsPypiApi' do
71
71
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
72
72
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
73
73
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
74
+ # @option opts [String] :repository Repository referenced by HREF
74
75
  # @option opts [String] :repository_version Repository Version referenced by HREF
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.
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.7.0.dev1651467977
4
+ version: 3.7.0.dev1651639403
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-02 00:00:00.000000000 Z
11
+ date: 2022-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday