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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentPackagesApi.md +8 -8
  4. data/docs/PatchedpythonPythonDistribution.md +2 -2
  5. data/docs/PatchedpythonPythonRepository.md +6 -2
  6. data/docs/PublicationsPypiApi.md +3 -3
  7. data/docs/PythonPythonDistribution.md +2 -2
  8. data/docs/PythonPythonDistributionResponse.md +4 -2
  9. data/docs/PythonPythonRepository.md +6 -2
  10. data/docs/PythonPythonRepositoryResponse.md +6 -2
  11. data/docs/RepositoriesPythonApi.md +18 -2
  12. data/lib/pulp_python_client/api/content_packages_api.rb +9 -9
  13. data/lib/pulp_python_client/api/publications_pypi_api.rb +6 -6
  14. data/lib/pulp_python_client/api/repositories_python_api.rb +27 -3
  15. data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +12 -12
  16. data/lib/pulp_python_client/models/patchedpython_python_repository.rb +43 -5
  17. data/lib/pulp_python_client/models/python_python_distribution.rb +12 -12
  18. data/lib/pulp_python_client/models/python_python_distribution_response.rb +22 -12
  19. data/lib/pulp_python_client/models/python_python_repository.rb +43 -5
  20. data/lib/pulp_python_client/models/python_python_repository_response.rb +43 -5
  21. data/lib/pulp_python_client/version.rb +1 -1
  22. data/spec/api/content_packages_api_spec.rb +4 -4
  23. data/spec/api/publications_pypi_api_spec.rb +3 -3
  24. data/spec/api/repositories_python_api_spec.rb +9 -1
  25. data/spec/models/patchedpython_python_distribution_spec.rb +2 -2
  26. data/spec/models/patchedpython_python_repository_spec.rb +12 -0
  27. data/spec/models/python_python_distribution_response_spec.rb +8 -2
  28. data/spec/models/python_python_distribution_spec.rb +2 -2
  29. data/spec/models/python_python_repository_response_spec.rb +12 -0
  30. data/spec/models/python_python_repository_spec.rb +12 -0
  31. 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 Filter results where name matches value
98
- # @option opts [String] :name__contains Filter results where name contains value
99
- # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;author&#x60; - Author * &#x60;-author&#x60; - Author (descending) * &#x60;author_email&#x60; - Author email * &#x60;-author_email&#x60; - Author email (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;home_page&#x60; - Home page * &#x60;-home_page&#x60; - Home page (descending) * &#x60;keywords&#x60; - Keywords * &#x60;-keywords&#x60; - Keywords (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;metadata_version&#x60; - Metadata version * &#x60;-metadata_version&#x60; - Metadata version (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;platform&#x60; - Platform * &#x60;-platform&#x60; - Platform (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;classifiers&#x60; - Classifiers * &#x60;-classifiers&#x60; - Classifiers (descending) * &#x60;download_url&#x60; - Download url * &#x60;-download_url&#x60; - Download url (descending) * &#x60;supported_platform&#x60; - Supported platform * &#x60;-supported_platform&#x60; - Supported platform (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;maintainer_email&#x60; - Maintainer email * &#x60;-maintainer_email&#x60; - Maintainer email (descending) * &#x60;obsoletes_dist&#x60; - Obsoletes dist * &#x60;-obsoletes_dist&#x60; - Obsoletes dist (descending) * &#x60;project_url&#x60; - Project url * &#x60;-project_url&#x60; - Project url (descending) * &#x60;project_urls&#x60; - Project urls * &#x60;-project_urls&#x60; - Project urls (descending) * &#x60;provides_dist&#x60; - Provides dist * &#x60;-provides_dist&#x60; - Provides dist (descending) * &#x60;requires_external&#x60; - Requires external * &#x60;-requires_external&#x60; - Requires external (descending) * &#x60;requires_dist&#x60; - Requires dist * &#x60;-requires_dist&#x60; - Requires dist (descending) * &#x60;requires_python&#x60; - Requires python * &#x60;-requires_python&#x60; - Requires python (descending) * &#x60;description_content_type&#x60; - Description content type * &#x60;-description_content_type&#x60; - Description content type (descending) * &#x60;provides_extras&#x60; - Provides extras * &#x60;-provides_extras&#x60; - Provides extras (descending) * &#x60;dynamic&#x60; - Dynamic * &#x60;-dynamic&#x60; - Dynamic (descending) * &#x60;license_expression&#x60; - License expression * &#x60;-license_expression&#x60; - License expression (descending) * &#x60;license_file&#x60; - License file * &#x60;-license_file&#x60; - License file (descending) * &#x60;filename&#x60; - Filename * &#x60;-filename&#x60; - Filename (descending) * &#x60;packagetype&#x60; - Packagetype * &#x60;-packagetype&#x60; - Packagetype (descending) * &#x60;python_version&#x60; - Python version * &#x60;-python_version&#x60; - Python version (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;metadata_sha256&#x60; - Metadata sha256 * &#x60;-metadata_sha256&#x60; - Metadata sha256 (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
101
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;author&#x60; - Author * &#x60;-author&#x60; - Author (descending) * &#x60;author_email&#x60; - Author email * &#x60;-author_email&#x60; - Author email (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;home_page&#x60; - Home page * &#x60;-home_page&#x60; - Home page (descending) * &#x60;keywords&#x60; - Keywords * &#x60;-keywords&#x60; - Keywords (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;metadata_version&#x60; - Metadata version * &#x60;-metadata_version&#x60; - Metadata version (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;platform&#x60; - Platform * &#x60;-platform&#x60; - Platform (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;classifiers&#x60; - Classifiers * &#x60;-classifiers&#x60; - Classifiers (descending) * &#x60;download_url&#x60; - Download url * &#x60;-download_url&#x60; - Download url (descending) * &#x60;supported_platform&#x60; - Supported platform * &#x60;-supported_platform&#x60; - Supported platform (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;maintainer_email&#x60; - Maintainer email * &#x60;-maintainer_email&#x60; - Maintainer email (descending) * &#x60;obsoletes_dist&#x60; - Obsoletes dist * &#x60;-obsoletes_dist&#x60; - Obsoletes dist (descending) * &#x60;project_url&#x60; - Project url * &#x60;-project_url&#x60; - Project url (descending) * &#x60;project_urls&#x60; - Project urls * &#x60;-project_urls&#x60; - Project urls (descending) * &#x60;provides_dist&#x60; - Provides dist * &#x60;-provides_dist&#x60; - Provides dist (descending) * &#x60;requires_external&#x60; - Requires external * &#x60;-requires_external&#x60; - Requires external (descending) * &#x60;requires_dist&#x60; - Requires dist * &#x60;-requires_dist&#x60; - Requires dist (descending) * &#x60;requires_python&#x60; - Requires python * &#x60;-requires_python&#x60; - Requires python (descending) * &#x60;description_content_type&#x60; - Description content type * &#x60;-description_content_type&#x60; - Description content type (descending) * &#x60;provides_extras&#x60; - Provides extras * &#x60;-provides_extras&#x60; - Provides extras (descending) * &#x60;dynamic&#x60; - Dynamic * &#x60;-dynamic&#x60; - Dynamic (descending) * &#x60;license_expression&#x60; - License expression * &#x60;-license_expression&#x60; - License expression (descending) * &#x60;license_file&#x60; - License file * &#x60;-license_file&#x60; - License file (descending) * &#x60;name_normalized&#x60; - Name normalized * &#x60;-name_normalized&#x60; - Name normalized (descending) * &#x60;filename&#x60; - Filename * &#x60;-filename&#x60; - Filename (descending) * &#x60;packagetype&#x60; - Packagetype * &#x60;-packagetype&#x60; - Packagetype (descending) * &#x60;python_version&#x60; - Python version * &#x60;-python_version&#x60; - Python version (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;metadata_sha256&#x60; - Metadata sha256 * &#x60;-metadata_sha256&#x60; - Metadata sha256 (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;bdist_dmg&#x60; - bdist_dmg * &#x60;bdist_dumb&#x60; - bdist_dumb * &#x60;bdist_egg&#x60; - bdist_egg * &#x60;bdist_msi&#x60; - bdist_msi * &#x60;bdist_rpm&#x60; - bdist_rpm * &#x60;bdist_wheel&#x60; - bdist_wheel * &#x60;bdist_wininst&#x60; - bdist_wininst * &#x60;sdist&#x60; - 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
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
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
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
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
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
92
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;retain_checkpoints&#x60; - Retain checkpoints * &#x60;-retain_checkpoints&#x60; - Retain checkpoints (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 "publication"' do
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 "repository_version"' do
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 "publication"' do
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 "repository_version"' do
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 "publication"' do
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 "repository_version"' do
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.26.1
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-10 00:00:00.000000000 Z
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/content_packages_api_spec.rb
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/models/exclude_platforms_enum_spec.rb
309
- - spec/models/paginatedpython_python_package_content_response_list_spec.rb
310
- - spec/models/nested_role_spec.rb
311
- - spec/models/patchedpython_python_repository_spec.rb
312
- - spec/models/python_python_distribution_spec.rb
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/unset_label_response_spec.rb
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/package_upload_task_response_spec.rb
315
+ - spec/models/paginatedpython_python_repository_response_list_spec.rb
323
316
  - spec/models/content_summary_response_spec.rb
324
- - spec/models/package_types_enum_spec.rb
325
- - spec/models/repository_version_response_spec.rb
326
- - spec/models/paginatedpython_python_remote_response_list_spec.rb
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/repair_spec.rb
329
- - spec/models/paginatedpython_python_distribution_response_list_spec.rb
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/python_python_repository_spec.rb
334
- - spec/models/python_python_remote_spec.rb
335
- - spec/models/set_label_response_spec.rb
336
- - spec/models/python_package_provenance_response_spec.rb
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/python_python_remote_response_hidden_fields_inner_spec.rb
345
- - spec/models/policy_enum_spec.rb
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/paginatedpython_python_repository_response_list_spec.rb
351
- - spec/models/repository_add_remove_content_spec.rb
352
- - spec/models/paginatedpython_package_provenance_response_list_spec.rb
353
- - spec/models/async_operation_response_spec.rb
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