pulp_python_client 3.17.1 → 3.18.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 +13 -13
- data/docs/ContentPackagesApi.md +18 -18
- data/docs/PackageMetadataResponse.md +2 -2
- data/docs/PythonPythonPackageContentResponse.md +11 -9
- data/docs/PythonPythonPublicationResponse.md +1 -1
- data/docs/PythonPythonRemoteResponse.md +1 -1
- data/docs/RepositoryVersionResponse.md +3 -1
- data/lib/pulp_python_client/api/content_packages_api.rb +18 -18
- data/lib/pulp_python_client/models/package_metadata_response.rb +0 -2
- data/lib/pulp_python_client/models/paginated_repository_version_response_list.rb +0 -2
- data/lib/pulp_python_client/models/paginatedpython_python_distribution_response_list.rb +0 -2
- data/lib/pulp_python_client/models/paginatedpython_python_package_content_response_list.rb +0 -2
- data/lib/pulp_python_client/models/paginatedpython_python_publication_response_list.rb +0 -2
- data/lib/pulp_python_client/models/paginatedpython_python_remote_response_list.rb +0 -2
- data/lib/pulp_python_client/models/paginatedpython_python_repository_response_list.rb +0 -2
- data/lib/pulp_python_client/models/patchedpython_python_remote.rb +0 -15
- data/lib/pulp_python_client/models/patchedpython_python_repository.rb +0 -15
- data/lib/pulp_python_client/models/python_python_package_content_response.rb +10 -10
- data/lib/pulp_python_client/models/python_python_remote.rb +0 -15
- data/lib/pulp_python_client/models/python_python_remote_response.rb +0 -15
- data/lib/pulp_python_client/models/python_python_repository.rb +0 -15
- data/lib/pulp_python_client/models/python_python_repository_response.rb +0 -15
- data/lib/pulp_python_client/models/repository_version_response.rb +13 -4
- data/lib/pulp_python_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +9 -9
- data/spec/models/python_python_package_content_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- 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: 1f112f5914b388f20226293b324b016927bce790ca00897548e0d9d53615f7ca
|
4
|
+
data.tar.gz: de1b3a7438c13e2cd852b9e4a84750c7b94b26ce15ee4504f674ded47436493d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42aa79374feb731ca0ccc7300be2d2cf0e7881be4e90c525e6acd5a508ebbb0d4b9c9c3749ac51a236f4fdcadf7190b15b179e04a3eb8553f331820d136355bb
|
7
|
+
data.tar.gz: cd3ae5a046974925d0daf27c4e26969399a10e733379a7caad869be6197e10e6dff4cb06e9b8b8798a2cb5669abdec28ccf531a3d1ab4c6e914045953c6d1e92
|
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.18.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.18.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.18.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.18.0'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -85,23 +85,23 @@ opts = {
|
|
85
85
|
license: 'license_example', # String | Text indicating the license covering the distribution
|
86
86
|
platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
|
87
87
|
summary: 'summary_example', # String | A one-line summary of what the package does.
|
88
|
-
classifiers: TODO, # Object |
|
88
|
+
classifiers: TODO, # Object |
|
89
89
|
download_url: 'download_url_example', # String | Legacy field denoting the URL from which this package can be downloaded.
|
90
90
|
supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled.
|
91
91
|
maintainer: 'maintainer_example', # String | The maintainer's name at a minimum; additional contact information may be provided.
|
92
92
|
maintainer_email: 'maintainer_email_example', # String | The maintainer's e-mail address.
|
93
|
-
obsoletes_dist: TODO, # Object |
|
93
|
+
obsoletes_dist: TODO, # Object |
|
94
94
|
project_url: 'project_url_example', # String | A browsable URL for the project and a label for it, separated by a comma.
|
95
|
-
project_urls: TODO, # Object |
|
96
|
-
provides_dist: TODO, # Object |
|
97
|
-
requires_external: TODO, # Object |
|
98
|
-
requires_dist: TODO, # Object |
|
95
|
+
project_urls: TODO, # Object |
|
96
|
+
provides_dist: TODO, # Object |
|
97
|
+
requires_external: TODO, # Object |
|
98
|
+
requires_dist: TODO, # Object |
|
99
99
|
requires_python: 'requires_python_example', # String | The Python version(s) that the distribution is guaranteed to be compatible with.
|
100
100
|
description_content_type: 'description_content_type_example', # String | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
|
101
|
-
provides_extras: TODO, # Object |
|
102
|
-
dynamic: TODO, # Object |
|
101
|
+
provides_extras: TODO, # Object |
|
102
|
+
dynamic: TODO, # Object |
|
103
103
|
license_expression: 'license_expression_example', # String | Text string that is a valid SPDX license expression.
|
104
|
-
license_file: TODO, # Object |
|
104
|
+
license_file: TODO, # Object |
|
105
105
|
sha256: 'sha256_example' # String | The SHA256 digest of this package.
|
106
106
|
}
|
107
107
|
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -49,23 +49,23 @@ opts = {
|
|
49
49
|
license: 'license_example', # String | Text indicating the license covering the distribution
|
50
50
|
platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
|
51
51
|
summary: 'summary_example', # String | A one-line summary of what the package does.
|
52
|
-
classifiers: TODO, # Object |
|
52
|
+
classifiers: TODO, # Object |
|
53
53
|
download_url: 'download_url_example', # String | Legacy field denoting the URL from which this package can be downloaded.
|
54
54
|
supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled.
|
55
55
|
maintainer: 'maintainer_example', # String | The maintainer's name at a minimum; additional contact information may be provided.
|
56
56
|
maintainer_email: 'maintainer_email_example', # String | The maintainer's e-mail address.
|
57
|
-
obsoletes_dist: TODO, # Object |
|
57
|
+
obsoletes_dist: TODO, # Object |
|
58
58
|
project_url: 'project_url_example', # String | A browsable URL for the project and a label for it, separated by a comma.
|
59
|
-
project_urls: TODO, # Object |
|
60
|
-
provides_dist: TODO, # Object |
|
61
|
-
requires_external: TODO, # Object |
|
62
|
-
requires_dist: TODO, # Object |
|
59
|
+
project_urls: TODO, # Object |
|
60
|
+
provides_dist: TODO, # Object |
|
61
|
+
requires_external: TODO, # Object |
|
62
|
+
requires_dist: TODO, # Object |
|
63
63
|
requires_python: 'requires_python_example', # String | The Python version(s) that the distribution is guaranteed to be compatible with.
|
64
64
|
description_content_type: 'description_content_type_example', # String | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
|
65
|
-
provides_extras: TODO, # Object |
|
66
|
-
dynamic: TODO, # Object |
|
65
|
+
provides_extras: TODO, # Object |
|
66
|
+
dynamic: TODO, # Object |
|
67
67
|
license_expression: 'license_expression_example', # String | Text string that is a valid SPDX license expression.
|
68
|
-
license_file: TODO, # Object |
|
68
|
+
license_file: TODO, # Object |
|
69
69
|
sha256: 'sha256_example' # String | The SHA256 digest of this package.
|
70
70
|
}
|
71
71
|
|
@@ -116,23 +116,23 @@ end
|
|
116
116
|
| **license** | **String** | Text indicating the license covering the distribution | [optional] |
|
117
117
|
| **platform** | **String** | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional] |
|
118
118
|
| **summary** | **String** | A one-line summary of what the package does. | [optional] |
|
119
|
-
| **classifiers** | [**Object**](Object.md) |
|
119
|
+
| **classifiers** | [**Object**](Object.md) | | [optional] |
|
120
120
|
| **download_url** | **String** | Legacy field denoting the URL from which this package can be downloaded. | [optional] |
|
121
121
|
| **supported_platform** | **String** | Field to specify the OS and CPU for which the binary package was compiled. | [optional] |
|
122
122
|
| **maintainer** | **String** | The maintainer's name at a minimum; additional contact information may be provided. | [optional] |
|
123
123
|
| **maintainer_email** | **String** | The maintainer's e-mail address. | [optional] |
|
124
|
-
| **obsoletes_dist** | [**Object**](Object.md) |
|
124
|
+
| **obsoletes_dist** | [**Object**](Object.md) | | [optional] |
|
125
125
|
| **project_url** | **String** | A browsable URL for the project and a label for it, separated by a comma. | [optional] |
|
126
|
-
| **project_urls** | [**Object**](Object.md) |
|
127
|
-
| **provides_dist** | [**Object**](Object.md) |
|
128
|
-
| **requires_external** | [**Object**](Object.md) |
|
129
|
-
| **requires_dist** | [**Object**](Object.md) |
|
126
|
+
| **project_urls** | [**Object**](Object.md) | | [optional] |
|
127
|
+
| **provides_dist** | [**Object**](Object.md) | | [optional] |
|
128
|
+
| **requires_external** | [**Object**](Object.md) | | [optional] |
|
129
|
+
| **requires_dist** | [**Object**](Object.md) | | [optional] |
|
130
130
|
| **requires_python** | **String** | The Python version(s) that the distribution is guaranteed to be compatible with. | [optional] |
|
131
131
|
| **description_content_type** | **String** | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description. | [optional] |
|
132
|
-
| **provides_extras** | [**Object**](Object.md) |
|
133
|
-
| **dynamic** | [**Object**](Object.md) |
|
132
|
+
| **provides_extras** | [**Object**](Object.md) | | [optional] |
|
133
|
+
| **dynamic** | [**Object**](Object.md) | | [optional] |
|
134
134
|
| **license_expression** | **String** | Text string that is a valid SPDX license expression. | [optional] |
|
135
|
-
| **license_file** | [**Object**](Object.md) |
|
135
|
+
| **license_file** | [**Object**](Object.md) | | [optional] |
|
136
136
|
| **sha256** | **String** | The SHA256 digest of this package. | [optional][default to ''] |
|
137
137
|
|
138
138
|
### Return type
|
@@ -5,8 +5,8 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **last_serial** | **Integer** | Cache value from last PyPI sync | |
|
8
|
-
| **info** | **Object** |
|
9
|
-
| **releases** | **Object** |
|
8
|
+
| **info** | **Object** | | |
|
9
|
+
| **releases** | **Object** | | |
|
10
10
|
| **urls** | **Object** | | |
|
11
11
|
|
12
12
|
## Example
|
@@ -9,6 +9,7 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
13
14
|
| **author** | **String** | Text containing the author's name. Contact information can also be added, separated with newlines. | [optional] |
|
14
15
|
| **author_email** | **String** | The author's e-mail address. | [optional] |
|
@@ -21,23 +22,23 @@
|
|
21
22
|
| **platform** | **String** | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional] |
|
22
23
|
| **summary** | **String** | A one-line summary of what the package does. | [optional] |
|
23
24
|
| **version** | **String** | The packages version number. | [optional][readonly] |
|
24
|
-
| **classifiers** | **Object** |
|
25
|
+
| **classifiers** | **Object** | | [optional] |
|
25
26
|
| **download_url** | **String** | Legacy field denoting the URL from which this package can be downloaded. | [optional] |
|
26
27
|
| **supported_platform** | **String** | Field to specify the OS and CPU for which the binary package was compiled. | [optional] |
|
27
28
|
| **maintainer** | **String** | The maintainer's name at a minimum; additional contact information may be provided. | [optional] |
|
28
29
|
| **maintainer_email** | **String** | The maintainer's e-mail address. | [optional] |
|
29
|
-
| **obsoletes_dist** | **Object** |
|
30
|
+
| **obsoletes_dist** | **Object** | | [optional] |
|
30
31
|
| **project_url** | **String** | A browsable URL for the project and a label for it, separated by a comma. | [optional] |
|
31
|
-
| **project_urls** | **Object** |
|
32
|
-
| **provides_dist** | **Object** |
|
33
|
-
| **requires_external** | **Object** |
|
34
|
-
| **requires_dist** | **Object** |
|
32
|
+
| **project_urls** | **Object** | | [optional] |
|
33
|
+
| **provides_dist** | **Object** | | [optional] |
|
34
|
+
| **requires_external** | **Object** | | [optional] |
|
35
|
+
| **requires_dist** | **Object** | | [optional] |
|
35
36
|
| **requires_python** | **String** | The Python version(s) that the distribution is guaranteed to be compatible with. | [optional] |
|
36
37
|
| **description_content_type** | **String** | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description. | [optional] |
|
37
|
-
| **provides_extras** | **Object** |
|
38
|
-
| **dynamic** | **Object** |
|
38
|
+
| **provides_extras** | **Object** | | [optional] |
|
39
|
+
| **dynamic** | **Object** | | [optional] |
|
39
40
|
| **license_expression** | **String** | Text string that is a valid SPDX license expression. | [optional] |
|
40
|
-
| **license_file** | **Object** |
|
41
|
+
| **license_file** | **Object** | | [optional] |
|
41
42
|
| **filename** | **String** | The name of the distribution package, usually of the format: {distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.{packagetype} | [optional][readonly] |
|
42
43
|
| **packagetype** | **String** | The type of the distribution package (e.g. sdist, bdist_wheel, bdist_egg, etc) | [optional][readonly] |
|
43
44
|
| **python_version** | **String** | The tag that indicates which Python implementation or version the package requires. | [optional][readonly] |
|
@@ -54,6 +55,7 @@ instance = PulpPythonClient::PythonPythonPackageContentResponse.new(
|
|
54
55
|
pulp_created: null,
|
55
56
|
pulp_last_updated: null,
|
56
57
|
pulp_labels: null,
|
58
|
+
vuln_report: null,
|
57
59
|
artifact: null,
|
58
60
|
author: null,
|
59
61
|
author_email: null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **repository_version** | **String** | | [optional] |
|
12
12
|
| **repository** | **String** | A URI of the repository to be published. | [optional] |
|
13
|
-
| **distributions** | **Array<String>** | This publication is currently being hosted as configured by these distributions. | [optional]
|
13
|
+
| **distributions** | **Array<String>** | This publication is currently being hosted as configured by these distributions. | [optional] |
|
14
14
|
|
15
15
|
## Example
|
16
16
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
25
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
26
26
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
27
|
-
| **hidden_fields** | [**Array<PythonPythonRemoteResponseHiddenFieldsInner>**](PythonPythonRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional]
|
27
|
+
| **hidden_fields** | [**Array<PythonPythonRemoteResponseHiddenFieldsInner>**](PythonPythonRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
28
28
|
| **includes** | **Array<String>** | A list containing project specifiers for Python packages to include. | [optional] |
|
29
29
|
| **excludes** | **Array<String>** | A list containing project specifiers for Python packages to exclude. | [optional] |
|
30
30
|
| **prereleases** | **Boolean** | Whether or not to include pre-release packages in the sync. | [optional] |
|
@@ -12,6 +12,7 @@
|
|
12
12
|
| **repository** | **String** | | [optional][readonly] |
|
13
13
|
| **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] |
|
14
14
|
| **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional][readonly] |
|
15
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
15
16
|
|
16
17
|
## Example
|
17
18
|
|
@@ -26,7 +27,8 @@ instance = PulpPythonClient::RepositoryVersionResponse.new(
|
|
26
27
|
number: null,
|
27
28
|
repository: null,
|
28
29
|
base_version: null,
|
29
|
-
content_summary: null
|
30
|
+
content_summary: null,
|
31
|
+
vuln_report: null
|
30
32
|
)
|
31
33
|
```
|
32
34
|
|
@@ -38,23 +38,23 @@ module PulpPythonClient
|
|
38
38
|
# @option opts [String] :license Text indicating the license covering the distribution
|
39
39
|
# @option opts [String] :platform A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
|
40
40
|
# @option opts [String] :summary A one-line summary of what the package does.
|
41
|
-
# @option opts [Object] :classifiers
|
41
|
+
# @option opts [Object] :classifiers
|
42
42
|
# @option opts [String] :download_url Legacy field denoting the URL from which this package can be downloaded.
|
43
43
|
# @option opts [String] :supported_platform Field to specify the OS and CPU for which the binary package was compiled.
|
44
44
|
# @option opts [String] :maintainer The maintainer's name at a minimum; additional contact information may be provided.
|
45
45
|
# @option opts [String] :maintainer_email The maintainer's e-mail address.
|
46
|
-
# @option opts [Object] :obsoletes_dist
|
46
|
+
# @option opts [Object] :obsoletes_dist
|
47
47
|
# @option opts [String] :project_url A browsable URL for the project and a label for it, separated by a comma.
|
48
|
-
# @option opts [Object] :project_urls
|
49
|
-
# @option opts [Object] :provides_dist
|
50
|
-
# @option opts [Object] :requires_external
|
51
|
-
# @option opts [Object] :requires_dist
|
48
|
+
# @option opts [Object] :project_urls
|
49
|
+
# @option opts [Object] :provides_dist
|
50
|
+
# @option opts [Object] :requires_external
|
51
|
+
# @option opts [Object] :requires_dist
|
52
52
|
# @option opts [String] :requires_python The Python version(s) that the distribution is guaranteed to be compatible with.
|
53
53
|
# @option opts [String] :description_content_type A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
|
54
|
-
# @option opts [Object] :provides_extras
|
55
|
-
# @option opts [Object] :dynamic
|
54
|
+
# @option opts [Object] :provides_extras
|
55
|
+
# @option opts [Object] :dynamic
|
56
56
|
# @option opts [String] :license_expression Text string that is a valid SPDX license expression.
|
57
|
-
# @option opts [Object] :license_file
|
57
|
+
# @option opts [Object] :license_file
|
58
58
|
# @option opts [String] :sha256 The SHA256 digest of this package. (default to '')
|
59
59
|
# @return [AsyncOperationResponse]
|
60
60
|
def create(relative_path, opts = {})
|
@@ -81,23 +81,23 @@ module PulpPythonClient
|
|
81
81
|
# @option opts [String] :license Text indicating the license covering the distribution
|
82
82
|
# @option opts [String] :platform A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
|
83
83
|
# @option opts [String] :summary A one-line summary of what the package does.
|
84
|
-
# @option opts [Object] :classifiers
|
84
|
+
# @option opts [Object] :classifiers
|
85
85
|
# @option opts [String] :download_url Legacy field denoting the URL from which this package can be downloaded.
|
86
86
|
# @option opts [String] :supported_platform Field to specify the OS and CPU for which the binary package was compiled.
|
87
87
|
# @option opts [String] :maintainer The maintainer's name at a minimum; additional contact information may be provided.
|
88
88
|
# @option opts [String] :maintainer_email The maintainer's e-mail address.
|
89
|
-
# @option opts [Object] :obsoletes_dist
|
89
|
+
# @option opts [Object] :obsoletes_dist
|
90
90
|
# @option opts [String] :project_url A browsable URL for the project and a label for it, separated by a comma.
|
91
|
-
# @option opts [Object] :project_urls
|
92
|
-
# @option opts [Object] :provides_dist
|
93
|
-
# @option opts [Object] :requires_external
|
94
|
-
# @option opts [Object] :requires_dist
|
91
|
+
# @option opts [Object] :project_urls
|
92
|
+
# @option opts [Object] :provides_dist
|
93
|
+
# @option opts [Object] :requires_external
|
94
|
+
# @option opts [Object] :requires_dist
|
95
95
|
# @option opts [String] :requires_python The Python version(s) that the distribution is guaranteed to be compatible with.
|
96
96
|
# @option opts [String] :description_content_type A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
|
97
|
-
# @option opts [Object] :provides_extras
|
98
|
-
# @option opts [Object] :dynamic
|
97
|
+
# @option opts [Object] :provides_extras
|
98
|
+
# @option opts [Object] :dynamic
|
99
99
|
# @option opts [String] :license_expression Text string that is a valid SPDX license expression.
|
100
|
-
# @option opts [Object] :license_file
|
100
|
+
# @option opts [Object] :license_file
|
101
101
|
# @option opts [String] :sha256 The SHA256 digest of this package. (default to '')
|
102
102
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
103
103
|
def create_with_http_info(relative_path, opts = {})
|
@@ -393,10 +393,6 @@ module PulpPythonClient
|
|
393
393
|
invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
|
394
394
|
end
|
395
395
|
|
396
|
-
if !@download_concurrency.nil? && @download_concurrency < 1
|
397
|
-
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
398
|
-
end
|
399
|
-
|
400
396
|
if !@total_timeout.nil? && @total_timeout < 0.0
|
401
397
|
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
402
398
|
end
|
@@ -430,7 +426,6 @@ module PulpPythonClient
|
|
430
426
|
return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
431
427
|
return false if !@username.nil? && @username.to_s.length < 1
|
432
428
|
return false if !@password.nil? && @password.to_s.length < 1
|
433
|
-
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
434
429
|
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
435
430
|
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
436
431
|
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
@@ -546,16 +541,6 @@ module PulpPythonClient
|
|
546
541
|
@password = password
|
547
542
|
end
|
548
543
|
|
549
|
-
# Custom attribute writer method with validation
|
550
|
-
# @param [Object] download_concurrency Value to be assigned
|
551
|
-
def download_concurrency=(download_concurrency)
|
552
|
-
if !download_concurrency.nil? && download_concurrency < 1
|
553
|
-
fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
|
554
|
-
end
|
555
|
-
|
556
|
-
@download_concurrency = download_concurrency
|
557
|
-
end
|
558
|
-
|
559
544
|
# Custom attribute writer method with validation
|
560
545
|
# @param [Object] total_timeout Value to be assigned
|
561
546
|
def total_timeout=(total_timeout)
|
@@ -128,10 +128,6 @@ module PulpPythonClient
|
|
128
128
|
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
129
129
|
end
|
130
130
|
|
131
|
-
if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
132
|
-
invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
|
133
|
-
end
|
134
|
-
|
135
131
|
invalid_properties
|
136
132
|
end
|
137
133
|
|
@@ -141,7 +137,6 @@ module PulpPythonClient
|
|
141
137
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
142
138
|
return false if !@name.nil? && @name.to_s.length < 1
|
143
139
|
return false if !@description.nil? && @description.to_s.length < 1
|
144
|
-
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
145
140
|
true
|
146
141
|
end
|
147
142
|
|
@@ -169,16 +164,6 @@ module PulpPythonClient
|
|
169
164
|
@description = description
|
170
165
|
end
|
171
166
|
|
172
|
-
# Custom attribute writer method with validation
|
173
|
-
# @param [Object] retain_repo_versions Value to be assigned
|
174
|
-
def retain_repo_versions=(retain_repo_versions)
|
175
|
-
if !retain_repo_versions.nil? && retain_repo_versions < 1
|
176
|
-
fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
|
177
|
-
end
|
178
|
-
|
179
|
-
@retain_repo_versions = retain_repo_versions
|
180
|
-
end
|
181
|
-
|
182
167
|
# Checks equality by comparing each attribute.
|
183
168
|
# @param [Object] Object to be compared
|
184
169
|
def ==(o)
|
@@ -30,6 +30,8 @@ module PulpPythonClient
|
|
30
30
|
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
31
31
|
attr_accessor :pulp_labels
|
32
32
|
|
33
|
+
attr_accessor :vuln_report
|
34
|
+
|
33
35
|
# Artifact file representing the physical content
|
34
36
|
attr_accessor :artifact
|
35
37
|
|
@@ -66,7 +68,6 @@ module PulpPythonClient
|
|
66
68
|
# The packages version number.
|
67
69
|
attr_accessor :version
|
68
70
|
|
69
|
-
# A JSON list containing classification values for a Python package.
|
70
71
|
attr_accessor :classifiers
|
71
72
|
|
72
73
|
# Legacy field denoting the URL from which this package can be downloaded.
|
@@ -81,22 +82,17 @@ module PulpPythonClient
|
|
81
82
|
# The maintainer's e-mail address.
|
82
83
|
attr_accessor :maintainer_email
|
83
84
|
|
84
|
-
# A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
|
85
85
|
attr_accessor :obsoletes_dist
|
86
86
|
|
87
87
|
# A browsable URL for the project and a label for it, separated by a comma.
|
88
88
|
attr_accessor :project_url
|
89
89
|
|
90
|
-
# A dictionary of labels and URLs for the project.
|
91
90
|
attr_accessor :project_urls
|
92
91
|
|
93
|
-
# A JSON list containing names of a Distutils project which is contained within this distribution.
|
94
92
|
attr_accessor :provides_dist
|
95
93
|
|
96
|
-
# A JSON list containing some dependency in the system that the distribution is to be used.
|
97
94
|
attr_accessor :requires_external
|
98
95
|
|
99
|
-
# A JSON list containing names of some other distutils project required by this distribution.
|
100
96
|
attr_accessor :requires_dist
|
101
97
|
|
102
98
|
# The Python version(s) that the distribution is guaranteed to be compatible with.
|
@@ -105,16 +101,13 @@ module PulpPythonClient
|
|
105
101
|
# A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
|
106
102
|
attr_accessor :description_content_type
|
107
103
|
|
108
|
-
# A JSON list containing names of optional features provided by the package.
|
109
104
|
attr_accessor :provides_extras
|
110
105
|
|
111
|
-
# A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.
|
112
106
|
attr_accessor :dynamic
|
113
107
|
|
114
108
|
# Text string that is a valid SPDX license expression.
|
115
109
|
attr_accessor :license_expression
|
116
110
|
|
117
|
-
# A JSON list containing names of the paths to license-related files.
|
118
111
|
attr_accessor :license_file
|
119
112
|
|
120
113
|
# The name of the distribution package, usually of the format: {distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.{packagetype}
|
@@ -137,6 +130,7 @@ module PulpPythonClient
|
|
137
130
|
:'pulp_created' => :'pulp_created',
|
138
131
|
:'pulp_last_updated' => :'pulp_last_updated',
|
139
132
|
:'pulp_labels' => :'pulp_labels',
|
133
|
+
:'vuln_report' => :'vuln_report',
|
140
134
|
:'artifact' => :'artifact',
|
141
135
|
:'author' => :'author',
|
142
136
|
:'author_email' => :'author_email',
|
@@ -186,6 +180,7 @@ module PulpPythonClient
|
|
186
180
|
:'pulp_created' => :'Time',
|
187
181
|
:'pulp_last_updated' => :'Time',
|
188
182
|
:'pulp_labels' => :'Hash<String, String>',
|
183
|
+
:'vuln_report' => :'String',
|
189
184
|
:'artifact' => :'String',
|
190
185
|
:'author' => :'String',
|
191
186
|
:'author_email' => :'String',
|
@@ -274,6 +269,10 @@ module PulpPythonClient
|
|
274
269
|
end
|
275
270
|
end
|
276
271
|
|
272
|
+
if attributes.key?(:'vuln_report')
|
273
|
+
self.vuln_report = attributes[:'vuln_report']
|
274
|
+
end
|
275
|
+
|
277
276
|
if attributes.key?(:'artifact')
|
278
277
|
self.artifact = attributes[:'artifact']
|
279
278
|
end
|
@@ -434,6 +433,7 @@ module PulpPythonClient
|
|
434
433
|
pulp_created == o.pulp_created &&
|
435
434
|
pulp_last_updated == o.pulp_last_updated &&
|
436
435
|
pulp_labels == o.pulp_labels &&
|
436
|
+
vuln_report == o.vuln_report &&
|
437
437
|
artifact == o.artifact &&
|
438
438
|
author == o.author &&
|
439
439
|
author_email == o.author_email &&
|
@@ -478,7 +478,7 @@ module PulpPythonClient
|
|
478
478
|
# Calculates hash code according to all attributes.
|
479
479
|
# @return [Integer] Hash code
|
480
480
|
def hash
|
481
|
-
[pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, 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
|
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
|
482
482
|
end
|
483
483
|
|
484
484
|
# Builds the object from hash
|
@@ -405,10 +405,6 @@ module PulpPythonClient
|
|
405
405
|
invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
|
406
406
|
end
|
407
407
|
|
408
|
-
if !@download_concurrency.nil? && @download_concurrency < 1
|
409
|
-
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
410
|
-
end
|
411
|
-
|
412
408
|
if !@total_timeout.nil? && @total_timeout < 0.0
|
413
409
|
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
414
410
|
end
|
@@ -444,7 +440,6 @@ module PulpPythonClient
|
|
444
440
|
return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
445
441
|
return false if !@username.nil? && @username.to_s.length < 1
|
446
442
|
return false if !@password.nil? && @password.to_s.length < 1
|
447
|
-
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
448
443
|
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
449
444
|
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
450
445
|
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
@@ -560,16 +555,6 @@ module PulpPythonClient
|
|
560
555
|
@password = password
|
561
556
|
end
|
562
557
|
|
563
|
-
# Custom attribute writer method with validation
|
564
|
-
# @param [Object] download_concurrency Value to be assigned
|
565
|
-
def download_concurrency=(download_concurrency)
|
566
|
-
if !download_concurrency.nil? && download_concurrency < 1
|
567
|
-
fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
|
568
|
-
end
|
569
|
-
|
570
|
-
@download_concurrency = download_concurrency
|
571
|
-
end
|
572
|
-
|
573
558
|
# Custom attribute writer method with validation
|
574
559
|
# @param [Object] total_timeout Value to be assigned
|
575
560
|
def total_timeout=(total_timeout)
|
@@ -361,10 +361,6 @@ module PulpPythonClient
|
|
361
361
|
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
362
362
|
end
|
363
363
|
|
364
|
-
if !@download_concurrency.nil? && @download_concurrency < 1
|
365
|
-
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
366
|
-
end
|
367
|
-
|
368
364
|
if !@total_timeout.nil? && @total_timeout < 0.0
|
369
365
|
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
370
366
|
end
|
@@ -390,7 +386,6 @@ module PulpPythonClient
|
|
390
386
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
391
387
|
return false if @name.nil?
|
392
388
|
return false if @url.nil?
|
393
|
-
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
394
389
|
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
395
390
|
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
396
391
|
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
@@ -398,16 +393,6 @@ module PulpPythonClient
|
|
398
393
|
true
|
399
394
|
end
|
400
395
|
|
401
|
-
# Custom attribute writer method with validation
|
402
|
-
# @param [Object] download_concurrency Value to be assigned
|
403
|
-
def download_concurrency=(download_concurrency)
|
404
|
-
if !download_concurrency.nil? && download_concurrency < 1
|
405
|
-
fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
|
406
|
-
end
|
407
|
-
|
408
|
-
@download_concurrency = download_concurrency
|
409
|
-
end
|
410
|
-
|
411
396
|
# Custom attribute writer method with validation
|
412
397
|
# @param [Object] total_timeout Value to be assigned
|
413
398
|
def total_timeout=(total_timeout)
|
@@ -134,10 +134,6 @@ module PulpPythonClient
|
|
134
134
|
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
135
135
|
end
|
136
136
|
|
137
|
-
if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
138
|
-
invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
|
139
|
-
end
|
140
|
-
|
141
137
|
invalid_properties
|
142
138
|
end
|
143
139
|
|
@@ -148,7 +144,6 @@ module PulpPythonClient
|
|
148
144
|
return false if @name.nil?
|
149
145
|
return false if @name.to_s.length < 1
|
150
146
|
return false if !@description.nil? && @description.to_s.length < 1
|
151
|
-
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
152
147
|
true
|
153
148
|
end
|
154
149
|
|
@@ -176,16 +171,6 @@ module PulpPythonClient
|
|
176
171
|
@description = description
|
177
172
|
end
|
178
173
|
|
179
|
-
# Custom attribute writer method with validation
|
180
|
-
# @param [Object] retain_repo_versions Value to be assigned
|
181
|
-
def retain_repo_versions=(retain_repo_versions)
|
182
|
-
if !retain_repo_versions.nil? && retain_repo_versions < 1
|
183
|
-
fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
|
184
|
-
end
|
185
|
-
|
186
|
-
@retain_repo_versions = retain_repo_versions
|
187
|
-
end
|
188
|
-
|
189
174
|
# Checks equality by comparing each attribute.
|
190
175
|
# @param [Object] Object to be compared
|
191
176
|
def ==(o)
|
@@ -177,10 +177,6 @@ module PulpPythonClient
|
|
177
177
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
178
178
|
end
|
179
179
|
|
180
|
-
if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
181
|
-
invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
|
182
|
-
end
|
183
|
-
|
184
180
|
invalid_properties
|
185
181
|
end
|
186
182
|
|
@@ -189,20 +185,9 @@ module PulpPythonClient
|
|
189
185
|
def valid?
|
190
186
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
191
187
|
return false if @name.nil?
|
192
|
-
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
193
188
|
true
|
194
189
|
end
|
195
190
|
|
196
|
-
# Custom attribute writer method with validation
|
197
|
-
# @param [Object] retain_repo_versions Value to be assigned
|
198
|
-
def retain_repo_versions=(retain_repo_versions)
|
199
|
-
if !retain_repo_versions.nil? && retain_repo_versions < 1
|
200
|
-
fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
|
201
|
-
end
|
202
|
-
|
203
|
-
@retain_repo_versions = retain_repo_versions
|
204
|
-
end
|
205
|
-
|
206
191
|
# Checks equality by comparing each attribute.
|
207
192
|
# @param [Object] Object to be compared
|
208
193
|
def ==(o)
|
@@ -37,6 +37,8 @@ module PulpPythonClient
|
|
37
37
|
# Various count summaries of the content in the version and the HREF to view them.
|
38
38
|
attr_accessor :content_summary
|
39
39
|
|
40
|
+
attr_accessor :vuln_report
|
41
|
+
|
40
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
41
43
|
def self.attribute_map
|
42
44
|
{
|
@@ -47,7 +49,8 @@ module PulpPythonClient
|
|
47
49
|
:'number' => :'number',
|
48
50
|
:'repository' => :'repository',
|
49
51
|
:'base_version' => :'base_version',
|
50
|
-
:'content_summary' => :'content_summary'
|
52
|
+
:'content_summary' => :'content_summary',
|
53
|
+
:'vuln_report' => :'vuln_report'
|
51
54
|
}
|
52
55
|
end
|
53
56
|
|
@@ -66,7 +69,8 @@ module PulpPythonClient
|
|
66
69
|
:'number' => :'Integer',
|
67
70
|
:'repository' => :'String',
|
68
71
|
:'base_version' => :'String',
|
69
|
-
:'content_summary' => :'ContentSummaryResponse'
|
72
|
+
:'content_summary' => :'ContentSummaryResponse',
|
73
|
+
:'vuln_report' => :'String'
|
70
74
|
}
|
71
75
|
end
|
72
76
|
|
@@ -122,6 +126,10 @@ module PulpPythonClient
|
|
122
126
|
if attributes.key?(:'content_summary')
|
123
127
|
self.content_summary = attributes[:'content_summary']
|
124
128
|
end
|
129
|
+
|
130
|
+
if attributes.key?(:'vuln_report')
|
131
|
+
self.vuln_report = attributes[:'vuln_report']
|
132
|
+
end
|
125
133
|
end
|
126
134
|
|
127
135
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -151,7 +159,8 @@ module PulpPythonClient
|
|
151
159
|
number == o.number &&
|
152
160
|
repository == o.repository &&
|
153
161
|
base_version == o.base_version &&
|
154
|
-
content_summary == o.content_summary
|
162
|
+
content_summary == o.content_summary &&
|
163
|
+
vuln_report == o.vuln_report
|
155
164
|
end
|
156
165
|
|
157
166
|
# @see the `==` method
|
@@ -163,7 +172,7 @@ module PulpPythonClient
|
|
163
172
|
# Calculates hash code according to all attributes.
|
164
173
|
# @return [Integer] Hash code
|
165
174
|
def hash
|
166
|
-
[pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
|
175
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary, vuln_report].hash
|
167
176
|
end
|
168
177
|
|
169
178
|
# Builds the object from hash
|
@@ -52,23 +52,23 @@ describe 'ContentPackagesApi' do
|
|
52
52
|
# @option opts [String] :license Text indicating the license covering the distribution
|
53
53
|
# @option opts [String] :platform A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
|
54
54
|
# @option opts [String] :summary A one-line summary of what the package does.
|
55
|
-
# @option opts [Object] :classifiers
|
55
|
+
# @option opts [Object] :classifiers
|
56
56
|
# @option opts [String] :download_url Legacy field denoting the URL from which this package can be downloaded.
|
57
57
|
# @option opts [String] :supported_platform Field to specify the OS and CPU for which the binary package was compiled.
|
58
58
|
# @option opts [String] :maintainer The maintainer's name at a minimum; additional contact information may be provided.
|
59
59
|
# @option opts [String] :maintainer_email The maintainer's e-mail address.
|
60
|
-
# @option opts [Object] :obsoletes_dist
|
60
|
+
# @option opts [Object] :obsoletes_dist
|
61
61
|
# @option opts [String] :project_url A browsable URL for the project and a label for it, separated by a comma.
|
62
|
-
# @option opts [Object] :project_urls
|
63
|
-
# @option opts [Object] :provides_dist
|
64
|
-
# @option opts [Object] :requires_external
|
65
|
-
# @option opts [Object] :requires_dist
|
62
|
+
# @option opts [Object] :project_urls
|
63
|
+
# @option opts [Object] :provides_dist
|
64
|
+
# @option opts [Object] :requires_external
|
65
|
+
# @option opts [Object] :requires_dist
|
66
66
|
# @option opts [String] :requires_python The Python version(s) that the distribution is guaranteed to be compatible with.
|
67
67
|
# @option opts [String] :description_content_type A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
|
68
|
-
# @option opts [Object] :provides_extras
|
69
|
-
# @option opts [Object] :dynamic
|
68
|
+
# @option opts [Object] :provides_extras
|
69
|
+
# @option opts [Object] :dynamic
|
70
70
|
# @option opts [String] :license_expression Text string that is a valid SPDX license expression.
|
71
|
-
# @option opts [Object] :license_file
|
71
|
+
# @option opts [Object] :license_file
|
72
72
|
# @option opts [String] :sha256 The SHA256 digest of this package.
|
73
73
|
# @return [AsyncOperationResponse]
|
74
74
|
describe 'create test' do
|
@@ -57,6 +57,12 @@ describe PulpPythonClient::PythonPythonPackageContentResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "artifact"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -75,4 +75,10 @@ describe PulpPythonClient::RepositoryVersionResponse do
|
|
75
75
|
end
|
76
76
|
end
|
77
77
|
|
78
|
+
describe 'test attribute "vuln_report"' do
|
79
|
+
it 'should work' do
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
78
84
|
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.18.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: 2025-08-
|
11
|
+
date: 2025-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|