pulp_python_client 3.19.3 → 3.20.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 +6 -5
- data/docs/ContentPackagesApi.md +8 -4
- data/docs/PypiSimpleApi.md +5 -1
- data/docs/PythonPythonPackageContentResponse.md +3 -1
- data/lib/pulp_python_client/api/content_packages_api.rb +17 -3
- data/lib/pulp_python_client/api/pypi_simple_api.rb +16 -2
- data/lib/pulp_python_client/models/python_python_package_content_response.rb +15 -4
- data/lib/pulp_python_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +3 -1
- data/spec/api/pypi_simple_api_spec.rb +3 -1
- data/spec/models/python_python_package_content_response_spec.rb +6 -0
- metadata +38 -38
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c88915626fd8dcb4b1ba214db208e50b1365e9f89a58f82c2680e6f9df5e1bc2
|
|
4
|
+
data.tar.gz: 185e23cfbfde82f283d3df0e7c1786d29ccaa64b022b1bdb95216418d0f73795
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04f210c1149379030e4ceae0c6d7d383b5211e910a58636d60eff9a389278e3e3e866201b81d7db7b9bb1bfde6aaa5722469fb487e3fc43b957270357fa9a153
|
|
7
|
+
data.tar.gz: fb9cb657b23150a60b72189381ea56ea8a345e51b3cbee73490a6de46dae1bd69bfcb80c844c3d2f018fad2b14fb12396b4a2cb4d5283c7611adf3c2c1f7c179
|
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.20.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.20.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.20.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.20.0'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -102,7 +102,8 @@ opts = {
|
|
|
102
102
|
dynamic: TODO, # Object |
|
|
103
103
|
license_expression: 'license_expression_example', # String | Text string that is a valid SPDX license expression.
|
|
104
104
|
license_file: TODO, # Object |
|
|
105
|
-
sha256: 'sha256_example' # String | The SHA256 digest of this package.
|
|
105
|
+
sha256: 'sha256_example', # String | The SHA256 digest of this package.
|
|
106
|
+
metadata_sha256: 'metadata_sha256_example' # String | The SHA256 digest of the package's METADATA file.
|
|
106
107
|
}
|
|
107
108
|
|
|
108
109
|
begin
|
data/docs/ContentPackagesApi.md
CHANGED
|
@@ -67,7 +67,8 @@ opts = {
|
|
|
67
67
|
dynamic: TODO, # Object |
|
|
68
68
|
license_expression: 'license_expression_example', # String | Text string that is a valid SPDX license expression.
|
|
69
69
|
license_file: TODO, # Object |
|
|
70
|
-
sha256: 'sha256_example' # String | The SHA256 digest of this package.
|
|
70
|
+
sha256: 'sha256_example', # String | The SHA256 digest of this package.
|
|
71
|
+
metadata_sha256: 'metadata_sha256_example' # String | The SHA256 digest of the package's METADATA file.
|
|
71
72
|
}
|
|
72
73
|
|
|
73
74
|
begin
|
|
@@ -135,6 +136,7 @@ end
|
|
|
135
136
|
| **license_expression** | **String** | Text string that is a valid SPDX license expression. | [optional] |
|
|
136
137
|
| **license_file** | [**Object**](Object.md) | | [optional] |
|
|
137
138
|
| **sha256** | **String** | The SHA256 digest of this package. | [optional][default to ''] |
|
|
139
|
+
| **metadata_sha256** | **String** | The SHA256 digest of the package's METADATA file. | [optional] |
|
|
138
140
|
|
|
139
141
|
### Return type
|
|
140
142
|
|
|
@@ -184,7 +186,7 @@ opts = {
|
|
|
184
186
|
name: 'name_example', # String | Filter results where name matches value
|
|
185
187
|
name__in: ['inner_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
186
188
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
187
|
-
ordering: ['-author'], # 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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
189
|
+
ordering: ['-author'], # 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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
188
190
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
189
191
|
packagetype: 'bdist_dmg', # String | Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist
|
|
190
192
|
packagetype__in: ['inner_example'], # Array<String> | Filter results where packagetype is in a comma-separated list of values
|
|
@@ -253,7 +255,7 @@ end
|
|
|
253
255
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
|
254
256
|
| **name__in** | [**Array<String>**](String.md) | Filter results where name is in a comma-separated list of values | [optional] |
|
|
255
257
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
256
|
-
| **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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
258
|
+
| **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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
257
259
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
|
258
260
|
| **packagetype** | **String** | Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist | [optional] |
|
|
259
261
|
| **packagetype__in** | [**Array<String>**](String.md) | Filter results where packagetype is in a comma-separated list of values | [optional] |
|
|
@@ -575,7 +577,8 @@ opts = {
|
|
|
575
577
|
dynamic: TODO, # Object |
|
|
576
578
|
license_expression: 'license_expression_example', # String | Text string that is a valid SPDX license expression.
|
|
577
579
|
license_file: TODO, # Object |
|
|
578
|
-
sha256: 'sha256_example' # String | The SHA256 digest of this package.
|
|
580
|
+
sha256: 'sha256_example', # String | The SHA256 digest of this package.
|
|
581
|
+
metadata_sha256: 'metadata_sha256_example' # String | The SHA256 digest of the package's METADATA file.
|
|
579
582
|
}
|
|
580
583
|
|
|
581
584
|
begin
|
|
@@ -641,6 +644,7 @@ end
|
|
|
641
644
|
| **license_expression** | **String** | Text string that is a valid SPDX license expression. | [optional] |
|
|
642
645
|
| **license_file** | [**Object**](Object.md) | | [optional] |
|
|
643
646
|
| **sha256** | **String** | The SHA256 digest of this package. | [optional][default to ''] |
|
|
647
|
+
| **metadata_sha256** | **String** | The SHA256 digest of the package's METADATA file. | [optional] |
|
|
644
648
|
|
|
645
649
|
### Return type
|
|
646
650
|
|
data/docs/PypiSimpleApi.md
CHANGED
|
@@ -95,7 +95,7 @@ end
|
|
|
95
95
|
|
|
96
96
|
Get package simple page
|
|
97
97
|
|
|
98
|
-
Retrieves the simple api html page for a package.
|
|
98
|
+
Retrieves the simple api html/json page for a package.
|
|
99
99
|
|
|
100
100
|
### Examples
|
|
101
101
|
|
|
@@ -114,6 +114,7 @@ package = 'package_example' # String |
|
|
|
114
114
|
path = 'path_example' # String |
|
|
115
115
|
opts = {
|
|
116
116
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
117
|
+
format: 'html', # String |
|
|
117
118
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
118
119
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
119
120
|
}
|
|
@@ -151,6 +152,7 @@ end
|
|
|
151
152
|
| **package** | **String** | | |
|
|
152
153
|
| **path** | **String** | | |
|
|
153
154
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
155
|
+
| **format** | **String** | | [optional] |
|
|
154
156
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
155
157
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
156
158
|
|
|
@@ -192,6 +194,7 @@ api_instance = PulpPythonClient::PypiSimpleApi.new
|
|
|
192
194
|
path = 'path_example' # String |
|
|
193
195
|
opts = {
|
|
194
196
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
197
|
+
format: 'html', # String |
|
|
195
198
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
196
199
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
197
200
|
}
|
|
@@ -228,6 +231,7 @@ end
|
|
|
228
231
|
| ---- | ---- | ----------- | ----- |
|
|
229
232
|
| **path** | **String** | | |
|
|
230
233
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
234
|
+
| **format** | **String** | | [optional] |
|
|
231
235
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
232
236
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
233
237
|
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
| **packagetype** | **String** | The type of the distribution package (e.g. sdist, bdist_wheel, bdist_egg, etc) | [optional][readonly] |
|
|
44
44
|
| **python_version** | **String** | The tag that indicates which Python implementation or version the package requires. | [optional][readonly] |
|
|
45
45
|
| **sha256** | **String** | The SHA256 digest of this package. | [optional][default to ''] |
|
|
46
|
+
| **metadata_sha256** | **String** | The SHA256 digest of the package's METADATA file. | [optional] |
|
|
46
47
|
|
|
47
48
|
## Example
|
|
48
49
|
|
|
@@ -88,7 +89,8 @@ instance = PulpPythonClient::PythonPythonPackageContentResponse.new(
|
|
|
88
89
|
filename: null,
|
|
89
90
|
packagetype: null,
|
|
90
91
|
python_version: null,
|
|
91
|
-
sha256: null
|
|
92
|
+
sha256: null,
|
|
93
|
+
metadata_sha256: null
|
|
92
94
|
)
|
|
93
95
|
```
|
|
94
96
|
|
|
@@ -56,6 +56,7 @@ module PulpPythonClient
|
|
|
56
56
|
# @option opts [String] :license_expression Text string that is a valid SPDX license expression.
|
|
57
57
|
# @option opts [Object] :license_file
|
|
58
58
|
# @option opts [String] :sha256 The SHA256 digest of this package. (default to '')
|
|
59
|
+
# @option opts [String] :metadata_sha256 The SHA256 digest of the package's METADATA file.
|
|
59
60
|
# @return [AsyncOperationResponse]
|
|
60
61
|
def create(relative_path, opts = {})
|
|
61
62
|
data, _status_code, _headers = create_with_http_info(relative_path, opts)
|
|
@@ -99,6 +100,7 @@ module PulpPythonClient
|
|
|
99
100
|
# @option opts [String] :license_expression Text string that is a valid SPDX license expression.
|
|
100
101
|
# @option opts [Object] :license_file
|
|
101
102
|
# @option opts [String] :sha256 The SHA256 digest of this package. (default to '')
|
|
103
|
+
# @option opts [String] :metadata_sha256 The SHA256 digest of the package's METADATA file.
|
|
102
104
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
103
105
|
def create_with_http_info(relative_path, opts = {})
|
|
104
106
|
if @api_client.config.debugging
|
|
@@ -120,6 +122,10 @@ module PulpPythonClient
|
|
|
120
122
|
fail ArgumentError, 'invalid value for "opts[:"sha256"]" when calling ContentPackagesApi.create, the character length must be great than or equal to 1.'
|
|
121
123
|
end
|
|
122
124
|
|
|
125
|
+
if @api_client.config.client_side_validation && !opts[:'metadata_sha256'].nil? && opts[:'metadata_sha256'].to_s.length < 1
|
|
126
|
+
fail ArgumentError, 'invalid value for "opts[:"metadata_sha256"]" when calling ContentPackagesApi.create, the character length must be great than or equal to 1.'
|
|
127
|
+
end
|
|
128
|
+
|
|
123
129
|
# resource path
|
|
124
130
|
local_var_path = '/pulp/api/v3/content/python/packages/'
|
|
125
131
|
|
|
@@ -172,6 +178,7 @@ module PulpPythonClient
|
|
|
172
178
|
form_params['license_expression'] = opts[:'license_expression'] if !opts[:'license_expression'].nil?
|
|
173
179
|
form_params['license_file'] = opts[:'license_file'] if !opts[:'license_file'].nil?
|
|
174
180
|
form_params['sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
|
181
|
+
form_params['metadata_sha256'] = opts[:'metadata_sha256'] if !opts[:'metadata_sha256'].nil?
|
|
175
182
|
|
|
176
183
|
# http body (model)
|
|
177
184
|
post_body = opts[:debug_body]
|
|
@@ -214,7 +221,7 @@ module PulpPythonClient
|
|
|
214
221
|
# @option opts [String] :name Filter results where name matches value
|
|
215
222
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
216
223
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
217
|
-
# @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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
224
|
+
# @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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
218
225
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
219
226
|
# @option opts [String] :packagetype Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist
|
|
220
227
|
# @option opts [Array<String>] :packagetype__in Filter results where packagetype is in a comma-separated list of values
|
|
@@ -259,7 +266,7 @@ module PulpPythonClient
|
|
|
259
266
|
# @option opts [String] :name Filter results where name matches value
|
|
260
267
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
261
268
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
262
|
-
# @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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
269
|
+
# @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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
263
270
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
264
271
|
# @option opts [String] :packagetype Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist
|
|
265
272
|
# @option opts [Array<String>] :packagetype__in Filter results where packagetype is in a comma-separated list of values
|
|
@@ -288,7 +295,7 @@ module PulpPythonClient
|
|
|
288
295
|
if @api_client.config.debugging
|
|
289
296
|
@api_client.config.logger.debug 'Calling API: ContentPackagesApi.list ...'
|
|
290
297
|
end
|
|
291
|
-
allowable_values = ["-author", "-author_email", "-classifiers", "-description", "-description_content_type", "-download_url", "-dynamic", "-filename", "-home_page", "-keywords", "-license", "-license_expression", "-license_file", "-maintainer", "-maintainer_email", "-metadata_version", "-name", "-obsoletes_dist", "-packagetype", "-pk", "-platform", "-project_url", "-project_urls", "-provides_dist", "-provides_extras", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-python_version", "-requires_dist", "-requires_external", "-requires_python", "-sha256", "-summary", "-supported_platform", "-timestamp_of_interest", "-upstream_id", "-version", "author", "author_email", "classifiers", "description", "description_content_type", "download_url", "dynamic", "filename", "home_page", "keywords", "license", "license_expression", "license_file", "maintainer", "maintainer_email", "metadata_version", "name", "obsoletes_dist", "packagetype", "pk", "platform", "project_url", "project_urls", "provides_dist", "provides_extras", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "python_version", "requires_dist", "requires_external", "requires_python", "sha256", "summary", "supported_platform", "timestamp_of_interest", "upstream_id", "version"]
|
|
298
|
+
allowable_values = ["-author", "-author_email", "-classifiers", "-description", "-description_content_type", "-download_url", "-dynamic", "-filename", "-home_page", "-keywords", "-license", "-license_expression", "-license_file", "-maintainer", "-maintainer_email", "-metadata_sha256", "-metadata_version", "-name", "-obsoletes_dist", "-packagetype", "-pk", "-platform", "-project_url", "-project_urls", "-provides_dist", "-provides_extras", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-python_version", "-requires_dist", "-requires_external", "-requires_python", "-sha256", "-summary", "-supported_platform", "-timestamp_of_interest", "-upstream_id", "-version", "author", "author_email", "classifiers", "description", "description_content_type", "download_url", "dynamic", "filename", "home_page", "keywords", "license", "license_expression", "license_file", "maintainer", "maintainer_email", "metadata_sha256", "metadata_version", "name", "obsoletes_dist", "packagetype", "pk", "platform", "project_url", "project_urls", "provides_dist", "provides_extras", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "python_version", "requires_dist", "requires_external", "requires_python", "sha256", "summary", "supported_platform", "timestamp_of_interest", "upstream_id", "version"]
|
|
292
299
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
293
300
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
294
301
|
end
|
|
@@ -633,6 +640,7 @@ module PulpPythonClient
|
|
|
633
640
|
# @option opts [String] :license_expression Text string that is a valid SPDX license expression.
|
|
634
641
|
# @option opts [Object] :license_file
|
|
635
642
|
# @option opts [String] :sha256 The SHA256 digest of this package. (default to '')
|
|
643
|
+
# @option opts [String] :metadata_sha256 The SHA256 digest of the package's METADATA file.
|
|
636
644
|
# @return [PythonPythonPackageContentResponse]
|
|
637
645
|
def upload(opts = {})
|
|
638
646
|
data, _status_code, _headers = upload_with_http_info(opts)
|
|
@@ -674,6 +682,7 @@ module PulpPythonClient
|
|
|
674
682
|
# @option opts [String] :license_expression Text string that is a valid SPDX license expression.
|
|
675
683
|
# @option opts [Object] :license_file
|
|
676
684
|
# @option opts [String] :sha256 The SHA256 digest of this package. (default to '')
|
|
685
|
+
# @option opts [String] :metadata_sha256 The SHA256 digest of the package's METADATA file.
|
|
677
686
|
# @return [Array<(PythonPythonPackageContentResponse, Integer, Hash)>] PythonPythonPackageContentResponse data, response status code and response headers
|
|
678
687
|
def upload_with_http_info(opts = {})
|
|
679
688
|
if @api_client.config.debugging
|
|
@@ -687,6 +696,10 @@ module PulpPythonClient
|
|
|
687
696
|
fail ArgumentError, 'invalid value for "opts[:"sha256"]" when calling ContentPackagesApi.upload, the character length must be great than or equal to 1.'
|
|
688
697
|
end
|
|
689
698
|
|
|
699
|
+
if @api_client.config.client_side_validation && !opts[:'metadata_sha256'].nil? && opts[:'metadata_sha256'].to_s.length < 1
|
|
700
|
+
fail ArgumentError, 'invalid value for "opts[:"metadata_sha256"]" when calling ContentPackagesApi.upload, the character length must be great than or equal to 1.'
|
|
701
|
+
end
|
|
702
|
+
|
|
690
703
|
# resource path
|
|
691
704
|
local_var_path = '/pulp/api/v3/content/python/packages/upload/'
|
|
692
705
|
|
|
@@ -737,6 +750,7 @@ module PulpPythonClient
|
|
|
737
750
|
form_params['license_expression'] = opts[:'license_expression'] if !opts[:'license_expression'].nil?
|
|
738
751
|
form_params['license_file'] = opts[:'license_file'] if !opts[:'license_file'].nil?
|
|
739
752
|
form_params['sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
|
753
|
+
form_params['metadata_sha256'] = opts[:'metadata_sha256'] if !opts[:'metadata_sha256'].nil?
|
|
740
754
|
|
|
741
755
|
# http body (model)
|
|
742
756
|
post_body = opts[:debug_body]
|
|
@@ -120,11 +120,12 @@ module PulpPythonClient
|
|
|
120
120
|
end
|
|
121
121
|
|
|
122
122
|
# Get package simple page
|
|
123
|
-
# Retrieves the simple api html page for a package.
|
|
123
|
+
# Retrieves the simple api html/json page for a package.
|
|
124
124
|
# @param package [String]
|
|
125
125
|
# @param path [String]
|
|
126
126
|
# @param [Hash] opts the optional parameters
|
|
127
127
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
128
|
+
# @option opts [String] :format
|
|
128
129
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
129
130
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
130
131
|
# @return [nil]
|
|
@@ -134,11 +135,12 @@ module PulpPythonClient
|
|
|
134
135
|
end
|
|
135
136
|
|
|
136
137
|
# Get package simple page
|
|
137
|
-
# Retrieves the simple api html page for a package.
|
|
138
|
+
# Retrieves the simple api html/json page for a package.
|
|
138
139
|
# @param package [String]
|
|
139
140
|
# @param path [String]
|
|
140
141
|
# @param [Hash] opts the optional parameters
|
|
141
142
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
143
|
+
# @option opts [String] :format
|
|
142
144
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
143
145
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
144
146
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
@@ -154,11 +156,16 @@ module PulpPythonClient
|
|
|
154
156
|
if @api_client.config.client_side_validation && path.nil?
|
|
155
157
|
fail ArgumentError, "Missing the required parameter 'path' when calling PypiSimpleApi.pypi_simple_package_read"
|
|
156
158
|
end
|
|
159
|
+
allowable_values = ["html", "json"]
|
|
160
|
+
if @api_client.config.client_side_validation && opts[:'format'] && !allowable_values.include?(opts[:'format'])
|
|
161
|
+
fail ArgumentError, "invalid value for \"format\", must be one of #{allowable_values}"
|
|
162
|
+
end
|
|
157
163
|
# resource path
|
|
158
164
|
local_var_path = '/pypi/{path}/simple/{package}/'.sub('{' + 'package' + '}', CGI.escape(package.to_s).gsub('%2F', '/')).sub('{' + 'path' + '}', CGI.escape(path.to_s).gsub('%2F', '/'))
|
|
159
165
|
|
|
160
166
|
# query parameters
|
|
161
167
|
query_params = opts[:query_params] || {}
|
|
168
|
+
query_params[:'format'] = opts[:'format'] if !opts[:'format'].nil?
|
|
162
169
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
163
170
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
164
171
|
|
|
@@ -200,6 +207,7 @@ module PulpPythonClient
|
|
|
200
207
|
# @param path [String]
|
|
201
208
|
# @param [Hash] opts the optional parameters
|
|
202
209
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
210
|
+
# @option opts [String] :format
|
|
203
211
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
204
212
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
205
213
|
# @return [nil]
|
|
@@ -213,6 +221,7 @@ module PulpPythonClient
|
|
|
213
221
|
# @param path [String]
|
|
214
222
|
# @param [Hash] opts the optional parameters
|
|
215
223
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
224
|
+
# @option opts [String] :format
|
|
216
225
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
217
226
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
218
227
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
@@ -224,11 +233,16 @@ module PulpPythonClient
|
|
|
224
233
|
if @api_client.config.client_side_validation && path.nil?
|
|
225
234
|
fail ArgumentError, "Missing the required parameter 'path' when calling PypiSimpleApi.read"
|
|
226
235
|
end
|
|
236
|
+
allowable_values = ["html", "json"]
|
|
237
|
+
if @api_client.config.client_side_validation && opts[:'format'] && !allowable_values.include?(opts[:'format'])
|
|
238
|
+
fail ArgumentError, "invalid value for \"format\", must be one of #{allowable_values}"
|
|
239
|
+
end
|
|
227
240
|
# resource path
|
|
228
241
|
local_var_path = '/pypi/{path}/simple/'.sub('{' + 'path' + '}', CGI.escape(path.to_s).gsub('%2F', '/'))
|
|
229
242
|
|
|
230
243
|
# query parameters
|
|
231
244
|
query_params = opts[:query_params] || {}
|
|
245
|
+
query_params[:'format'] = opts[:'format'] if !opts[:'format'].nil?
|
|
232
246
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
233
247
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
234
248
|
|
|
@@ -122,6 +122,9 @@ module PulpPythonClient
|
|
|
122
122
|
# The SHA256 digest of this package.
|
|
123
123
|
attr_accessor :sha256
|
|
124
124
|
|
|
125
|
+
# The SHA256 digest of the package's METADATA file.
|
|
126
|
+
attr_accessor :metadata_sha256
|
|
127
|
+
|
|
125
128
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
126
129
|
def self.attribute_map
|
|
127
130
|
{
|
|
@@ -163,7 +166,8 @@ module PulpPythonClient
|
|
|
163
166
|
:'filename' => :'filename',
|
|
164
167
|
:'packagetype' => :'packagetype',
|
|
165
168
|
:'python_version' => :'python_version',
|
|
166
|
-
:'sha256' => :'sha256'
|
|
169
|
+
:'sha256' => :'sha256',
|
|
170
|
+
:'metadata_sha256' => :'metadata_sha256'
|
|
167
171
|
}
|
|
168
172
|
end
|
|
169
173
|
|
|
@@ -213,7 +217,8 @@ module PulpPythonClient
|
|
|
213
217
|
:'filename' => :'String',
|
|
214
218
|
:'packagetype' => :'String',
|
|
215
219
|
:'python_version' => :'String',
|
|
216
|
-
:'sha256' => :'String'
|
|
220
|
+
:'sha256' => :'String',
|
|
221
|
+
:'metadata_sha256' => :'String'
|
|
217
222
|
}
|
|
218
223
|
end
|
|
219
224
|
|
|
@@ -229,6 +234,7 @@ module PulpPythonClient
|
|
|
229
234
|
:'provides_extras',
|
|
230
235
|
:'dynamic',
|
|
231
236
|
:'license_file',
|
|
237
|
+
:'metadata_sha256'
|
|
232
238
|
])
|
|
233
239
|
end
|
|
234
240
|
|
|
@@ -406,6 +412,10 @@ module PulpPythonClient
|
|
|
406
412
|
else
|
|
407
413
|
self.sha256 = ''
|
|
408
414
|
end
|
|
415
|
+
|
|
416
|
+
if attributes.key?(:'metadata_sha256')
|
|
417
|
+
self.metadata_sha256 = attributes[:'metadata_sha256']
|
|
418
|
+
end
|
|
409
419
|
end
|
|
410
420
|
|
|
411
421
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -466,7 +476,8 @@ module PulpPythonClient
|
|
|
466
476
|
filename == o.filename &&
|
|
467
477
|
packagetype == o.packagetype &&
|
|
468
478
|
python_version == o.python_version &&
|
|
469
|
-
sha256 == o.sha256
|
|
479
|
+
sha256 == o.sha256 &&
|
|
480
|
+
metadata_sha256 == o.metadata_sha256
|
|
470
481
|
end
|
|
471
482
|
|
|
472
483
|
# @see the `==` method
|
|
@@ -478,7 +489,7 @@ module PulpPythonClient
|
|
|
478
489
|
# Calculates hash code according to all attributes.
|
|
479
490
|
# @return [Integer] Hash code
|
|
480
491
|
def hash
|
|
481
|
-
[pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, vuln_report, artifact, author, author_email, description, home_page, keywords, license, metadata_version, name, platform, summary, version, classifiers, download_url, supported_platform, maintainer, maintainer_email, obsoletes_dist, project_url, project_urls, provides_dist, requires_external, requires_dist, requires_python, description_content_type, provides_extras, dynamic, license_expression, license_file, filename, packagetype, python_version, sha256].hash
|
|
492
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, vuln_report, artifact, author, author_email, description, home_page, keywords, license, metadata_version, name, platform, summary, version, classifiers, download_url, supported_platform, maintainer, maintainer_email, obsoletes_dist, project_url, project_urls, provides_dist, requires_external, requires_dist, requires_python, description_content_type, provides_extras, dynamic, license_expression, license_file, filename, packagetype, python_version, sha256, metadata_sha256].hash
|
|
482
493
|
end
|
|
483
494
|
|
|
484
495
|
# Builds the object from hash
|
|
@@ -70,6 +70,7 @@ describe 'ContentPackagesApi' do
|
|
|
70
70
|
# @option opts [String] :license_expression Text string that is a valid SPDX license expression.
|
|
71
71
|
# @option opts [Object] :license_file
|
|
72
72
|
# @option opts [String] :sha256 The SHA256 digest of this package.
|
|
73
|
+
# @option opts [String] :metadata_sha256 The SHA256 digest of the package's METADATA file.
|
|
73
74
|
# @return [AsyncOperationResponse]
|
|
74
75
|
describe 'create test' do
|
|
75
76
|
it 'should work' do
|
|
@@ -93,7 +94,7 @@ describe 'ContentPackagesApi' do
|
|
|
93
94
|
# @option opts [String] :name Filter results where name matches value
|
|
94
95
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
95
96
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
96
|
-
# @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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
97
|
+
# @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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
97
98
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
98
99
|
# @option opts [String] :packagetype Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist
|
|
99
100
|
# @option opts [Array<String>] :packagetype__in Filter results where packagetype is in a comma-separated list of values
|
|
@@ -203,6 +204,7 @@ describe 'ContentPackagesApi' do
|
|
|
203
204
|
# @option opts [String] :license_expression Text string that is a valid SPDX license expression.
|
|
204
205
|
# @option opts [Object] :license_file
|
|
205
206
|
# @option opts [String] :sha256 The SHA256 digest of this package.
|
|
207
|
+
# @option opts [String] :metadata_sha256 The SHA256 digest of the package's METADATA file.
|
|
206
208
|
# @return [PythonPythonPackageContentResponse]
|
|
207
209
|
describe 'upload test' do
|
|
208
210
|
it 'should work' do
|
|
@@ -50,11 +50,12 @@ describe 'PypiSimpleApi' do
|
|
|
50
50
|
|
|
51
51
|
# unit tests for pypi_simple_package_read
|
|
52
52
|
# Get package simple page
|
|
53
|
-
# Retrieves the simple api html page for a package.
|
|
53
|
+
# Retrieves the simple api html/json page for a package.
|
|
54
54
|
# @param package
|
|
55
55
|
# @param path
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
57
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
58
|
+
# @option opts [String] :format
|
|
58
59
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
59
60
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
60
61
|
# @return [nil]
|
|
@@ -70,6 +71,7 @@ describe 'PypiSimpleApi' do
|
|
|
70
71
|
# @param path
|
|
71
72
|
# @param [Hash] opts the optional parameters
|
|
72
73
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
74
|
+
# @option opts [String] :format
|
|
73
75
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
74
76
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
75
77
|
# @return [nil]
|
|
@@ -261,4 +261,10 @@ describe PulpPythonClient::PythonPythonPackageContentResponse do
|
|
|
261
261
|
end
|
|
262
262
|
end
|
|
263
263
|
|
|
264
|
+
describe 'test attribute "metadata_sha256"' do
|
|
265
|
+
it 'should work' do
|
|
266
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
267
|
+
end
|
|
268
|
+
end
|
|
269
|
+
|
|
264
270
|
end
|
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.20.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:
|
|
11
|
+
date: 2025-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -266,53 +266,53 @@ signing_key:
|
|
|
266
266
|
specification_version: 4
|
|
267
267
|
summary: Pulp 3 API Ruby Gem
|
|
268
268
|
test_files:
|
|
269
|
-
- spec/api/pypi_metadata_api_spec.rb
|
|
270
|
-
- spec/api/pypi_simple_api_spec.rb
|
|
271
|
-
- spec/api/repositories_python_api_spec.rb
|
|
272
|
-
- spec/api/pypi_api_spec.rb
|
|
273
|
-
- spec/api/repositories_python_versions_api_spec.rb
|
|
274
|
-
- spec/api/distributions_pypi_api_spec.rb
|
|
275
|
-
- spec/api/remotes_python_api_spec.rb
|
|
276
269
|
- spec/api/content_packages_api_spec.rb
|
|
277
270
|
- spec/api/publications_pypi_api_spec.rb
|
|
271
|
+
- spec/api/distributions_pypi_api_spec.rb
|
|
272
|
+
- spec/api/remotes_python_api_spec.rb
|
|
273
|
+
- spec/api/pypi_api_spec.rb
|
|
274
|
+
- spec/api/repositories_python_versions_api_spec.rb
|
|
278
275
|
- spec/api/pypi_legacy_api_spec.rb
|
|
279
|
-
- spec/
|
|
280
|
-
- spec/
|
|
276
|
+
- spec/api/pypi_metadata_api_spec.rb
|
|
277
|
+
- spec/api/pypi_simple_api_spec.rb
|
|
278
|
+
- spec/api/repositories_python_api_spec.rb
|
|
279
|
+
- spec/models/python_python_publication_response_spec.rb
|
|
281
280
|
- spec/models/unset_label_response_spec.rb
|
|
282
|
-
- spec/models/
|
|
283
|
-
- spec/models/python_python_repository_response_spec.rb
|
|
284
|
-
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
|
281
|
+
- spec/models/python_python_remote_response_spec.rb
|
|
285
282
|
- spec/models/python_python_package_content_response_spec.rb
|
|
286
|
-
- spec/models/
|
|
287
|
-
- spec/models/
|
|
283
|
+
- spec/models/repository_version_response_spec.rb
|
|
284
|
+
- spec/models/set_label_spec.rb
|
|
285
|
+
- spec/models/my_permissions_response_spec.rb
|
|
286
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
287
|
+
- spec/models/repair_spec.rb
|
|
288
|
+
- spec/models/python_python_publication_spec.rb
|
|
288
289
|
- spec/models/package_metadata_response_spec.rb
|
|
289
|
-
- spec/models/
|
|
290
|
+
- spec/models/python_python_repository_response_spec.rb
|
|
290
291
|
- spec/models/async_operation_response_spec.rb
|
|
291
|
-
- spec/models/
|
|
292
|
-
- spec/models/
|
|
293
|
-
- spec/models/
|
|
292
|
+
- spec/models/package_upload_task_response_spec.rb
|
|
293
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
294
|
+
- spec/models/patchedpython_python_distribution_spec.rb
|
|
294
295
|
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
|
295
|
-
- spec/models/
|
|
296
|
-
- spec/models/
|
|
296
|
+
- spec/models/python_python_remote_response_hidden_fields_inner_spec.rb
|
|
297
|
+
- spec/models/nested_role_spec.rb
|
|
298
|
+
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
|
299
|
+
- spec/models/patchedpython_python_remote_spec.rb
|
|
300
|
+
- spec/models/repository_sync_url_spec.rb
|
|
297
301
|
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
|
302
|
+
- spec/models/summary_response_spec.rb
|
|
303
|
+
- spec/models/set_label_response_spec.rb
|
|
304
|
+
- spec/models/unset_label_spec.rb
|
|
305
|
+
- spec/models/python_python_remote_spec.rb
|
|
306
|
+
- spec/models/policy_enum_spec.rb
|
|
298
307
|
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
|
299
|
-
- spec/models/
|
|
300
|
-
- spec/models/
|
|
308
|
+
- spec/models/python_python_distribution_response_spec.rb
|
|
309
|
+
- spec/models/object_roles_response_spec.rb
|
|
301
310
|
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
|
311
|
+
- spec/models/nested_role_response_spec.rb
|
|
312
|
+
- spec/models/content_summary_response_spec.rb
|
|
302
313
|
- spec/models/python_python_repository_spec.rb
|
|
303
|
-
- spec/models/
|
|
314
|
+
- spec/models/exclude_platforms_enum_spec.rb
|
|
304
315
|
- spec/models/package_types_enum_spec.rb
|
|
305
|
-
- spec/models/
|
|
306
|
-
- spec/models/
|
|
307
|
-
- spec/models/content_summary_response_spec.rb
|
|
308
|
-
- spec/models/repository_version_response_spec.rb
|
|
309
|
-
- spec/models/package_upload_task_response_spec.rb
|
|
310
|
-
- spec/models/python_python_remote_response_hidden_fields_inner_spec.rb
|
|
311
|
-
- spec/models/set_label_response_spec.rb
|
|
312
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
313
|
-
- spec/models/nested_role_response_spec.rb
|
|
314
|
-
- spec/models/my_permissions_response_spec.rb
|
|
315
|
-
- spec/models/repair_spec.rb
|
|
316
|
-
- spec/models/python_python_remote_spec.rb
|
|
317
|
-
- spec/models/set_label_spec.rb
|
|
316
|
+
- spec/models/python_python_distribution_spec.rb
|
|
317
|
+
- spec/models/patchedpython_python_repository_spec.rb
|
|
318
318
|
- spec/spec_helper.rb
|