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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b0e9c173b029956a4b708211e636b5d2fda497fbeb5594bc3476443c4719d3f
4
- data.tar.gz: eb7c1ada1f1392203844d5b57a3603e610a50374546904a725dbbcb5ca516f99
3
+ metadata.gz: d9ebae42136adb5650c05a462f23194267a80c23dd0bc4b2b212a2d646f5670d
4
+ data.tar.gz: 909868caddb0cafc7981816eab5d8787caca0342f7e745f17bc178da34ce36fa
5
5
  SHA512:
6
- metadata.gz: 0a5e26539fbcd9dc22ce3792f949c3f9939b6bab901360d28a05f7da2eaab5cdeebed429db06bbb45d6c10db1ac774869f11316cf95fbcfe179a27b4d905a280
7
- data.tar.gz: 9b7e3dddd89821310fa08345382c72cd9ef5c8165f728ed423745b561870b5ebecf12ad0f08364052a9f0f005c816c7f7ebc3ca657ab841c657df654800fe7af
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.1
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.1.gem
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.1.gem` to install the development dependencies)
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.1'
36
+ gem 'pulp_rpm_client', '~> 3.13.2'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -15,7 +15,7 @@
15
15
 
16
16
  from __future__ import absolute_import
17
17
 
18
- __version__ = "3.13.1"
18
+ __version__ = "3.13.2"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_rpm.api.content_advisories_api import ContentAdvisoriesApi
@@ -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.1/python'
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.1".\
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
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.13.1'
14
+ VERSION = '3.13.2'
15
15
  end
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp-rpm-client
3
- Version: 3.13.1
3
+ Version: 3.13.2
4
4
  Summary: Pulp 3 API
5
5
  Home-page: UNKNOWN
6
6
  Author: Pulp Team
@@ -15,7 +15,7 @@
15
15
 
16
16
  from __future__ import absolute_import
17
17
 
18
- __version__ = "3.13.1"
18
+ __version__ = "3.13.2"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_rpm.api.content_advisories_api import ContentAdvisoriesApi
@@ -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.1/python'
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.1".\
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
@@ -14,7 +14,7 @@
14
14
  from setuptools import setup, find_packages # noqa: H301
15
15
 
16
16
  NAME = "pulp_rpm-client"
17
- VERSION = "3.13.1"
17
+ VERSION = "3.13.2"
18
18
  # To install the library, run the following
19
19
  #
20
20
  # python setup.py install
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.1
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.1.tar.gz
168
- - dist/pulp_rpm_client-3.13.1-py3-none-any.whl
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