pulp_rpm_client 3.13.1 → 3.13.2
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/build/lib/pulpcore/client/pulp_rpm/__init__.py +1 -1
- data/build/lib/pulpcore/client/pulp_rpm/api_client.py +1 -1
- data/build/lib/pulpcore/client/pulp_rpm/configuration.py +1 -1
- data/dist/pulp_rpm-client-3.13.2.tar.gz +0 -0
- data/dist/{pulp_rpm_client-3.13.1-py3-none-any.whl → pulp_rpm_client-3.13.2-py3-none-any.whl} +0 -0
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/pulp_rpm_client.egg-info/PKG-INFO +1 -1
- data/pulpcore/client/pulp_rpm/__init__.py +1 -1
- data/pulpcore/client/pulp_rpm/api_client.py +1 -1
- data/pulpcore/client/pulp_rpm/configuration.py +1 -1
- data/setup.py +1 -1
- metadata +3 -3
- data/dist/pulp_rpm-client-3.13.1.tar.gz +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9ebae42136adb5650c05a462f23194267a80c23dd0bc4b2b212a2d646f5670d
|
|
4
|
+
data.tar.gz: 909868caddb0cafc7981816eab5d8787caca0342f7e745f17bc178da34ce36fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 131c740ab6be625936773a7a36e2546a0dcbaddaa9ca0fa0240ad0b61cf92cdad961d8026c843d71ad9f05fe0a2905705eee7937c8eef75f67da17f8d7a74dc6
|
|
7
|
+
data.tar.gz: ff7c36c85dbd925006771f7d15b2d7ce335af6c76208dafb2178e215b81ee3f7d5f521e6b2e1ebe8767a7ec86fc30dff2107b1eac62287ab68d8eefe765ad84a
|
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.13.
|
|
10
|
+
- Package version: 3.13.2
|
|
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.13.
|
|
27
|
+
gem install ./pulp_rpm_client-3.13.2.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.13.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.13.2.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.13.
|
|
36
|
+
gem 'pulp_rpm_client', '~> 3.13.2'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -79,7 +79,7 @@ class ApiClient(object):
|
|
|
79
79
|
self.default_headers[header_name] = header_value
|
|
80
80
|
self.cookie = cookie
|
|
81
81
|
# Set default User-Agent.
|
|
82
|
-
self.user_agent = 'OpenAPI-Generator/3.13.
|
|
82
|
+
self.user_agent = 'OpenAPI-Generator/3.13.2/python'
|
|
83
83
|
self.client_side_validation = configuration.client_side_validation
|
|
84
84
|
|
|
85
85
|
def __enter__(self):
|
|
@@ -376,7 +376,7 @@ conf = pulpcore.client.pulp_rpm.Configuration(
|
|
|
376
376
|
"OS: {env}\n"\
|
|
377
377
|
"Python Version: {pyversion}\n"\
|
|
378
378
|
"Version of the API: v3\n"\
|
|
379
|
-
"SDK Package Version: 3.13.
|
|
379
|
+
"SDK Package Version: 3.13.2".\
|
|
380
380
|
format(env=sys.platform, pyversion=sys.version)
|
|
381
381
|
|
|
382
382
|
def get_host_settings(self):
|
|
Binary file
|
data/dist/{pulp_rpm_client-3.13.1-py3-none-any.whl → pulp_rpm_client-3.13.2-py3-none-any.whl}
RENAMED
|
Binary file
|
|
@@ -79,7 +79,7 @@ class ApiClient(object):
|
|
|
79
79
|
self.default_headers[header_name] = header_value
|
|
80
80
|
self.cookie = cookie
|
|
81
81
|
# Set default User-Agent.
|
|
82
|
-
self.user_agent = 'OpenAPI-Generator/3.13.
|
|
82
|
+
self.user_agent = 'OpenAPI-Generator/3.13.2/python'
|
|
83
83
|
self.client_side_validation = configuration.client_side_validation
|
|
84
84
|
|
|
85
85
|
def __enter__(self):
|
|
@@ -376,7 +376,7 @@ conf = pulpcore.client.pulp_rpm.Configuration(
|
|
|
376
376
|
"OS: {env}\n"\
|
|
377
377
|
"Python Version: {pyversion}\n"\
|
|
378
378
|
"Version of the API: v3\n"\
|
|
379
|
-
"SDK Package Version: 3.13.
|
|
379
|
+
"SDK Package Version: 3.13.2".\
|
|
380
380
|
format(env=sys.platform, pyversion=sys.version)
|
|
381
381
|
|
|
382
382
|
def get_host_settings(self):
|
data/setup.py
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_rpm_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.13.
|
|
4
|
+
version: 3.13.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -164,8 +164,8 @@ files:
|
|
|
164
164
|
- build/lib/pulpcore/client/pulp_rpm/models/skip_types_enum.py
|
|
165
165
|
- build/lib/pulpcore/client/pulp_rpm/models/variant_response.py
|
|
166
166
|
- build/lib/pulpcore/client/pulp_rpm/rest.py
|
|
167
|
-
- dist/pulp_rpm-client-3.13.
|
|
168
|
-
- dist/pulp_rpm_client-3.13.
|
|
167
|
+
- dist/pulp_rpm-client-3.13.2.tar.gz
|
|
168
|
+
- dist/pulp_rpm_client-3.13.2-py3-none-any.whl
|
|
169
169
|
- docs/AddonResponse.md
|
|
170
170
|
- docs/ArtifactResponse.md
|
|
171
171
|
- docs/AsyncOperationResponse.md
|
|
Binary file
|