pulp_python_client 3.26.1 → 3.27.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa87c01411ec5abfa48b6f5335a0ddaf21e013629ed8422f7184d70ce7bdd2ea
4
- data.tar.gz: 294a66def195f27899d8a8cffea8ed369ed8e47afcf32b334995d36b84bdcacb
3
+ metadata.gz: 576afc4052ed0ca5f0c0190c81c88ff79e4ef619a7c82a16e210f757fe7c789a
4
+ data.tar.gz: 4c157d03cd7ed4db4053c196170967a62d1ecfb96f975f58292fbbb6364e9df3
5
5
  SHA512:
6
- metadata.gz: fed78601fb897624f76858376d1da77dc8e89c12df3c00b0edea5c830f2a6e716633a83d317ca8bee79a1fd0b9b8b443c726d0784f9bbc23b54eaa3eb889c1e0
7
- data.tar.gz: 2156c58ff99d5897978831864dbe168849f4318ffc40a6b5e41ec315ad732c9ae43440bcbe1f640b6589e1d1e893842466ee1339284d1a0231d1aa82d54b211c
6
+ metadata.gz: 346e26cce89bcb06571450b11a4720536dd8355c7e0974d984f1a9d98bd42150960684592c9c53943e35ac28ab0965a6ddb0fa8911e7cad5b6f5d47273bdc564
7
+ data.tar.gz: cc8aafcd159103db6c1a675cb07ad49711877bdbf29e802614a2f5262e3b86d1a680711ca62d65787d88a54e82d909ef724577676ed5a81c74f690f32dc4dfb0
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.26.1
10
+ - Package version: 3.27.0
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_python_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_python_client-3.26.1.gem
28
+ gem install ./pulp_python_client-3.27.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_python_client-3.26.1.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_python_client-3.27.0.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_python_client', '~> 3.26.1'
37
+ gem 'pulp_python_client', '~> 3.27.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -10,7 +10,7 @@
10
10
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
11
11
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
12
12
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
- | **publication** | **String** | Publication to be served | [optional] |
13
+ | **publication** | **String** | Publication to be served. [Deprecated] | [optional] |
14
14
  | **repository_version** | **String** | RepositoryVersion to be served. | [optional] |
15
15
  | **allow_uploads** | **Boolean** | Allow packages to be uploaded to this index. | [optional][default to true] |
16
16
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] |
@@ -9,7 +9,7 @@
9
9
  | **description** | **String** | An optional description. | [optional] |
10
10
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
11
11
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
12
- | **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional][default to false] |
12
+ | **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional][default to false] |
13
13
 
14
14
  ## Example
15
15
 
@@ -170,7 +170,7 @@ end
170
170
 
171
171
  Delete a python publication
172
172
 
173
- Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
173
+ 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.
174
174
 
175
175
  ### Examples
176
176
 
@@ -243,7 +243,7 @@ nil (empty response body)
243
243
 
244
244
  List python publications
245
245
 
246
- Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
246
+ 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.
247
247
 
248
248
  ### Examples
249
249
 
@@ -513,7 +513,7 @@ end
513
513
 
514
514
  Inspect a python publication
515
515
 
516
- Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
516
+ 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.
517
517
 
518
518
  ### Examples
519
519
 
@@ -10,7 +10,7 @@
10
10
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
11
11
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
12
12
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
- | **publication** | **String** | Publication to be served | [optional] |
13
+ | **publication** | **String** | Publication to be served. [Deprecated] | [optional] |
14
14
  | **repository_version** | **String** | RepositoryVersion to be served. | [optional] |
15
15
  | **allow_uploads** | **Boolean** | Allow packages to be uploaded to this index. | [optional][default to true] |
16
16
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] |
@@ -16,7 +16,7 @@
16
16
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
17
17
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
18
18
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
19
- | **publication** | **String** | Publication to be served | [optional] |
19
+ | **publication** | **String** | Publication to be served. [Deprecated] | [optional] |
20
20
  | **repository_version** | **String** | RepositoryVersion to be served. | [optional] |
21
21
  | **allow_uploads** | **Boolean** | Allow packages to be uploaded to this index. | [optional][default to true] |
22
22
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] |
@@ -9,7 +9,7 @@
9
9
  | **description** | **String** | An optional description. | [optional] |
10
10
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
11
11
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
12
- | **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional][default to false] |
12
+ | **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional][default to false] |
13
13
 
14
14
  ## Example
15
15
 
@@ -15,7 +15,7 @@
15
15
  | **description** | **String** | An optional description. | [optional] |
16
16
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
17
17
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
18
- | **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional][default to false] |
18
+ | **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional][default to false] |
19
19
 
20
20
  ## Example
21
21
 
@@ -168,7 +168,7 @@ module PulpPythonClient
168
168
  end
169
169
 
170
170
  # Delete a python publication
171
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
171
+ # 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.
172
172
  # @param python_python_publication_href [String]
173
173
  # @param [Hash] opts the optional parameters
174
174
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
@@ -179,7 +179,7 @@ module PulpPythonClient
179
179
  end
180
180
 
181
181
  # Delete a python publication
182
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
182
+ # 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.
183
183
  # @param python_python_publication_href [String]
184
184
  # @param [Hash] opts the optional parameters
185
185
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
@@ -232,7 +232,7 @@ module PulpPythonClient
232
232
  end
233
233
 
234
234
  # List python publications
235
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
235
+ # 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.
236
236
  # @param [Hash] opts the optional parameters
237
237
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
238
238
  # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
@@ -263,7 +263,7 @@ module PulpPythonClient
263
263
  end
264
264
 
265
265
  # List python publications
266
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
266
+ # 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.
267
267
  # @param [Hash] opts the optional parameters
268
268
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
269
269
  # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
@@ -503,7 +503,7 @@ module PulpPythonClient
503
503
  end
504
504
 
505
505
  # Inspect a python publication
506
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
506
+ # 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.
507
507
  # @param python_python_publication_href [String]
508
508
  # @param [Hash] opts the optional parameters
509
509
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
@@ -516,7 +516,7 @@ module PulpPythonClient
516
516
  end
517
517
 
518
518
  # Inspect a python publication
519
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
519
+ # 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.
520
520
  # @param python_python_publication_href [String]
521
521
  # @param [Hash] opts the optional parameters
522
522
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
@@ -33,7 +33,7 @@ module PulpPythonClient
33
33
  # The latest RepositoryVersion for this Repository will be served.
34
34
  attr_accessor :repository
35
35
 
36
- # Publication to be served
36
+ # Publication to be served. [Deprecated]
37
37
  attr_accessor :publication
38
38
 
39
39
  # RepositoryVersion to be served.
@@ -30,7 +30,7 @@ module PulpPythonClient
30
30
  # An optional remote to use by default when syncing.
31
31
  attr_accessor :remote
32
32
 
33
- # Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.
33
+ # Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated]
34
34
  attr_accessor :autopublish
35
35
 
36
36
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -33,7 +33,7 @@ module PulpPythonClient
33
33
  # The latest RepositoryVersion for this Repository will be served.
34
34
  attr_accessor :repository
35
35
 
36
- # Publication to be served
36
+ # Publication to be served. [Deprecated]
37
37
  attr_accessor :publication
38
38
 
39
39
  # RepositoryVersion to be served.
@@ -49,7 +49,7 @@ module PulpPythonClient
49
49
  # The latest RepositoryVersion for this Repository will be served.
50
50
  attr_accessor :repository
51
51
 
52
- # Publication to be served
52
+ # Publication to be served. [Deprecated]
53
53
  attr_accessor :publication
54
54
 
55
55
  # RepositoryVersion to be served.
@@ -30,7 +30,7 @@ module PulpPythonClient
30
30
  # An optional remote to use by default when syncing.
31
31
  attr_accessor :remote
32
32
 
33
- # Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.
33
+ # Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated]
34
34
  attr_accessor :autopublish
35
35
 
36
36
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -45,7 +45,7 @@ module PulpPythonClient
45
45
  # An optional remote to use by default when syncing.
46
46
  attr_accessor :remote
47
47
 
48
- # Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.
48
+ # Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated]
49
49
  attr_accessor :autopublish
50
50
 
51
51
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.26.1'
14
+ VERSION = '3.27.0'
15
15
  end
@@ -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.
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.27.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-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday