pulp_python_client 3.22.1 → 3.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93286ed58c7ec0028c9ccc0231197d28e523861633f96be58a6133f4f63d5493
|
|
4
|
+
data.tar.gz: ed10c16521e925ae6421affef23655cd735bd78b51b6babd8bcf50605f7a3d03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62ff3ed2df0fc8dbfa5ec1f607b9254a68ba765c4e03a83fb79ab86da42241b9630537cfeb69aa5dd0f99158c91d00c1e681bb866bafee04d10bbfeb932eba36
|
|
7
|
+
data.tar.gz: 052b321964a9ef598ce20feed0c4f044bb8dab2fa9f64f3b13cafaf8084a17e4e18635dc4dc20e2c3932ce2abc67a1e762cebaf5b26a65620051c775b04f91b7
|
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.22.
|
|
10
|
+
- Package version: 3.22.2
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_python_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_python_client-3.22.
|
|
28
|
+
gem install ./pulp_python_client-3.22.2.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_python_client-3.22.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_python_client-3.22.2.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_python_client', '~> 3.22.
|
|
37
|
+
gem 'pulp_python_client', '~> 3.22.2'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -122,8 +122,10 @@ opts = {
|
|
|
122
122
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
123
123
|
limit: 56, # Integer | Number of results to return per page.
|
|
124
124
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
125
|
-
ordering: ['-pk'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
|
125
|
+
ordering: ['-pk'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
126
126
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
127
|
+
package: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Filter results where package matches value
|
|
128
|
+
package__in: ['inner_example'], # Array<String> | Filter results where package is in a comma-separated list of values
|
|
127
129
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
128
130
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
129
131
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
@@ -132,6 +134,8 @@ opts = {
|
|
|
132
134
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
|
133
135
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
|
134
136
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
|
137
|
+
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
138
|
+
sha256__in: ['inner_example'], # Array<String> | Filter results where sha256 is in a comma-separated list of values
|
|
135
139
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
136
140
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
137
141
|
}
|
|
@@ -170,8 +174,10 @@ end
|
|
|
170
174
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
171
175
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
|
172
176
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
173
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
177
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
174
178
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
|
179
|
+
| **package** | **String** | Filter results where package matches value | [optional] |
|
|
180
|
+
| **package__in** | [**Array<String>**](String.md) | Filter results where package is in a comma-separated list of values | [optional] |
|
|
175
181
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
176
182
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
177
183
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
@@ -180,6 +186,8 @@ end
|
|
|
180
186
|
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
|
181
187
|
| **repository_version_added** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
|
182
188
|
| **repository_version_removed** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
|
189
|
+
| **sha256** | **String** | Filter results where sha256 matches value | [optional] |
|
|
190
|
+
| **sha256__in** | [**Array<String>**](String.md) | Filter results where sha256 is in a comma-separated list of values | [optional] |
|
|
183
191
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
184
192
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
185
193
|
|
|
@@ -119,8 +119,10 @@ module PulpPythonClient
|
|
|
119
119
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
120
120
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
121
121
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
122
|
-
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
|
122
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
123
123
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
124
|
+
# @option opts [String] :package Filter results where package matches value
|
|
125
|
+
# @option opts [Array<String>] :package__in Filter results where package is in a comma-separated list of values
|
|
124
126
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
125
127
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
126
128
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
@@ -129,6 +131,8 @@ module PulpPythonClient
|
|
|
129
131
|
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
130
132
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
131
133
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
134
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
135
|
+
# @option opts [Array<String>] :sha256__in Filter results where sha256 is in a comma-separated list of values
|
|
132
136
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
133
137
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
134
138
|
# @return [PaginatedpythonPackageProvenanceResponseList]
|
|
@@ -143,8 +147,10 @@ module PulpPythonClient
|
|
|
143
147
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
144
148
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
145
149
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
146
|
-
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
|
150
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
147
151
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
152
|
+
# @option opts [String] :package Filter results where package matches value
|
|
153
|
+
# @option opts [Array<String>] :package__in Filter results where package is in a comma-separated list of values
|
|
148
154
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
149
155
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
150
156
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
@@ -153,6 +159,8 @@ module PulpPythonClient
|
|
|
153
159
|
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
154
160
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
155
161
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
162
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
163
|
+
# @option opts [Array<String>] :sha256__in Filter results where sha256 is in a comma-separated list of values
|
|
156
164
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
157
165
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
158
166
|
# @return [Array<(PaginatedpythonPackageProvenanceResponseList, Integer, Hash)>] PaginatedpythonPackageProvenanceResponseList data, response status code and response headers
|
|
@@ -160,7 +168,7 @@ module PulpPythonClient
|
|
|
160
168
|
if @api_client.config.debugging
|
|
161
169
|
@api_client.config.logger.debug 'Calling API: ContentProvenanceApi.list ...'
|
|
162
170
|
end
|
|
163
|
-
allowable_values = ["-pk", "pk"]
|
|
171
|
+
allowable_values = ["-pk", "-provenance", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-sha256", "-timestamp_of_interest", "-upstream_id", "pk", "provenance", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "sha256", "timestamp_of_interest", "upstream_id"]
|
|
164
172
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
165
173
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
166
174
|
end
|
|
@@ -173,6 +181,8 @@ module PulpPythonClient
|
|
|
173
181
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
174
182
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
175
183
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
|
184
|
+
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
|
185
|
+
query_params[:'package__in'] = @api_client.build_collection_param(opts[:'package__in'], :csv) if !opts[:'package__in'].nil?
|
|
176
186
|
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
177
187
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
178
188
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
@@ -181,6 +191,8 @@ module PulpPythonClient
|
|
|
181
191
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
182
192
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
183
193
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
194
|
+
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
|
195
|
+
query_params[:'sha256__in'] = @api_client.build_collection_param(opts[:'sha256__in'], :csv) if !opts[:'sha256__in'].nil?
|
|
184
196
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
185
197
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
186
198
|
|
|
@@ -58,8 +58,10 @@ describe 'ContentProvenanceApi' do
|
|
|
58
58
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
59
59
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
60
60
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
61
|
-
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
|
61
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
62
62
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
63
|
+
# @option opts [String] :package Filter results where package matches value
|
|
64
|
+
# @option opts [Array<String>] :package__in Filter results where package is in a comma-separated list of values
|
|
63
65
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
64
66
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
65
67
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
@@ -68,6 +70,8 @@ describe 'ContentProvenanceApi' do
|
|
|
68
70
|
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
69
71
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
70
72
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
73
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
74
|
+
# @option opts [Array<String>] :sha256__in Filter results where sha256 is in a comma-separated list of values
|
|
71
75
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
76
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
77
|
# @return [PaginatedpythonPackageProvenanceResponseList]
|
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.22.
|
|
4
|
+
version: 3.22.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|