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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67052a29e63b4bee4b8994950bff2ed0e452b1a1af7eea42e9612480557c6891
4
- data.tar.gz: 801dc8ef87276c3041d7728b2d0e49da0e82c1b3f27721d6030571e882cb965c
3
+ metadata.gz: 87c761dd5ffd1521e899c0e97fac18a759618bd29716a060072bdf2194edab94
4
+ data.tar.gz: d39180657ce90f17579a17ec32be5f3d58b9521ce7ba7e4e839b6df5988fee35
5
5
  SHA512:
6
- metadata.gz: 7b66509e2e9cc175c1d4700ea7cf268838574ecc74002586ea102f24f63e48e6fe3c29ad4f172d3a13adcfe997e8ee1ecb30415d1d91254d749083870d71c87c
7
- data.tar.gz: 6c15755a1ac2028e79226ba7e1feafc0e2e660479dfef3a61dceb11407cae5ca74b932bb57745bd39dbd04641539640b4d1e996123d8ff394a4d5b3fbf9a8e46
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.4
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.4.gem
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.4.gem` to install the development dependencies)
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.4'
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: PulpPythonClient::AnyType.new, # AnyType | A dictionary of labels and URLs for the project.
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: PulpPythonClient::AnyType.new, # AnyType | A JSON list containing names of some other distutils project required by this distribution.
93
- provides_dist: PulpPythonClient::AnyType.new, # AnyType | A JSON list containing names of a Distutils project which is contained within this distribution.
94
- obsoletes_dist: PulpPythonClient::AnyType.new, # AnyType | 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: PulpPythonClient::AnyType.new, # AnyType | A JSON list containing some dependency in the system that the distribution is to be used.
96
- classifiers: PulpPythonClient::AnyType.new # AnyType | A JSON list containing classification values for a Python package.
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
@@ -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: PulpPythonClient::AnyType.new, # AnyType | A dictionary of labels and URLs for the project.
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: PulpPythonClient::AnyType.new, # AnyType | A JSON list containing names of some other distutils project required by this distribution.
59
- provides_dist: PulpPythonClient::AnyType.new, # AnyType | A JSON list containing names of a Distutils project which is contained within this distribution.
60
- obsoletes_dist: PulpPythonClient::AnyType.new, # AnyType | 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: PulpPythonClient::AnyType.new, # AnyType | A JSON list containing some dependency in the system that the distribution is to be used.
62
- classifiers: PulpPythonClient::AnyType.new # AnyType | A JSON list containing classification values for a Python package.
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** | [**AnyType**](AnyType.md)| A dictionary of labels and URLs for the project. | [optional]
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** | [**AnyType**](AnyType.md)| A JSON list containing names of some other distutils project required by this distribution. | [optional]
103
- **provides_dist** | [**AnyType**](AnyType.md)| A JSON list containing names of a Distutils project which is contained within this distribution. | [optional]
104
- **obsoletes_dist** | [**AnyType**](AnyType.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** | [**AnyType**](AnyType.md)| A JSON list containing some dependency in the system that the distribution is to be used. | [optional]
106
- **classifiers** | [**AnyType**](AnyType.md)| A JSON list containing classification values for a Python package. | [optional]
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** | [**AnyType**](.md) | Core metadata of the package |
9
- **releases** | [**AnyType**](.md) | List of all the releases of the package |
10
- **urls** | [**AnyType**](.md) | |
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** | [**AnyType**](.md) | A dictionary of labels and URLs for the project. | [optional]
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** | [**AnyType**](.md) | A JSON list containing names of some other distutils project required by this distribution. | [optional]
31
- **provides_dist** | [**AnyType**](.md) | A JSON list containing names of a Distutils project which is contained within this distribution. | [optional]
32
- **obsoletes_dist** | [**AnyType**](.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** | [**AnyType**](.md) | A JSON list containing some dependency in the system that the distribution is to be used. | [optional]
34
- **classifiers** | [**AnyType**](.md) | A JSON list containing classification values for a Python package. | [optional]
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** | [**AnyType**](.md) | A dictionary of labels and URLs for the project. | [optional]
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** | [**AnyType**](.md) | A JSON list containing names of some other distutils project required by this distribution. | [optional]
35
- **provides_dist** | [**AnyType**](.md) | A JSON list containing names of a Distutils project which is contained within this distribution. | [optional]
36
- **obsoletes_dist** | [**AnyType**](.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** | [**AnyType**](.md) | A JSON list containing some dependency in the system that the distribution is to be used. | [optional]
38
- **classifiers** | [**AnyType**](.md) | A JSON list containing classification values for a Python package. | [optional]
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 [AnyType] :project_urls A dictionary of labels and URLs for the project.
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 [AnyType] :requires_dist A JSON list containing names of some other distutils project required by this distribution.
49
- # @option opts [AnyType] :provides_dist A JSON list containing names of a Distutils project which is contained within this distribution.
50
- # @option opts [AnyType] :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 [AnyType] :requires_external A JSON list containing some dependency in the system that the distribution is to be used.
52
- # @option opts [AnyType] :classifiers A JSON list containing classification values for a Python package.
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 [AnyType] :project_urls A dictionary of labels and URLs for the project.
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 [AnyType] :requires_dist A JSON list containing names of some other distutils project required by this distribution.
86
- # @option opts [AnyType] :provides_dist A JSON list containing names of a Distutils project which is contained within this distribution.
87
- # @option opts [AnyType] :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 [AnyType] :requires_external A JSON list containing some dependency in the system that the distribution is to be used.
89
- # @option opts [AnyType] :classifiers A JSON list containing classification values for a Python package.
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' => :'AnyType',
44
- :'releases' => :'AnyType',
45
- :'urls' => :'AnyType'
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' => :'AnyType',
159
+ :'project_urls' => :'Object',
160
160
  :'platform' => :'String',
161
161
  :'supported_platform' => :'String',
162
- :'requires_dist' => :'AnyType',
163
- :'provides_dist' => :'AnyType',
164
- :'obsoletes_dist' => :'AnyType',
165
- :'requires_external' => :'AnyType',
166
- :'classifiers' => :'AnyType'
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' => :'AnyType',
178
+ :'project_urls' => :'Object',
179
179
  :'platform' => :'String',
180
180
  :'supported_platform' => :'String',
181
- :'requires_dist' => :'AnyType',
182
- :'provides_dist' => :'AnyType',
183
- :'obsoletes_dist' => :'AnyType',
184
- :'requires_external' => :'AnyType',
185
- :'classifiers' => :'AnyType'
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
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.12.4'
14
+ VERSION = '3.12.6'
15
15
  end
@@ -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 [AnyType] :project_urls A dictionary of labels and URLs for the project.
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 [AnyType] :requires_dist A JSON list containing names of some other distutils project required by this distribution.
63
- # @option opts [AnyType] :provides_dist A JSON list containing names of a Distutils project which is contained within this distribution.
64
- # @option opts [AnyType] :obsoletes_dist A JSON list containing names of a distutils project&#39;s distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
65
- # @option opts [AnyType] :requires_external A JSON list containing some dependency in the system that the distribution is to be used.
66
- # @option opts [AnyType] :classifiers A JSON list containing classification values for a Python package.
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&#39;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
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: 2024-10-14 00:00:00.000000000 Z
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/distributions_pypi_api_spec.rb
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/pypi_api_spec.rb
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/python_python_remote_response_spec.rb
285
- - spec/models/set_label_response_spec.rb
286
- - spec/models/content_summary_response_spec.rb
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/unset_label_spec.rb
295
- - spec/models/paginatedpython_python_publication_response_list_spec.rb
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/package_upload_task_response_spec.rb
298
- - spec/models/my_permissions_response_spec.rb
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/patchedpython_python_distribution_spec.rb
303
- - spec/models/package_types_enum_spec.rb
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/unset_label_response_spec.rb
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/python_python_repository_spec.rb
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