pulp_rpm_client 3.33.0 → 3.34.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/PatchedrpmRpmRepository.md +1 -1
- data/docs/RpmRpmPublication.md +1 -1
- data/docs/RpmRpmPublicationResponse.md +1 -1
- data/docs/RpmRpmRepository.md +1 -1
- data/docs/RpmRpmRepositoryResponse.md +1 -1
- data/lib/pulp_rpm_client/models/layout_enum.rb +3 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +1 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c6f1b0ebfb85f06e44b64c432e84c06a1a3aabbb084b127e6499871c3c94f32
|
|
4
|
+
data.tar.gz: 8007b8ea2a4bb8991a905687f084e48e4cf60b75ce5e62602698f57fdce4fe0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96eb35a5331044990e451909f49618799d59904e4eee9a3d8b1931065f66aa632491d363f0eaec9089c11863ece571f05820b8ce9e6d833cbe1685212fceb4a8
|
|
7
|
+
data.tar.gz: 1bfa8c463495708365936b266a1ffa2bfb8de6dde059e6c82685eeab611c193428d33aa8a5bbc2aa872813c8ce1f5a5ff5dd8251bd820f316e45ead96e95ec49
|
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.
|
|
10
|
+
- Package version: 3.34.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_rpm_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_rpm_client-3.
|
|
28
|
+
gem install ./pulp_rpm_client-3.34.0.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.34.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_rpm_client', '~> 3.
|
|
37
|
+
gem 'pulp_rpm_client', '~> 3.34.0'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
|
18
18
|
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
|
19
19
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
|
20
|
-
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
|
20
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest * `nested_by_both` - nested_by_both | [optional] |
|
|
21
21
|
|
|
22
22
|
## Example
|
|
23
23
|
|
data/docs/RpmRpmPublication.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type used during repo publishes. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
|
11
11
|
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
|
12
12
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
|
13
|
-
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
|
13
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest * `nested_by_both` - nested_by_both | [optional] |
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operational since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
|
20
20
|
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
|
21
21
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
|
22
|
-
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
|
22
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest * `nested_by_both` - nested_by_both | [optional] |
|
|
23
23
|
|
|
24
24
|
## Example
|
|
25
25
|
|
data/docs/RpmRpmRepository.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
|
18
18
|
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
|
19
19
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
|
20
|
-
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
|
20
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest * `nested_by_both` - nested_by_both | [optional] |
|
|
21
21
|
|
|
22
22
|
## Example
|
|
23
23
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
|
29
29
|
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
|
30
30
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
|
31
|
-
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
|
31
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest * `nested_by_both` - nested_by_both | [optional] |
|
|
32
32
|
|
|
33
33
|
## Example
|
|
34
34
|
|
|
@@ -17,9 +17,11 @@ module PulpRpmClient
|
|
|
17
17
|
class LayoutEnum
|
|
18
18
|
NESTED_ALPHABETICALLY = "nested_alphabetically".freeze
|
|
19
19
|
FLAT = "flat".freeze
|
|
20
|
+
NESTED_BY_DIGEST = "nested_by_digest".freeze
|
|
21
|
+
NESTED_BY_BOTH = "nested_by_both".freeze
|
|
20
22
|
|
|
21
23
|
def self.all_vars
|
|
22
|
-
@all_vars ||= [NESTED_ALPHABETICALLY, FLAT].freeze
|
|
24
|
+
@all_vars ||= [NESTED_ALPHABETICALLY, FLAT, NESTED_BY_DIGEST, NESTED_BY_BOTH].freeze
|
|
23
25
|
end
|
|
24
26
|
|
|
25
27
|
# Builds the enum from string
|
|
@@ -54,7 +54,7 @@ module PulpRpmClient
|
|
|
54
54
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
|
|
55
55
|
attr_accessor :compression_type
|
|
56
56
|
|
|
57
|
-
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat
|
|
57
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest * `nested_by_both` - nested_by_both
|
|
58
58
|
attr_accessor :layout
|
|
59
59
|
|
|
60
60
|
class EnumAttributeValidator
|
|
@@ -32,7 +32,7 @@ module PulpRpmClient
|
|
|
32
32
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
|
|
33
33
|
attr_accessor :compression_type
|
|
34
34
|
|
|
35
|
-
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat
|
|
35
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest * `nested_by_both` - nested_by_both
|
|
36
36
|
attr_accessor :layout
|
|
37
37
|
|
|
38
38
|
class EnumAttributeValidator
|
|
@@ -58,7 +58,7 @@ module PulpRpmClient
|
|
|
58
58
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
|
|
59
59
|
attr_accessor :compression_type
|
|
60
60
|
|
|
61
|
-
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat
|
|
61
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest * `nested_by_both` - nested_by_both
|
|
62
62
|
attr_accessor :layout
|
|
63
63
|
|
|
64
64
|
class EnumAttributeValidator
|
|
@@ -54,7 +54,7 @@ module PulpRpmClient
|
|
|
54
54
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
|
|
55
55
|
attr_accessor :compression_type
|
|
56
56
|
|
|
57
|
-
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat
|
|
57
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest * `nested_by_both` - nested_by_both
|
|
58
58
|
attr_accessor :layout
|
|
59
59
|
|
|
60
60
|
class EnumAttributeValidator
|
|
@@ -84,7 +84,7 @@ module PulpRpmClient
|
|
|
84
84
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
|
|
85
85
|
attr_accessor :compression_type
|
|
86
86
|
|
|
87
|
-
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat
|
|
87
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest * `nested_by_both` - nested_by_both
|
|
88
88
|
attr_accessor :layout
|
|
89
89
|
|
|
90
90
|
class EnumAttributeValidator
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_rpm_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.34.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:
|
|
11
|
+
date: 2026-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|