pulp_python_client 3.26.1 → 3.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentPackagesApi.md +8 -8
- data/docs/PatchedpythonPythonDistribution.md +2 -2
- data/docs/PatchedpythonPythonRepository.md +6 -2
- data/docs/PublicationsPypiApi.md +3 -3
- data/docs/PythonPythonDistribution.md +2 -2
- data/docs/PythonPythonDistributionResponse.md +4 -2
- data/docs/PythonPythonRepository.md +6 -2
- data/docs/PythonPythonRepositoryResponse.md +6 -2
- data/docs/RepositoriesPythonApi.md +18 -2
- data/lib/pulp_python_client/api/content_packages_api.rb +9 -9
- data/lib/pulp_python_client/api/publications_pypi_api.rb +6 -6
- data/lib/pulp_python_client/api/repositories_python_api.rb +27 -3
- data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +12 -12
- data/lib/pulp_python_client/models/patchedpython_python_repository.rb +43 -5
- data/lib/pulp_python_client/models/python_python_distribution.rb +12 -12
- data/lib/pulp_python_client/models/python_python_distribution_response.rb +22 -12
- data/lib/pulp_python_client/models/python_python_repository.rb +43 -5
- data/lib/pulp_python_client/models/python_python_repository_response.rb +43 -5
- data/lib/pulp_python_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +4 -4
- data/spec/api/publications_pypi_api_spec.rb +3 -3
- data/spec/api/repositories_python_api_spec.rb +9 -1
- data/spec/models/patchedpython_python_distribution_spec.rb +2 -2
- data/spec/models/patchedpython_python_repository_spec.rb +12 -0
- data/spec/models/python_python_distribution_response_spec.rb +8 -2
- data/spec/models/python_python_distribution_spec.rb +2 -2
- data/spec/models/python_python_repository_response_spec.rb +12 -0
- data/spec/models/python_python_repository_spec.rb +12 -0
- metadata +44 -44
|
@@ -94,11 +94,11 @@ describe 'ContentPackagesApi' do
|
|
|
94
94
|
# @option opts [String] :keywords__contains Filter results where keywords contains value
|
|
95
95
|
# @option opts [Array<String>] :keywords__in Filter results where keywords is in a comma-separated list of values
|
|
96
96
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
97
|
-
# @option opts [String] :name
|
|
98
|
-
# @option opts [String] :name__contains
|
|
99
|
-
# @option opts [Array<String>] :name__in
|
|
97
|
+
# @option opts [String] :name
|
|
98
|
+
# @option opts [String] :name__contains
|
|
99
|
+
# @option opts [Array<String>] :name__in Multiple values may be separated by commas.
|
|
100
100
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
101
|
-
# @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) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
101
|
+
# @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) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (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) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
102
102
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
103
103
|
# @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
|
|
104
104
|
# @option opts [Array<String>] :packagetype__in Filter results where packagetype is in a comma-separated list of values
|
|
@@ -61,7 +61,7 @@ describe 'PublicationsPypiApi' do
|
|
|
61
61
|
|
|
62
62
|
# unit tests for delete
|
|
63
63
|
# Delete a python publication
|
|
64
|
-
#
|
|
64
|
+
# Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
65
65
|
# @param python_python_publication_href
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
67
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
@@ -74,7 +74,7 @@ describe 'PublicationsPypiApi' do
|
|
|
74
74
|
|
|
75
75
|
# unit tests for list
|
|
76
76
|
# List python publications
|
|
77
|
-
#
|
|
77
|
+
# Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
78
78
|
# @param [Hash] opts the optional parameters
|
|
79
79
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
80
80
|
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
|
@@ -137,7 +137,7 @@ describe 'PublicationsPypiApi' do
|
|
|
137
137
|
|
|
138
138
|
# unit tests for read
|
|
139
139
|
# Inspect a python publication
|
|
140
|
-
#
|
|
140
|
+
# Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
141
141
|
# @param python_python_publication_href
|
|
142
142
|
# @param [Hash] opts the optional parameters
|
|
143
143
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
@@ -89,13 +89,21 @@ describe 'RepositoriesPythonApi' do
|
|
|
89
89
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
|
90
90
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
91
91
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
92
|
-
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
92
|
+
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
93
93
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
94
94
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
95
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
96
96
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
97
97
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
98
98
|
# @option opts [String] :remote
|
|
99
|
+
# @option opts [Integer] :retain_checkpoints Filter results where retain_checkpoints matches value
|
|
100
|
+
# @option opts [Integer] :retain_checkpoints__gt Filter results where retain_checkpoints is greater than value
|
|
101
|
+
# @option opts [Integer] :retain_checkpoints__gte Filter results where retain_checkpoints is greater than or equal to value
|
|
102
|
+
# @option opts [Boolean] :retain_checkpoints__isnull Filter results where retain_checkpoints has a null value
|
|
103
|
+
# @option opts [Integer] :retain_checkpoints__lt Filter results where retain_checkpoints is less than value
|
|
104
|
+
# @option opts [Integer] :retain_checkpoints__lte Filter results where retain_checkpoints is less than or equal to value
|
|
105
|
+
# @option opts [Integer] :retain_checkpoints__ne Filter results where retain_checkpoints not equal to value
|
|
106
|
+
# @option opts [Array<Integer>] :retain_checkpoints__range Filter results where retain_checkpoints is between two comma separated values
|
|
99
107
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
100
108
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
101
109
|
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -63,13 +63,13 @@ describe PulpPythonClient::PatchedpythonPythonDistribution do
|
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
-
describe 'test attribute "
|
|
66
|
+
describe 'test attribute "repository_version"' do
|
|
67
67
|
it 'should work' do
|
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
-
describe 'test attribute "
|
|
72
|
+
describe 'test attribute "publication"' do
|
|
73
73
|
it 'should work' do
|
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
75
|
end
|
|
@@ -51,6 +51,12 @@ describe PulpPythonClient::PatchedpythonPythonRepository do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "retain_checkpoints"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "remote"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -63,4 +69,10 @@ describe PulpPythonClient::PatchedpythonPythonRepository do
|
|
|
63
69
|
end
|
|
64
70
|
end
|
|
65
71
|
|
|
72
|
+
describe 'test attribute "allow_package_substitution"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
66
78
|
end
|
|
@@ -69,6 +69,12 @@ describe PulpPythonClient::PythonPythonDistributionResponse do
|
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
+
describe 'test attribute "content_guard_prn"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
72
78
|
describe 'test attribute "no_content_change_since"' do
|
|
73
79
|
it 'should work' do
|
|
74
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -99,13 +105,13 @@ describe PulpPythonClient::PythonPythonDistributionResponse do
|
|
|
99
105
|
end
|
|
100
106
|
end
|
|
101
107
|
|
|
102
|
-
describe 'test attribute "
|
|
108
|
+
describe 'test attribute "repository_version"' do
|
|
103
109
|
it 'should work' do
|
|
104
110
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
111
|
end
|
|
106
112
|
end
|
|
107
113
|
|
|
108
|
-
describe 'test attribute "
|
|
114
|
+
describe 'test attribute "publication"' do
|
|
109
115
|
it 'should work' do
|
|
110
116
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
111
117
|
end
|
|
@@ -63,13 +63,13 @@ describe PulpPythonClient::PythonPythonDistribution do
|
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
-
describe 'test attribute "
|
|
66
|
+
describe 'test attribute "repository_version"' do
|
|
67
67
|
it 'should work' do
|
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
-
describe 'test attribute "
|
|
72
|
+
describe 'test attribute "publication"' do
|
|
73
73
|
it 'should work' do
|
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
75
|
end
|
|
@@ -87,6 +87,12 @@ describe PulpPythonClient::PythonPythonRepositoryResponse do
|
|
|
87
87
|
end
|
|
88
88
|
end
|
|
89
89
|
|
|
90
|
+
describe 'test attribute "retain_checkpoints"' do
|
|
91
|
+
it 'should work' do
|
|
92
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
|
|
90
96
|
describe 'test attribute "remote"' do
|
|
91
97
|
it 'should work' do
|
|
92
98
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -99,4 +105,10 @@ describe PulpPythonClient::PythonPythonRepositoryResponse do
|
|
|
99
105
|
end
|
|
100
106
|
end
|
|
101
107
|
|
|
108
|
+
describe 'test attribute "allow_package_substitution"' do
|
|
109
|
+
it 'should work' do
|
|
110
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
|
|
102
114
|
end
|
|
@@ -51,6 +51,12 @@ describe PulpPythonClient::PythonPythonRepository do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "retain_checkpoints"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "remote"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -63,4 +69,10 @@ describe PulpPythonClient::PythonPythonRepository do
|
|
|
63
69
|
end
|
|
64
70
|
end
|
|
65
71
|
|
|
72
|
+
describe 'test attribute "allow_package_substitution"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
66
78
|
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.28.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -293,62 +293,62 @@ signing_key:
|
|
|
293
293
|
specification_version: 4
|
|
294
294
|
summary: Pulp 3 API Ruby Gem
|
|
295
295
|
test_files:
|
|
296
|
+
- spec/api/remotes_python_api_spec.rb
|
|
296
297
|
- spec/api/pypi_legacy_api_spec.rb
|
|
297
|
-
- spec/api/
|
|
298
|
-
- spec/api/pypi_provenance_api_spec.rb
|
|
298
|
+
- spec/api/repositories_python_versions_api_spec.rb
|
|
299
299
|
- spec/api/pypi_api_spec.rb
|
|
300
|
-
- spec/api/remotes_python_api_spec.rb
|
|
301
|
-
- spec/api/content_provenance_api_spec.rb
|
|
302
300
|
- spec/api/pypi_simple_api_spec.rb
|
|
303
|
-
- spec/api/repositories_python_versions_api_spec.rb
|
|
304
|
-
- spec/api/distributions_pypi_api_spec.rb
|
|
305
301
|
- spec/api/repositories_python_api_spec.rb
|
|
302
|
+
- spec/api/distributions_pypi_api_spec.rb
|
|
303
|
+
- spec/api/content_packages_api_spec.rb
|
|
304
|
+
- spec/api/content_provenance_api_spec.rb
|
|
306
305
|
- spec/api/publications_pypi_api_spec.rb
|
|
307
306
|
- spec/api/pypi_metadata_api_spec.rb
|
|
308
|
-
- spec/
|
|
309
|
-
- spec/models/
|
|
310
|
-
- spec/models/
|
|
311
|
-
- spec/models/
|
|
312
|
-
- spec/models/
|
|
313
|
-
- spec/models/set_label_spec.rb
|
|
314
|
-
- spec/models/remote_network_config_spec.rb
|
|
315
|
-
- spec/models/my_permissions_response_spec.rb
|
|
316
|
-
- spec/models/python_python_distribution_response_spec.rb
|
|
317
|
-
- spec/models/patchedpython_python_remote_spec.rb
|
|
307
|
+
- spec/api/pypi_provenance_api_spec.rb
|
|
308
|
+
- spec/models/policy_enum_spec.rb
|
|
309
|
+
- spec/models/repair_spec.rb
|
|
310
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
311
|
+
- spec/models/remote_network_config_response_spec.rb
|
|
318
312
|
- spec/models/python_python_package_content_response_spec.rb
|
|
319
|
-
- spec/models/
|
|
320
|
-
- spec/models/summary_response_spec.rb
|
|
313
|
+
- spec/models/python_python_repository_spec.rb
|
|
321
314
|
- spec/models/python_python_remote_response_spec.rb
|
|
322
|
-
- spec/models/
|
|
315
|
+
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
|
323
316
|
- spec/models/content_summary_response_spec.rb
|
|
324
|
-
- spec/models/
|
|
325
|
-
- spec/models/
|
|
326
|
-
- spec/models/
|
|
317
|
+
- spec/models/nested_role_spec.rb
|
|
318
|
+
- spec/models/patchedpython_python_remote_spec.rb
|
|
319
|
+
- spec/models/set_label_response_spec.rb
|
|
320
|
+
- spec/models/async_operation_response_spec.rb
|
|
327
321
|
- spec/models/python_python_publication_response_spec.rb
|
|
328
|
-
- spec/models/
|
|
329
|
-
- spec/models/
|
|
330
|
-
- spec/models/remote_network_config_response_spec.rb
|
|
331
|
-
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
|
322
|
+
- spec/models/patchedpython_python_repository_spec.rb
|
|
323
|
+
- spec/models/object_roles_response_spec.rb
|
|
332
324
|
- spec/models/unset_label_spec.rb
|
|
333
|
-
- spec/models/
|
|
334
|
-
- spec/models/
|
|
335
|
-
- spec/models/
|
|
336
|
-
- spec/models/
|
|
337
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
325
|
+
- spec/models/set_label_spec.rb
|
|
326
|
+
- spec/models/python_python_repository_response_spec.rb
|
|
327
|
+
- spec/models/summary_response_spec.rb
|
|
328
|
+
- spec/models/python_python_remote_response_hidden_fields_inner_spec.rb
|
|
338
329
|
- spec/models/python_python_publication_spec.rb
|
|
339
|
-
- spec/models/object_roles_response_spec.rb
|
|
340
|
-
- spec/models/metadata_version_enum_spec.rb
|
|
341
|
-
- spec/models/package_metadata_response_spec.rb
|
|
342
330
|
- spec/models/nested_role_response_spec.rb
|
|
331
|
+
- spec/models/paginatedpython_package_provenance_response_list_spec.rb
|
|
343
332
|
- spec/models/filetype_enum_spec.rb
|
|
344
|
-
- spec/models/
|
|
345
|
-
- spec/models/
|
|
346
|
-
- spec/models/python_python_repository_response_spec.rb
|
|
333
|
+
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
|
334
|
+
- spec/models/exclude_platforms_enum_spec.rb
|
|
347
335
|
- spec/models/repository_sync_url_spec.rb
|
|
348
|
-
- spec/models/protocol_version_enum_spec.rb
|
|
349
336
|
- spec/models/patchedpython_python_distribution_spec.rb
|
|
350
|
-
- spec/models/
|
|
351
|
-
- spec/models/
|
|
352
|
-
- spec/models/
|
|
353
|
-
- spec/models/
|
|
337
|
+
- spec/models/python_package_provenance_response_spec.rb
|
|
338
|
+
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
|
339
|
+
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
|
340
|
+
- spec/models/unset_label_response_spec.rb
|
|
341
|
+
- spec/models/package_metadata_response_spec.rb
|
|
342
|
+
- spec/models/my_permissions_response_spec.rb
|
|
343
|
+
- spec/models/package_upload_task_response_spec.rb
|
|
344
|
+
- spec/models/python_python_remote_spec.rb
|
|
345
|
+
- spec/models/metadata_version_enum_spec.rb
|
|
346
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
347
|
+
- spec/models/protocol_version_enum_spec.rb
|
|
348
|
+
- spec/models/package_types_enum_spec.rb
|
|
349
|
+
- spec/models/python_python_distribution_response_spec.rb
|
|
350
|
+
- spec/models/python_python_distribution_spec.rb
|
|
351
|
+
- spec/models/repository_version_response_spec.rb
|
|
352
|
+
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
|
353
|
+
- spec/models/remote_network_config_spec.rb
|
|
354
354
|
- spec/spec_helper.rb
|