pulp_python_client 3.25.1 → 3.26.0
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 +4 -4
- data/README.md +4 -4
- data/docs/ContentPackagesApi.md +6 -6
- data/docs/ContentProvenanceApi.md +10 -10
- data/docs/DistributionsPypiApi.md +4 -4
- data/docs/PublicationsPypiApi.md +2 -2
- data/docs/RepositoriesPythonApi.md +2 -2
- data/lib/pulp_python_client/api/content_packages_api.rb +6 -6
- data/lib/pulp_python_client/api/content_provenance_api.rb +10 -10
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +4 -4
- data/lib/pulp_python_client/api/publications_pypi_api.rb +2 -2
- data/lib/pulp_python_client/api/repositories_python_api.rb +2 -2
- data/lib/pulp_python_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +3 -3
- data/spec/api/content_provenance_api_spec.rb +5 -5
- data/spec/api/distributions_pypi_api_spec.rb +2 -2
- data/spec/api/publications_pypi_api_spec.rb +1 -1
- data/spec/api/repositories_python_api_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af7b558c46dafb1c1e584b7d170d4204580e8d72bcbae223522c6c80462a19e6
|
|
4
|
+
data.tar.gz: 67ec3504b9707eec2c892718372ba1989a16df984c33332efac6b0575bc25c49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b71999fab753f7d33bea302e09b6726bbf6b8435bc7021a9b7e325d4ebefc4169e4b7563f6deca64b667051ada3517d6848f9671e8fe36aebd66134b7309dc5
|
|
7
|
+
data.tar.gz: 1fde08d86114caa63e7dc6b89c741f5a2e04eaa695770f23d02b982f6b63ab68007de110fb2fa66755e49c265d548f8a41cd35bc3ebe661cbfea1f2aa564db47
|
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.
|
|
10
|
+
- Package version: 3.26.0
|
|
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.
|
|
28
|
+
gem install ./pulp_python_client-3.26.0.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_python_client-3.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_python_client-3.26.0.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.
|
|
37
|
+
gem 'pulp_python_client', '~> 3.26.0'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
data/docs/ContentPackagesApi.md
CHANGED
|
@@ -201,9 +201,9 @@ opts = {
|
|
|
201
201
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
202
202
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
203
203
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
204
|
-
repository_version: 'repository_version_example', # String |
|
|
205
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
206
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
204
|
+
repository_version: 'repository_version_example', # String |
|
|
205
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
206
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
207
207
|
requires_python: 'requires_python_example', # String | Filter results where requires_python matches value
|
|
208
208
|
requires_python__contains: 'requires_python__contains_example', # String | Filter results where requires_python contains value
|
|
209
209
|
requires_python__in: ['inner_example'], # Array<String> | Filter results where requires_python is in a comma-separated list of values
|
|
@@ -272,9 +272,9 @@ end
|
|
|
272
272
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
273
273
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
274
274
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
275
|
-
| **repository_version** | **String** |
|
|
276
|
-
| **repository_version_added** | **String** |
|
|
277
|
-
| **repository_version_removed** | **String** |
|
|
275
|
+
| **repository_version** | **String** | | [optional] |
|
|
276
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
277
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
278
278
|
| **requires_python** | **String** | Filter results where requires_python matches value | [optional] |
|
|
279
279
|
| **requires_python__contains** | **String** | Filter results where requires_python contains value | [optional] |
|
|
280
280
|
| **requires_python__in** | [**Array<String>**](String.md) | Filter results where requires_python is in a comma-separated list of values | [optional] |
|
|
@@ -126,16 +126,16 @@ opts = {
|
|
|
126
126
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
127
127
|
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)
|
|
128
128
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
129
|
-
package: '
|
|
130
|
-
package__in: ['inner_example'], # Array<String> |
|
|
129
|
+
package: 'package_example', # String |
|
|
130
|
+
package__in: ['inner_example'], # Array<String> |
|
|
131
131
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
132
132
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
133
133
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
134
134
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
135
135
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
136
|
-
repository_version: 'repository_version_example', # String |
|
|
137
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
138
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
136
|
+
repository_version: 'repository_version_example', # String |
|
|
137
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
138
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
139
139
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
140
140
|
sha256__in: ['inner_example'], # Array<String> | Filter results where sha256 is in a comma-separated list of values
|
|
141
141
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -178,16 +178,16 @@ end
|
|
|
178
178
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
179
179
|
| **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] |
|
|
180
180
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
|
181
|
-
| **package** | **String** |
|
|
182
|
-
| **package__in** | [**Array<String>**](String.md) |
|
|
181
|
+
| **package** | **String** | | [optional] |
|
|
182
|
+
| **package__in** | [**Array<String>**](String.md) | | [optional] |
|
|
183
183
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
184
184
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
185
185
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
186
186
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
187
187
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
188
|
-
| **repository_version** | **String** |
|
|
189
|
-
| **repository_version_added** | **String** |
|
|
190
|
-
| **repository_version_removed** | **String** |
|
|
188
|
+
| **repository_version** | **String** | | [optional] |
|
|
189
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
190
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
191
191
|
| **sha256** | **String** | Filter results where sha256 matches value | [optional] |
|
|
192
192
|
| **sha256__in** | [**Array<String>**](String.md) | Filter results where sha256 is in a comma-separated list of values | [optional] |
|
|
193
193
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
@@ -287,8 +287,8 @@ opts = {
|
|
|
287
287
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
288
288
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
289
289
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
290
|
-
repository: '
|
|
291
|
-
repository__in: ['inner_example'], # Array<String> |
|
|
290
|
+
repository: 'repository_example', # String |
|
|
291
|
+
repository__in: ['inner_example'], # Array<String> |
|
|
292
292
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
293
293
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
294
294
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -348,8 +348,8 @@ end
|
|
|
348
348
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
349
349
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
350
350
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
351
|
-
| **repository** | **String** |
|
|
352
|
-
| **repository__in** | [**Array<String>**](String.md) |
|
|
351
|
+
| **repository** | **String** | | [optional] |
|
|
352
|
+
| **repository__in** | [**Array<String>**](String.md) | | [optional] |
|
|
353
353
|
| **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
|
|
354
354
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
355
355
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
data/docs/PublicationsPypiApi.md
CHANGED
|
@@ -278,7 +278,7 @@ opts = {
|
|
|
278
278
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
279
279
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
280
280
|
repository: 'repository_example', # String | Repository referenced by HREF/PRN
|
|
281
|
-
repository_version: '
|
|
281
|
+
repository_version: 'repository_version_example', # String |
|
|
282
282
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
283
283
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
284
284
|
}
|
|
@@ -333,7 +333,7 @@ end
|
|
|
333
333
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
334
334
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
335
335
|
| **repository** | **String** | Repository referenced by HREF/PRN | [optional] |
|
|
336
|
-
| **repository_version** | **String** |
|
|
336
|
+
| **repository_version** | **String** | | [optional] |
|
|
337
337
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
338
338
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
339
339
|
|
|
@@ -286,7 +286,7 @@ opts = {
|
|
|
286
286
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
287
287
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
288
288
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
289
|
-
remote: '
|
|
289
|
+
remote: 'remote_example', # String |
|
|
290
290
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
291
291
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
292
292
|
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -350,7 +350,7 @@ end
|
|
|
350
350
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
351
351
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
352
352
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
353
|
-
| **remote** | **String** |
|
|
353
|
+
| **remote** | **String** | | [optional] |
|
|
354
354
|
| **retain_repo_versions** | **Integer** | Filter results where retain_repo_versions matches value | [optional] |
|
|
355
355
|
| **retain_repo_versions__gt** | **Integer** | Filter results where retain_repo_versions is greater than value | [optional] |
|
|
356
356
|
| **retain_repo_versions__gte** | **Integer** | Filter results where retain_repo_versions is greater than or equal to value | [optional] |
|
|
@@ -238,9 +238,9 @@ module PulpPythonClient
|
|
|
238
238
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
239
239
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
240
240
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
241
|
-
# @option opts [String] :repository_version
|
|
242
|
-
# @option opts [String] :repository_version_added
|
|
243
|
-
# @option opts [String] :repository_version_removed
|
|
241
|
+
# @option opts [String] :repository_version
|
|
242
|
+
# @option opts [String] :repository_version_added
|
|
243
|
+
# @option opts [String] :repository_version_removed
|
|
244
244
|
# @option opts [String] :requires_python Filter results where requires_python matches value
|
|
245
245
|
# @option opts [String] :requires_python__contains Filter results where requires_python contains value
|
|
246
246
|
# @option opts [Array<String>] :requires_python__in Filter results where requires_python is in a comma-separated list of values
|
|
@@ -285,9 +285,9 @@ module PulpPythonClient
|
|
|
285
285
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
286
286
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
287
287
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
288
|
-
# @option opts [String] :repository_version
|
|
289
|
-
# @option opts [String] :repository_version_added
|
|
290
|
-
# @option opts [String] :repository_version_removed
|
|
288
|
+
# @option opts [String] :repository_version
|
|
289
|
+
# @option opts [String] :repository_version_added
|
|
290
|
+
# @option opts [String] :repository_version_removed
|
|
291
291
|
# @option opts [String] :requires_python Filter results where requires_python matches value
|
|
292
292
|
# @option opts [String] :requires_python__contains Filter results where requires_python contains value
|
|
293
293
|
# @option opts [Array<String>] :requires_python__in Filter results where requires_python is in a comma-separated list of values
|
|
@@ -124,16 +124,16 @@ module PulpPythonClient
|
|
|
124
124
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
125
125
|
# @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)
|
|
126
126
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
127
|
-
# @option opts [String] :package
|
|
128
|
-
# @option opts [Array<String>] :package__in
|
|
127
|
+
# @option opts [String] :package
|
|
128
|
+
# @option opts [Array<String>] :package__in
|
|
129
129
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
130
130
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
131
131
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
132
132
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
133
133
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
134
|
-
# @option opts [String] :repository_version
|
|
135
|
-
# @option opts [String] :repository_version_added
|
|
136
|
-
# @option opts [String] :repository_version_removed
|
|
134
|
+
# @option opts [String] :repository_version
|
|
135
|
+
# @option opts [String] :repository_version_added
|
|
136
|
+
# @option opts [String] :repository_version_removed
|
|
137
137
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
138
138
|
# @option opts [Array<String>] :sha256__in Filter results where sha256 is in a comma-separated list of values
|
|
139
139
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -152,16 +152,16 @@ module PulpPythonClient
|
|
|
152
152
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
153
153
|
# @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)
|
|
154
154
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
155
|
-
# @option opts [String] :package
|
|
156
|
-
# @option opts [Array<String>] :package__in
|
|
155
|
+
# @option opts [String] :package
|
|
156
|
+
# @option opts [Array<String>] :package__in
|
|
157
157
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
158
158
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
159
159
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
160
160
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
161
161
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
162
|
-
# @option opts [String] :repository_version
|
|
163
|
-
# @option opts [String] :repository_version_added
|
|
164
|
-
# @option opts [String] :repository_version_removed
|
|
162
|
+
# @option opts [String] :repository_version
|
|
163
|
+
# @option opts [String] :repository_version_added
|
|
164
|
+
# @option opts [String] :repository_version_removed
|
|
165
165
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
166
166
|
# @option opts [Array<String>] :sha256__in Filter results where sha256 is in a comma-separated list of values
|
|
167
167
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -259,8 +259,8 @@ module PulpPythonClient
|
|
|
259
259
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
260
260
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
261
261
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
262
|
-
# @option opts [String] :repository
|
|
263
|
-
# @option opts [Array<String>] :repository__in
|
|
262
|
+
# @option opts [String] :repository
|
|
263
|
+
# @option opts [Array<String>] :repository__in
|
|
264
264
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
265
265
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
266
266
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -296,8 +296,8 @@ module PulpPythonClient
|
|
|
296
296
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
297
297
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
298
298
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
299
|
-
# @option opts [String] :repository
|
|
300
|
-
# @option opts [Array<String>] :repository__in
|
|
299
|
+
# @option opts [String] :repository
|
|
300
|
+
# @option opts [Array<String>] :repository__in
|
|
301
301
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
302
302
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
303
303
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -253,7 +253,7 @@ module PulpPythonClient
|
|
|
253
253
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
254
254
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
255
255
|
# @option opts [String] :repository Repository referenced by HREF/PRN
|
|
256
|
-
# @option opts [String] :repository_version
|
|
256
|
+
# @option opts [String] :repository_version
|
|
257
257
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
258
258
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
259
259
|
# @return [PaginatedpythonPythonPublicationResponseList]
|
|
@@ -284,7 +284,7 @@ module PulpPythonClient
|
|
|
284
284
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
285
285
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
286
286
|
# @option opts [String] :repository Repository referenced by HREF/PRN
|
|
287
|
-
# @option opts [String] :repository_version
|
|
287
|
+
# @option opts [String] :repository_version
|
|
288
288
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
289
289
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
290
290
|
# @return [Array<(PaginatedpythonPythonPublicationResponseList, Integer, Hash)>] PaginatedpythonPythonPublicationResponseList data, response status code and response headers
|
|
@@ -255,7 +255,7 @@ module PulpPythonClient
|
|
|
255
255
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
256
256
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
257
257
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
258
|
-
# @option opts [String] :remote
|
|
258
|
+
# @option opts [String] :remote
|
|
259
259
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
260
260
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
261
261
|
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -295,7 +295,7 @@ module PulpPythonClient
|
|
|
295
295
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
296
296
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
297
297
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
298
|
-
# @option opts [String] :remote
|
|
298
|
+
# @option opts [String] :remote
|
|
299
299
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
300
300
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
301
301
|
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -107,9 +107,9 @@ describe 'ContentPackagesApi' do
|
|
|
107
107
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
108
108
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
109
109
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
110
|
-
# @option opts [String] :repository_version
|
|
111
|
-
# @option opts [String] :repository_version_added
|
|
112
|
-
# @option opts [String] :repository_version_removed
|
|
110
|
+
# @option opts [String] :repository_version
|
|
111
|
+
# @option opts [String] :repository_version_added
|
|
112
|
+
# @option opts [String] :repository_version_removed
|
|
113
113
|
# @option opts [String] :requires_python Filter results where requires_python matches value
|
|
114
114
|
# @option opts [String] :requires_python__contains Filter results where requires_python contains value
|
|
115
115
|
# @option opts [Array<String>] :requires_python__in Filter results where requires_python is in a comma-separated list of values
|
|
@@ -61,16 +61,16 @@ describe 'ContentProvenanceApi' do
|
|
|
61
61
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
62
62
|
# @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)
|
|
63
63
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
64
|
-
# @option opts [String] :package
|
|
65
|
-
# @option opts [Array<String>] :package__in
|
|
64
|
+
# @option opts [String] :package
|
|
65
|
+
# @option opts [Array<String>] :package__in
|
|
66
66
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
67
67
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
68
68
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
69
69
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
70
70
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
71
|
-
# @option opts [String] :repository_version
|
|
72
|
-
# @option opts [String] :repository_version_added
|
|
73
|
-
# @option opts [String] :repository_version_removed
|
|
71
|
+
# @option opts [String] :repository_version
|
|
72
|
+
# @option opts [String] :repository_version_added
|
|
73
|
+
# @option opts [String] :repository_version_removed
|
|
74
74
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
75
75
|
# @option opts [Array<String>] :sha256__in Filter results where sha256 is in a comma-separated list of values
|
|
76
76
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -99,8 +99,8 @@ describe 'DistributionsPypiApi' do
|
|
|
99
99
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
100
100
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
101
101
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
102
|
-
# @option opts [String] :repository
|
|
103
|
-
# @option opts [Array<String>] :repository__in
|
|
102
|
+
# @option opts [String] :repository
|
|
103
|
+
# @option opts [Array<String>] :repository__in
|
|
104
104
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
105
105
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
106
106
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -95,7 +95,7 @@ describe 'PublicationsPypiApi' do
|
|
|
95
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
96
96
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
97
97
|
# @option opts [String] :repository Repository referenced by HREF/PRN
|
|
98
|
-
# @option opts [String] :repository_version
|
|
98
|
+
# @option opts [String] :repository_version
|
|
99
99
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
100
100
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
101
101
|
# @return [PaginatedpythonPythonPublicationResponseList]
|
|
@@ -95,7 +95,7 @@ describe 'RepositoriesPythonApi' do
|
|
|
95
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
96
96
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
97
97
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
98
|
-
# @option opts [String] :remote
|
|
98
|
+
# @option opts [String] :remote
|
|
99
99
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
100
100
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
101
101
|
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
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.
|
|
4
|
+
version: 3.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|