pulp_python_client 3.12.4 → 3.12.6
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 +10 -10
- data/docs/ContentPackagesApi.md +12 -12
- data/docs/PackageMetadataResponse.md +3 -3
- data/docs/PythonPythonPackageContent.md +6 -6
- data/docs/PythonPythonPackageContentResponse.md +6 -6
- data/lib/pulp_python_client/api/content_packages_api.rb +12 -12
- data/lib/pulp_python_client/models/package_metadata_response.rb +3 -3
- data/lib/pulp_python_client/models/python_python_package_content.rb +6 -6
- data/lib/pulp_python_client/models/python_python_package_content_response.rb +6 -6
- data/lib/pulp_python_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +6 -6
- metadata +37 -37
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87c761dd5ffd1521e899c0e97fac18a759618bd29716a060072bdf2194edab94
|
4
|
+
data.tar.gz: d39180657ce90f17579a17ec32be5f3d58b9521ce7ba7e4e839b6df5988fee35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd3eca48bcdcc38dcbf51df1a6d0a248deaa74e820ecad49e882c184af053ce9b0a5285bc81204e17733eb76e62b1a7752fd123e124cad2a435d9800bdb790f9
|
7
|
+
data.tar.gz: e7645bc9f41e16a87f9a43824c5fd7b7cfe3a2e6f8190422ce7b995db70824915fcb38bcefd6607b0ef30face6ae247b57cc17c9eb5cf6399b0f3d8ed67a77d1
|
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.12.
|
10
|
+
- Package version: 3.12.6
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_python_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_python_client-3.12.
|
27
|
+
gem install ./pulp_python_client-3.12.6.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_python_client-3.12.
|
30
|
+
(for development, run `gem install --dev ./pulp_python_client-3.12.6.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_python_client', '~> 3.12.
|
36
|
+
gem 'pulp_python_client', '~> 3.12.6'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -86,14 +86,14 @@ opts = {
|
|
86
86
|
license: 'license_example', # String | Text indicating the license covering the distribution
|
87
87
|
requires_python: 'requires_python_example', # String | The Python version(s) that the distribution is guaranteed to be compatible with.
|
88
88
|
project_url: 'project_url_example', # String | A browsable URL for the project and a label for it, separated by a comma.
|
89
|
-
project_urls:
|
89
|
+
project_urls: nil, # Object | A dictionary of labels and URLs for the project.
|
90
90
|
platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
|
91
91
|
supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled.
|
92
|
-
requires_dist:
|
93
|
-
provides_dist:
|
94
|
-
obsoletes_dist:
|
95
|
-
requires_external:
|
96
|
-
classifiers:
|
92
|
+
requires_dist: nil, # Object | A JSON list containing names of some other distutils project required by this distribution.
|
93
|
+
provides_dist: nil, # Object | A JSON list containing names of a Distutils project which is contained within this distribution.
|
94
|
+
obsoletes_dist: nil, # Object | 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.
|
95
|
+
requires_external: nil, # Object | A JSON list containing some dependency in the system that the distribution is to be used.
|
96
|
+
classifiers: nil # Object | A JSON list containing classification values for a Python package.
|
97
97
|
}
|
98
98
|
|
99
99
|
begin
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -52,14 +52,14 @@ opts = {
|
|
52
52
|
license: 'license_example', # String | Text indicating the license covering the distribution
|
53
53
|
requires_python: 'requires_python_example', # String | The Python version(s) that the distribution is guaranteed to be compatible with.
|
54
54
|
project_url: 'project_url_example', # String | A browsable URL for the project and a label for it, separated by a comma.
|
55
|
-
project_urls:
|
55
|
+
project_urls: nil, # Object | A dictionary of labels and URLs for the project.
|
56
56
|
platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
|
57
57
|
supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled.
|
58
|
-
requires_dist:
|
59
|
-
provides_dist:
|
60
|
-
obsoletes_dist:
|
61
|
-
requires_external:
|
62
|
-
classifiers:
|
58
|
+
requires_dist: nil, # Object | A JSON list containing names of some other distutils project required by this distribution.
|
59
|
+
provides_dist: nil, # Object | A JSON list containing names of a Distutils project which is contained within this distribution.
|
60
|
+
obsoletes_dist: nil, # Object | 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.
|
61
|
+
requires_external: nil, # Object | A JSON list containing some dependency in the system that the distribution is to be used.
|
62
|
+
classifiers: nil # Object | A JSON list containing classification values for a Python package.
|
63
63
|
}
|
64
64
|
|
65
65
|
begin
|
@@ -96,14 +96,14 @@ Name | Type | Description | Notes
|
|
96
96
|
**license** | **String**| Text indicating the license covering the distribution | [optional]
|
97
97
|
**requires_python** | **String**| The Python version(s) that the distribution is guaranteed to be compatible with. | [optional]
|
98
98
|
**project_url** | **String**| A browsable URL for the project and a label for it, separated by a comma. | [optional]
|
99
|
-
**project_urls** | [**
|
99
|
+
**project_urls** | [**Object**](Object.md)| A dictionary of labels and URLs for the project. | [optional]
|
100
100
|
**platform** | **String**| A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional]
|
101
101
|
**supported_platform** | **String**| Field to specify the OS and CPU for which the binary package was compiled. | [optional]
|
102
|
-
**requires_dist** | [**
|
103
|
-
**provides_dist** | [**
|
104
|
-
**obsoletes_dist** | [**
|
105
|
-
**requires_external** | [**
|
106
|
-
**classifiers** | [**
|
102
|
+
**requires_dist** | [**Object**](Object.md)| A JSON list containing names of some other distutils project required by this distribution. | [optional]
|
103
|
+
**provides_dist** | [**Object**](Object.md)| A JSON list containing names of a Distutils project which is contained within this distribution. | [optional]
|
104
|
+
**obsoletes_dist** | [**Object**](Object.md)| 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. | [optional]
|
105
|
+
**requires_external** | [**Object**](Object.md)| A JSON list containing some dependency in the system that the distribution is to be used. | [optional]
|
106
|
+
**classifiers** | [**Object**](Object.md)| A JSON list containing classification values for a Python package. | [optional]
|
107
107
|
|
108
108
|
### Return type
|
109
109
|
|
@@ -5,9 +5,9 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**last_serial** | **Integer** | Cache value from last PyPI sync |
|
8
|
-
**info** | [**
|
9
|
-
**releases** | [**
|
10
|
-
**urls** | [**
|
8
|
+
**info** | [**Object**](.md) | Core metadata of the package |
|
9
|
+
**releases** | [**Object**](.md) | List of all the releases of the package |
|
10
|
+
**urls** | [**Object**](.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -24,14 +24,14 @@ Name | Type | Description | Notes
|
|
24
24
|
**license** | **String** | Text indicating the license covering the distribution | [optional]
|
25
25
|
**requires_python** | **String** | The Python version(s) that the distribution is guaranteed to be compatible with. | [optional]
|
26
26
|
**project_url** | **String** | A browsable URL for the project and a label for it, separated by a comma. | [optional]
|
27
|
-
**project_urls** | [**
|
27
|
+
**project_urls** | [**Object**](.md) | A dictionary of labels and URLs for the project. | [optional]
|
28
28
|
**platform** | **String** | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional]
|
29
29
|
**supported_platform** | **String** | Field to specify the OS and CPU for which the binary package was compiled. | [optional]
|
30
|
-
**requires_dist** | [**
|
31
|
-
**provides_dist** | [**
|
32
|
-
**obsoletes_dist** | [**
|
33
|
-
**requires_external** | [**
|
34
|
-
**classifiers** | [**
|
30
|
+
**requires_dist** | [**Object**](.md) | A JSON list containing names of some other distutils project required by this distribution. | [optional]
|
31
|
+
**provides_dist** | [**Object**](.md) | A JSON list containing names of a Distutils project which is contained within this distribution. | [optional]
|
32
|
+
**obsoletes_dist** | [**Object**](.md) | 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. | [optional]
|
33
|
+
**requires_external** | [**Object**](.md) | A JSON list containing some dependency in the system that the distribution is to be used. | [optional]
|
34
|
+
**classifiers** | [**Object**](.md) | A JSON list containing classification values for a Python package. | [optional]
|
35
35
|
|
36
36
|
## Code Sample
|
37
37
|
|
@@ -28,14 +28,14 @@ Name | Type | Description | Notes
|
|
28
28
|
**license** | **String** | Text indicating the license covering the distribution | [optional]
|
29
29
|
**requires_python** | **String** | The Python version(s) that the distribution is guaranteed to be compatible with. | [optional]
|
30
30
|
**project_url** | **String** | A browsable URL for the project and a label for it, separated by a comma. | [optional]
|
31
|
-
**project_urls** | [**
|
31
|
+
**project_urls** | [**Object**](.md) | A dictionary of labels and URLs for the project. | [optional]
|
32
32
|
**platform** | **String** | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional]
|
33
33
|
**supported_platform** | **String** | Field to specify the OS and CPU for which the binary package was compiled. | [optional]
|
34
|
-
**requires_dist** | [**
|
35
|
-
**provides_dist** | [**
|
36
|
-
**obsoletes_dist** | [**
|
37
|
-
**requires_external** | [**
|
38
|
-
**classifiers** | [**
|
34
|
+
**requires_dist** | [**Object**](.md) | A JSON list containing names of some other distutils project required by this distribution. | [optional]
|
35
|
+
**provides_dist** | [**Object**](.md) | A JSON list containing names of a Distutils project which is contained within this distribution. | [optional]
|
36
|
+
**obsoletes_dist** | [**Object**](.md) | 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. | [optional]
|
37
|
+
**requires_external** | [**Object**](.md) | A JSON list containing some dependency in the system that the distribution is to be used. | [optional]
|
38
|
+
**classifiers** | [**Object**](.md) | A JSON list containing classification values for a Python package. | [optional]
|
39
39
|
|
40
40
|
## Code Sample
|
41
41
|
|
@@ -42,14 +42,14 @@ module PulpPythonClient
|
|
42
42
|
# @option opts [String] :license Text indicating the license covering the distribution
|
43
43
|
# @option opts [String] :requires_python The Python version(s) that the distribution is guaranteed to be compatible with.
|
44
44
|
# @option opts [String] :project_url A browsable URL for the project and a label for it, separated by a comma.
|
45
|
-
# @option opts [
|
45
|
+
# @option opts [Object] :project_urls A dictionary of labels and URLs for the project.
|
46
46
|
# @option opts [String] :platform A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
|
47
47
|
# @option opts [String] :supported_platform Field to specify the OS and CPU for which the binary package was compiled.
|
48
|
-
# @option opts [
|
49
|
-
# @option opts [
|
50
|
-
# @option opts [
|
51
|
-
# @option opts [
|
52
|
-
# @option opts [
|
48
|
+
# @option opts [Object] :requires_dist A JSON list containing names of some other distutils project required by this distribution.
|
49
|
+
# @option opts [Object] :provides_dist A JSON list containing names of a Distutils project which is contained within this distribution.
|
50
|
+
# @option opts [Object] :obsoletes_dist 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.
|
51
|
+
# @option opts [Object] :requires_external A JSON list containing some dependency in the system that the distribution is to be used.
|
52
|
+
# @option opts [Object] :classifiers A JSON list containing classification values for a Python package.
|
53
53
|
# @return [AsyncOperationResponse]
|
54
54
|
def create(relative_path, opts = {})
|
55
55
|
data, _status_code, _headers = create_with_http_info(relative_path, opts)
|
@@ -79,14 +79,14 @@ module PulpPythonClient
|
|
79
79
|
# @option opts [String] :license Text indicating the license covering the distribution
|
80
80
|
# @option opts [String] :requires_python The Python version(s) that the distribution is guaranteed to be compatible with.
|
81
81
|
# @option opts [String] :project_url A browsable URL for the project and a label for it, separated by a comma.
|
82
|
-
# @option opts [
|
82
|
+
# @option opts [Object] :project_urls A dictionary of labels and URLs for the project.
|
83
83
|
# @option opts [String] :platform A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
|
84
84
|
# @option opts [String] :supported_platform Field to specify the OS and CPU for which the binary package was compiled.
|
85
|
-
# @option opts [
|
86
|
-
# @option opts [
|
87
|
-
# @option opts [
|
88
|
-
# @option opts [
|
89
|
-
# @option opts [
|
85
|
+
# @option opts [Object] :requires_dist A JSON list containing names of some other distutils project required by this distribution.
|
86
|
+
# @option opts [Object] :provides_dist A JSON list containing names of a Distutils project which is contained within this distribution.
|
87
|
+
# @option opts [Object] :obsoletes_dist 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.
|
88
|
+
# @option opts [Object] :requires_external A JSON list containing some dependency in the system that the distribution is to be used.
|
89
|
+
# @option opts [Object] :classifiers A JSON list containing classification values for a Python package.
|
90
90
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
91
91
|
def create_with_http_info(relative_path, opts = {})
|
92
92
|
if @api_client.config.debugging
|
@@ -40,9 +40,9 @@ module PulpPythonClient
|
|
40
40
|
def self.openapi_types
|
41
41
|
{
|
42
42
|
:'last_serial' => :'Integer',
|
43
|
-
:'info' => :'
|
44
|
-
:'releases' => :'
|
45
|
-
:'urls' => :'
|
43
|
+
:'info' => :'Object',
|
44
|
+
:'releases' => :'Object',
|
45
|
+
:'urls' => :'Object'
|
46
46
|
}
|
47
47
|
end
|
48
48
|
|
@@ -156,14 +156,14 @@ module PulpPythonClient
|
|
156
156
|
:'license' => :'String',
|
157
157
|
:'requires_python' => :'String',
|
158
158
|
:'project_url' => :'String',
|
159
|
-
:'project_urls' => :'
|
159
|
+
:'project_urls' => :'Object',
|
160
160
|
:'platform' => :'String',
|
161
161
|
:'supported_platform' => :'String',
|
162
|
-
:'requires_dist' => :'
|
163
|
-
:'provides_dist' => :'
|
164
|
-
:'obsoletes_dist' => :'
|
165
|
-
:'requires_external' => :'
|
166
|
-
:'classifiers' => :'
|
162
|
+
:'requires_dist' => :'Object',
|
163
|
+
:'provides_dist' => :'Object',
|
164
|
+
:'obsoletes_dist' => :'Object',
|
165
|
+
:'requires_external' => :'Object',
|
166
|
+
:'classifiers' => :'Object'
|
167
167
|
}
|
168
168
|
end
|
169
169
|
|
@@ -175,14 +175,14 @@ module PulpPythonClient
|
|
175
175
|
:'license' => :'String',
|
176
176
|
:'requires_python' => :'String',
|
177
177
|
:'project_url' => :'String',
|
178
|
-
:'project_urls' => :'
|
178
|
+
:'project_urls' => :'Object',
|
179
179
|
:'platform' => :'String',
|
180
180
|
:'supported_platform' => :'String',
|
181
|
-
:'requires_dist' => :'
|
182
|
-
:'provides_dist' => :'
|
183
|
-
:'obsoletes_dist' => :'
|
184
|
-
:'requires_external' => :'
|
185
|
-
:'classifiers' => :'
|
181
|
+
:'requires_dist' => :'Object',
|
182
|
+
:'provides_dist' => :'Object',
|
183
|
+
:'obsoletes_dist' => :'Object',
|
184
|
+
:'requires_external' => :'Object',
|
185
|
+
:'classifiers' => :'Object'
|
186
186
|
}
|
187
187
|
end
|
188
188
|
|
@@ -56,14 +56,14 @@ describe 'ContentPackagesApi' do
|
|
56
56
|
# @option opts [String] :license Text indicating the license covering the distribution
|
57
57
|
# @option opts [String] :requires_python The Python version(s) that the distribution is guaranteed to be compatible with.
|
58
58
|
# @option opts [String] :project_url A browsable URL for the project and a label for it, separated by a comma.
|
59
|
-
# @option opts [
|
59
|
+
# @option opts [Object] :project_urls A dictionary of labels and URLs for the project.
|
60
60
|
# @option opts [String] :platform A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
|
61
61
|
# @option opts [String] :supported_platform Field to specify the OS and CPU for which the binary package was compiled.
|
62
|
-
# @option opts [
|
63
|
-
# @option opts [
|
64
|
-
# @option opts [
|
65
|
-
# @option opts [
|
66
|
-
# @option opts [
|
62
|
+
# @option opts [Object] :requires_dist A JSON list containing names of some other distutils project required by this distribution.
|
63
|
+
# @option opts [Object] :provides_dist A JSON list containing names of a Distutils project which is contained within this distribution.
|
64
|
+
# @option opts [Object] :obsoletes_dist 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.
|
65
|
+
# @option opts [Object] :requires_external A JSON list containing some dependency in the system that the distribution is to be used.
|
66
|
+
# @option opts [Object] :classifiers A JSON list containing classification values for a Python package.
|
67
67
|
# @return [AsyncOperationResponse]
|
68
68
|
describe 'create test' do
|
69
69
|
it 'should work' do
|
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.12.
|
4
|
+
version: 3.12.6
|
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-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -269,58 +269,58 @@ signing_key:
|
|
269
269
|
specification_version: 4
|
270
270
|
summary: Pulp 3 API Ruby Gem
|
271
271
|
test_files:
|
272
|
-
- spec/api/
|
273
|
-
- spec/api/content_packages_api_spec.rb
|
274
|
-
- spec/api/repositories_python_api_spec.rb
|
272
|
+
- spec/api/pypi_api_spec.rb
|
275
273
|
- spec/api/repositories_python_versions_api_spec.rb
|
274
|
+
- spec/api/publications_pypi_api_spec.rb
|
276
275
|
- spec/api/pypi_legacy_api_spec.rb
|
277
276
|
- spec/api/pypi_metadata_api_spec.rb
|
278
|
-
- spec/api/
|
277
|
+
- spec/api/content_packages_api_spec.rb
|
279
278
|
- spec/api/remotes_python_api_spec.rb
|
280
|
-
- spec/api/publications_pypi_api_spec.rb
|
281
279
|
- spec/api/pypi_simple_api_spec.rb
|
280
|
+
- spec/api/distributions_pypi_api_spec.rb
|
281
|
+
- spec/api/repositories_python_api_spec.rb
|
282
282
|
- spec/api_client_spec.rb
|
283
283
|
- spec/configuration_spec.rb
|
284
|
-
- spec/models/
|
285
|
-
- spec/models/
|
286
|
-
- spec/models/
|
287
|
-
- spec/models/nested_role_spec.rb
|
288
|
-
- spec/models/python_python_distribution_response_spec.rb
|
289
|
-
- spec/models/python_python_publication_response_spec.rb
|
290
|
-
- spec/models/python_python_package_content_response_spec.rb
|
291
|
-
- spec/models/object_roles_response_spec.rb
|
284
|
+
- spec/models/repair_spec.rb
|
285
|
+
- spec/models/patchedpython_python_distribution_spec.rb
|
286
|
+
- spec/models/python_python_repository_response_spec.rb
|
292
287
|
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
293
288
|
- spec/models/python_python_remote_response_hidden_fields_spec.rb
|
294
|
-
- spec/models/
|
295
|
-
- spec/models/
|
289
|
+
- spec/models/set_label_spec.rb
|
290
|
+
- spec/models/python_bander_remote_spec.rb
|
296
291
|
- spec/models/policy_enum_spec.rb
|
297
|
-
- spec/models/
|
298
|
-
- spec/models/
|
292
|
+
- spec/models/python_python_package_content_response_spec.rb
|
293
|
+
- spec/models/repository_add_remove_content_spec.rb
|
299
294
|
- spec/models/exclude_platforms_enum_spec.rb
|
300
|
-
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
301
295
|
- spec/models/package_metadata_response_spec.rb
|
302
|
-
- spec/models/
|
303
|
-
- spec/models/
|
296
|
+
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
297
|
+
- spec/models/python_python_package_content_spec.rb
|
304
298
|
- spec/models/patchedpython_python_remote_spec.rb
|
305
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
306
299
|
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
307
300
|
- spec/models/nested_role_response_spec.rb
|
301
|
+
- spec/models/nested_role_spec.rb
|
308
302
|
- spec/models/package_upload_spec.rb
|
309
|
-
- spec/models/
|
310
|
-
- spec/models/async_operation_response_spec.rb
|
311
|
-
- spec/models/repository_sync_url_spec.rb
|
312
|
-
- spec/models/set_label_spec.rb
|
313
|
-
- spec/models/repository_version_response_spec.rb
|
303
|
+
- spec/models/package_types_enum_spec.rb
|
314
304
|
- spec/models/python_python_remote_spec.rb
|
315
|
-
- spec/models/
|
316
|
-
- spec/models/python_python_repository_response_spec.rb
|
317
|
-
- spec/models/python_python_distribution_spec.rb
|
318
|
-
- spec/models/repair_spec.rb
|
319
|
-
- spec/models/python_python_package_content_spec.rb
|
320
|
-
- spec/models/python_bander_remote_spec.rb
|
321
|
-
- spec/models/summary_response_spec.rb
|
322
|
-
- spec/models/python_python_publication_spec.rb
|
323
|
-
- spec/models/repository_add_remove_content_spec.rb
|
305
|
+
- spec/models/repository_sync_url_spec.rb
|
324
306
|
- spec/models/patchedpython_python_repository_spec.rb
|
307
|
+
- spec/models/unset_label_spec.rb
|
308
|
+
- spec/models/python_python_distribution_response_spec.rb
|
309
|
+
- spec/models/unset_label_response_spec.rb
|
310
|
+
- spec/models/python_python_publication_response_spec.rb
|
311
|
+
- spec/models/python_python_distribution_spec.rb
|
312
|
+
- spec/models/repository_version_response_spec.rb
|
325
313
|
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
314
|
+
- spec/models/python_python_publication_spec.rb
|
315
|
+
- spec/models/python_python_remote_response_spec.rb
|
316
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
317
|
+
- spec/models/my_permissions_response_spec.rb
|
318
|
+
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
319
|
+
- spec/models/object_roles_response_spec.rb
|
320
|
+
- spec/models/package_upload_task_response_spec.rb
|
321
|
+
- spec/models/set_label_response_spec.rb
|
322
|
+
- spec/models/summary_response_spec.rb
|
323
|
+
- spec/models/content_summary_response_spec.rb
|
324
|
+
- spec/models/python_python_repository_spec.rb
|
325
|
+
- spec/models/async_operation_response_spec.rb
|
326
326
|
- spec/spec_helper.rb
|