pulp_rpm_client 3.26.2 → 3.26.3
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/Copy.md +1 -1
- data/docs/PatchedrpmRpmRepository.md +1 -1
- data/docs/RpmModulemd.md +3 -3
- data/docs/RpmModulemdDefaults.md +1 -1
- data/docs/RpmModulemdDefaultsResponse.md +1 -1
- data/docs/RpmModulemdResponse.md +3 -3
- data/docs/RpmPackageCategoryResponse.md +3 -3
- data/docs/RpmPackageEnvironmentResponse.md +4 -4
- data/docs/RpmPackageGroupResponse.md +3 -3
- data/docs/RpmPackageLangpacksResponse.md +1 -1
- data/docs/RpmPackageResponse.md +10 -10
- 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/docs/RpmUpdateCollection.md +1 -1
- data/docs/RpmUpdateCollectionResponse.md +1 -1
- data/lib/pulp_rpm_client/models/copy.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +4 -4
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +10 -10
- 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/models/rpm_update_collection.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_collection_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: c4b2bc5cab740800caa565087b5ce1a1e62a31fce98ae097586e1988f745f6dd
|
|
4
|
+
data.tar.gz: 36da048f4049c1cb54ccbac8c42619bf1648ac28a638ae09fce653006cd8a563
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c377d7ee25690c6b66756a10d42d1b74671e67f3bb5f3c2aa3427bae989f2b39acc9e346e08ddd5531455e12ae823ad1803aa31b9bbc9e9b700f0231e0872f8
|
|
7
|
+
data.tar.gz: bb6941df2242385f8f9315e8a0a13c9715205d0a4c98f9ed8b60d3cc1d3d0906be08ad123b39e967d1997915b2433893b0f99c2957019bac12b194980b5e44fa
|
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.
|
|
10
|
+
- Package version: 3.26.3
|
|
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_rpm_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_rpm_client-3.26.
|
|
27
|
+
gem install ./pulp_rpm_client-3.26.3.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.26.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.26.3.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_rpm_client', '~> 3.26.
|
|
36
|
+
gem 'pulp_rpm_client', '~> 3.26.3'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
data/docs/Copy.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**config** | [**
|
|
7
|
+
**config** | [**Object**](.md) | A JSON document describing sources, destinations, and content to be copied |
|
|
8
8
|
**dependency_solving** | **Boolean** | Also copy dependencies of the content being copied. | [optional] [default to true]
|
|
9
9
|
|
|
10
10
|
## Code Sample
|
|
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
|
|
|
17
17
|
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
|
|
18
18
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
|
19
19
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
|
20
|
-
**repo_config** | [**
|
|
20
|
+
**repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
|
|
21
21
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
|
22
22
|
|
|
23
23
|
## Code Sample
|
data/docs/RpmModulemd.md
CHANGED
|
@@ -11,11 +11,11 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**static_context** | **Boolean** | Modulemd static-context flag. | [optional]
|
|
12
12
|
**context** | **String** | Modulemd context. |
|
|
13
13
|
**arch** | **String** | Modulemd architecture. |
|
|
14
|
-
**artifacts** | [**
|
|
15
|
-
**dependencies** | [**
|
|
14
|
+
**artifacts** | [**Object**](.md) | Modulemd artifacts. |
|
|
15
|
+
**dependencies** | [**Object**](.md) | Modulemd dependencies. |
|
|
16
16
|
**packages** | **Array<String>** | Modulemd artifacts' packages. | [optional]
|
|
17
17
|
**snippet** | **String** | Modulemd snippet |
|
|
18
|
-
**profiles** | [**
|
|
18
|
+
**profiles** | [**Object**](.md) | Modulemd profiles. |
|
|
19
19
|
**description** | **String** | Description of module. |
|
|
20
20
|
|
|
21
21
|
## Code Sample
|
data/docs/RpmModulemdDefaults.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
|
8
8
|
**_module** | **String** | Modulemd name. |
|
|
9
9
|
**stream** | **String** | Modulemd default stream. |
|
|
10
|
-
**profiles** | [**
|
|
10
|
+
**profiles** | [**Object**](.md) | Default profiles for modulemd streams. |
|
|
11
11
|
**snippet** | **String** | Modulemd default snippet |
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
11
11
|
**_module** | **String** | Modulemd name. |
|
|
12
12
|
**stream** | **String** | Modulemd default stream. |
|
|
13
|
-
**profiles** | [**
|
|
13
|
+
**profiles** | [**Object**](.md) | Default profiles for modulemd streams. |
|
|
14
14
|
|
|
15
15
|
## Code Sample
|
|
16
16
|
|
data/docs/RpmModulemdResponse.md
CHANGED
|
@@ -14,10 +14,10 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**static_context** | **Boolean** | Modulemd static-context flag. | [optional]
|
|
15
15
|
**context** | **String** | Modulemd context. |
|
|
16
16
|
**arch** | **String** | Modulemd architecture. |
|
|
17
|
-
**artifacts** | [**
|
|
18
|
-
**dependencies** | [**
|
|
17
|
+
**artifacts** | [**Object**](.md) | Modulemd artifacts. |
|
|
18
|
+
**dependencies** | [**Object**](.md) | Modulemd dependencies. |
|
|
19
19
|
**packages** | **Array<String>** | Modulemd artifacts' packages. | [optional]
|
|
20
|
-
**profiles** | [**
|
|
20
|
+
**profiles** | [**Object**](.md) | Modulemd profiles. |
|
|
21
21
|
**description** | **String** | Description of module. |
|
|
22
22
|
|
|
23
23
|
## Code Sample
|
|
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**name** | **String** | Category name. |
|
|
13
13
|
**description** | **String** | Category description. |
|
|
14
14
|
**display_order** | **Integer** | Category display order. |
|
|
15
|
-
**group_ids** | [**
|
|
16
|
-
**desc_by_lang** | [**
|
|
17
|
-
**name_by_lang** | [**
|
|
15
|
+
**group_ids** | [**Object**](.md) | Category group list. |
|
|
16
|
+
**desc_by_lang** | [**Object**](.md) | Category description by language. |
|
|
17
|
+
**name_by_lang** | [**Object**](.md) | Category name by language. |
|
|
18
18
|
**digest** | **String** | Category digest. |
|
|
19
19
|
|
|
20
20
|
## Code Sample
|
|
@@ -12,10 +12,10 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**name** | **String** | Environment name. |
|
|
13
13
|
**description** | **String** | Environment description. |
|
|
14
14
|
**display_order** | **Integer** | Environment display order. |
|
|
15
|
-
**group_ids** | [**
|
|
16
|
-
**option_ids** | [**
|
|
17
|
-
**desc_by_lang** | [**
|
|
18
|
-
**name_by_lang** | [**
|
|
15
|
+
**group_ids** | [**Object**](.md) | Environment group list. |
|
|
16
|
+
**option_ids** | [**Object**](.md) | Environment option ids |
|
|
17
|
+
**desc_by_lang** | [**Object**](.md) | Environment description by language. |
|
|
18
|
+
**name_by_lang** | [**Object**](.md) | Environment name by language. |
|
|
19
19
|
**digest** | **String** | Environment digest. |
|
|
20
20
|
|
|
21
21
|
## Code Sample
|
|
@@ -14,10 +14,10 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**display_order** | **Integer** | PackageGroup display order. |
|
|
15
15
|
**name** | **String** | PackageGroup name. |
|
|
16
16
|
**description** | **String** | PackageGroup description. |
|
|
17
|
-
**packages** | [**
|
|
17
|
+
**packages** | [**Object**](.md) | PackageGroup package list. |
|
|
18
18
|
**biarch_only** | **Boolean** | PackageGroup biarch only. | [optional]
|
|
19
|
-
**desc_by_lang** | [**
|
|
20
|
-
**name_by_lang** | [**
|
|
19
|
+
**desc_by_lang** | [**Object**](.md) | PackageGroup description by language. |
|
|
20
|
+
**name_by_lang** | [**Object**](.md) | PackageGroup name by language. |
|
|
21
21
|
**digest** | **String** | PackageGroup digest. |
|
|
22
22
|
|
|
23
23
|
## Code Sample
|
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
9
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
11
|
-
**matches** | [**
|
|
11
|
+
**matches** | [**Object**](.md) | Langpacks matches. |
|
|
12
12
|
**digest** | **String** | Langpacks digest. |
|
|
13
13
|
|
|
14
14
|
## Code Sample
|
data/docs/RpmPackageResponse.md
CHANGED
|
@@ -25,16 +25,16 @@ Name | Type | Description | Notes
|
|
|
25
25
|
**summary** | **String** | Short description of the packaged software | [optional] [readonly]
|
|
26
26
|
**description** | **String** | In-depth description of the packaged software | [optional] [readonly]
|
|
27
27
|
**url** | **String** | URL with more information about the packaged software | [optional] [readonly]
|
|
28
|
-
**changelogs** | [**
|
|
29
|
-
**files** | [**
|
|
30
|
-
**requires** | [**
|
|
31
|
-
**provides** | [**
|
|
32
|
-
**conflicts** | [**
|
|
33
|
-
**obsoletes** | [**
|
|
34
|
-
**suggests** | [**
|
|
35
|
-
**enhances** | [**
|
|
36
|
-
**recommends** | [**
|
|
37
|
-
**supplements** | [**
|
|
28
|
+
**changelogs** | [**Object**](.md) | Changelogs that package contains | [optional] [readonly]
|
|
29
|
+
**files** | [**Object**](.md) | Files that package contains | [optional] [readonly]
|
|
30
|
+
**requires** | [**Object**](.md) | Capabilities the package requires | [optional] [readonly]
|
|
31
|
+
**provides** | [**Object**](.md) | Capabilities the package provides | [optional] [readonly]
|
|
32
|
+
**conflicts** | [**Object**](.md) | Capabilities the package conflicts | [optional] [readonly]
|
|
33
|
+
**obsoletes** | [**Object**](.md) | Capabilities the package obsoletes | [optional] [readonly]
|
|
34
|
+
**suggests** | [**Object**](.md) | Capabilities the package suggests | [optional] [readonly]
|
|
35
|
+
**enhances** | [**Object**](.md) | Capabilities the package enhances | [optional] [readonly]
|
|
36
|
+
**recommends** | [**Object**](.md) | Capabilities the package recommends | [optional] [readonly]
|
|
37
|
+
**supplements** | [**Object**](.md) | Capabilities the package supplements | [optional] [readonly]
|
|
38
38
|
**location_base** | **String** | Base location of this package | [optional] [readonly]
|
|
39
39
|
**location_href** | **String** | Relative location of package to the repodata | [optional] [readonly]
|
|
40
40
|
**rpm_buildhost** | **String** | Hostname of the system that built the package | [optional] [readonly]
|
data/docs/RpmRpmPublication.md
CHANGED
|
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: The checksum type for packages. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
|
|
12
12
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
|
13
13
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
|
14
|
-
**repo_config** | [**
|
|
14
|
+
**repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
|
|
15
15
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
|
16
16
|
|
|
17
17
|
## Code Sample
|
|
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
|
17
17
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
|
18
18
|
**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]
|
|
19
|
-
**repo_config** | [**
|
|
19
|
+
**repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
|
|
20
20
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
|
21
21
|
|
|
22
22
|
## Code Sample
|
data/docs/RpmRpmRepository.md
CHANGED
|
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
|
|
|
17
17
|
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
|
|
18
18
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
|
19
19
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
|
20
|
-
**repo_config** | [**
|
|
20
|
+
**repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
|
|
21
21
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
|
22
22
|
|
|
23
23
|
## Code Sample
|
|
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
|
|
24
24
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
|
25
25
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
|
26
26
|
**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]
|
|
27
|
-
**repo_config** | [**
|
|
27
|
+
**repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
|
|
28
28
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
|
29
29
|
|
|
30
30
|
## Code Sample
|
data/docs/RpmUpdateCollection.md
CHANGED
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**name** | **String** | Collection name. |
|
|
8
8
|
**shortname** | **String** | Collection short name. |
|
|
9
|
-
**_module** | [**
|
|
9
|
+
**_module** | [**Object**](.md) | Collection modular NSVCA. |
|
|
10
10
|
|
|
11
11
|
## Code Sample
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**name** | **String** | Collection name. |
|
|
8
8
|
**shortname** | **String** | Collection short name. |
|
|
9
|
-
**_module** | [**
|
|
9
|
+
**_module** | [**Object**](.md) | Collection modular NSVCA. |
|
|
10
10
|
**packages** | **Array<Object>** | List of packages | [optional] [readonly]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
@@ -96,7 +96,7 @@ module PulpRpmClient
|
|
|
96
96
|
:'package_checksum_type' => :'PackageChecksumTypeEnum',
|
|
97
97
|
:'gpgcheck' => :'Integer',
|
|
98
98
|
:'repo_gpgcheck' => :'Integer',
|
|
99
|
-
:'repo_config' => :'
|
|
99
|
+
:'repo_config' => :'Object',
|
|
100
100
|
:'compression_type' => :'CompressionTypeEnum'
|
|
101
101
|
}
|
|
102
102
|
end
|
|
@@ -83,11 +83,11 @@ module PulpRpmClient
|
|
|
83
83
|
:'static_context' => :'Boolean',
|
|
84
84
|
:'context' => :'String',
|
|
85
85
|
:'arch' => :'String',
|
|
86
|
-
:'artifacts' => :'
|
|
87
|
-
:'dependencies' => :'
|
|
86
|
+
:'artifacts' => :'Object',
|
|
87
|
+
:'dependencies' => :'Object',
|
|
88
88
|
:'packages' => :'Array<String>',
|
|
89
89
|
:'snippet' => :'String',
|
|
90
|
-
:'profiles' => :'
|
|
90
|
+
:'profiles' => :'Object',
|
|
91
91
|
:'description' => :'String'
|
|
92
92
|
}
|
|
93
93
|
end
|
|
@@ -93,10 +93,10 @@ module PulpRpmClient
|
|
|
93
93
|
:'static_context' => :'Boolean',
|
|
94
94
|
:'context' => :'String',
|
|
95
95
|
:'arch' => :'String',
|
|
96
|
-
:'artifacts' => :'
|
|
97
|
-
:'dependencies' => :'
|
|
96
|
+
:'artifacts' => :'Object',
|
|
97
|
+
:'dependencies' => :'Object',
|
|
98
98
|
:'packages' => :'Array<String>',
|
|
99
|
-
:'profiles' => :'
|
|
99
|
+
:'profiles' => :'Object',
|
|
100
100
|
:'description' => :'String'
|
|
101
101
|
}
|
|
102
102
|
end
|
|
@@ -79,9 +79,9 @@ module PulpRpmClient
|
|
|
79
79
|
:'name' => :'String',
|
|
80
80
|
:'description' => :'String',
|
|
81
81
|
:'display_order' => :'Integer',
|
|
82
|
-
:'group_ids' => :'
|
|
83
|
-
:'desc_by_lang' => :'
|
|
84
|
-
:'name_by_lang' => :'
|
|
82
|
+
:'group_ids' => :'Object',
|
|
83
|
+
:'desc_by_lang' => :'Object',
|
|
84
|
+
:'name_by_lang' => :'Object',
|
|
85
85
|
:'digest' => :'String'
|
|
86
86
|
}
|
|
87
87
|
end
|
|
@@ -83,10 +83,10 @@ module PulpRpmClient
|
|
|
83
83
|
:'name' => :'String',
|
|
84
84
|
:'description' => :'String',
|
|
85
85
|
:'display_order' => :'Integer',
|
|
86
|
-
:'group_ids' => :'
|
|
87
|
-
:'option_ids' => :'
|
|
88
|
-
:'desc_by_lang' => :'
|
|
89
|
-
:'name_by_lang' => :'
|
|
86
|
+
:'group_ids' => :'Object',
|
|
87
|
+
:'option_ids' => :'Object',
|
|
88
|
+
:'desc_by_lang' => :'Object',
|
|
89
|
+
:'name_by_lang' => :'Object',
|
|
90
90
|
:'digest' => :'String'
|
|
91
91
|
}
|
|
92
92
|
end
|
|
@@ -93,10 +93,10 @@ module PulpRpmClient
|
|
|
93
93
|
:'display_order' => :'Integer',
|
|
94
94
|
:'name' => :'String',
|
|
95
95
|
:'description' => :'String',
|
|
96
|
-
:'packages' => :'
|
|
96
|
+
:'packages' => :'Object',
|
|
97
97
|
:'biarch_only' => :'Boolean',
|
|
98
|
-
:'desc_by_lang' => :'
|
|
99
|
-
:'name_by_lang' => :'
|
|
98
|
+
:'desc_by_lang' => :'Object',
|
|
99
|
+
:'name_by_lang' => :'Object',
|
|
100
100
|
:'digest' => :'String'
|
|
101
101
|
}
|
|
102
102
|
end
|
|
@@ -232,16 +232,16 @@ module PulpRpmClient
|
|
|
232
232
|
:'summary' => :'String',
|
|
233
233
|
:'description' => :'String',
|
|
234
234
|
:'url' => :'String',
|
|
235
|
-
:'changelogs' => :'
|
|
236
|
-
:'files' => :'
|
|
237
|
-
:'requires' => :'
|
|
238
|
-
:'provides' => :'
|
|
239
|
-
:'conflicts' => :'
|
|
240
|
-
:'obsoletes' => :'
|
|
241
|
-
:'suggests' => :'
|
|
242
|
-
:'enhances' => :'
|
|
243
|
-
:'recommends' => :'
|
|
244
|
-
:'supplements' => :'
|
|
235
|
+
:'changelogs' => :'Object',
|
|
236
|
+
:'files' => :'Object',
|
|
237
|
+
:'requires' => :'Object',
|
|
238
|
+
:'provides' => :'Object',
|
|
239
|
+
:'conflicts' => :'Object',
|
|
240
|
+
:'obsoletes' => :'Object',
|
|
241
|
+
:'suggests' => :'Object',
|
|
242
|
+
:'enhances' => :'Object',
|
|
243
|
+
:'recommends' => :'Object',
|
|
244
|
+
:'supplements' => :'Object',
|
|
245
245
|
:'location_base' => :'String',
|
|
246
246
|
:'location_href' => :'String',
|
|
247
247
|
:'rpm_buildhost' => :'String',
|
|
@@ -66,7 +66,7 @@ module PulpRpmClient
|
|
|
66
66
|
:'package_checksum_type' => :'PackageChecksumTypeEnum',
|
|
67
67
|
:'gpgcheck' => :'Integer',
|
|
68
68
|
:'repo_gpgcheck' => :'Integer',
|
|
69
|
-
:'repo_config' => :'
|
|
69
|
+
:'repo_config' => :'Object',
|
|
70
70
|
:'compression_type' => :'CompressionTypeEnum'
|
|
71
71
|
}
|
|
72
72
|
end
|
|
@@ -96,7 +96,7 @@ module PulpRpmClient
|
|
|
96
96
|
:'package_checksum_type' => :'PackageChecksumTypeEnum',
|
|
97
97
|
:'gpgcheck' => :'Integer',
|
|
98
98
|
:'repo_gpgcheck' => :'Integer',
|
|
99
|
-
:'repo_config' => :'
|
|
99
|
+
:'repo_config' => :'Object',
|
|
100
100
|
:'compression_type' => :'CompressionTypeEnum'
|
|
101
101
|
}
|
|
102
102
|
end
|
|
@@ -128,7 +128,7 @@ module PulpRpmClient
|
|
|
128
128
|
:'gpgcheck' => :'Integer',
|
|
129
129
|
:'repo_gpgcheck' => :'Integer',
|
|
130
130
|
:'sqlite_metadata' => :'Boolean',
|
|
131
|
-
:'repo_config' => :'
|
|
131
|
+
:'repo_config' => :'Object',
|
|
132
132
|
:'compression_type' => :'CompressionTypeEnum'
|
|
133
133
|
}
|
|
134
134
|
end
|
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.26.
|
|
4
|
+
version: 3.26.3
|
|
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-
|
|
11
|
+
date: 2024-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|