pulp_rpm_client 3.13.0 → 3.13.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 476fbdcc2bcba79144fb9ca6a197637f569cd9c20a252b7f6165dc530262e890
4
- data.tar.gz: dd7ef85e30cc53aa06e0e9a8ce7273d9eab1aabc6cc23c7bf85d4ba126a0c9f0
3
+ metadata.gz: 3b0e9c173b029956a4b708211e636b5d2fda497fbeb5594bc3476443c4719d3f
4
+ data.tar.gz: eb7c1ada1f1392203844d5b57a3603e610a50374546904a725dbbcb5ca516f99
5
5
  SHA512:
6
- metadata.gz: 28544b5343120ec8992b3aa26b919871ba3fdf53b7289c1f6679c6e41bd2408246d8b98e3527c9aa849a3916da0803c1e9f55634640ea42fa5caf90be643b18f
7
- data.tar.gz: e102fbe7d5ada7a3048008de6833f97621bee66be63f3e5f3e46c9f18c9a8746df4ac24f231526c4e782faf10ba39e02eae1a421062c2912b5cc3225d1e40c1c
6
+ metadata.gz: 0a5e26539fbcd9dc22ce3792f949c3f9939b6bab901360d28a05f7da2eaab5cdeebed429db06bbb45d6c10db1ac774869f11316cf95fbcfe179a27b4d905a280
7
+ data.tar.gz: 9b7e3dddd89821310fa08345382c72cd9ef5c8165f728ed423745b561870b5ebecf12ad0f08364052a9f0f005c816c7f7ebc3ca657ab841c657df654800fe7af
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.0
10
+ - Package version: 3.13.1
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.0.gem
27
+ gem install ./pulp_rpm_client-3.13.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.13.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.13.1.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.0'
36
+ gem 'pulp_rpm_client', '~> 3.13.1'
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.0"
18
+ __version__ = "3.13.1"
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.0/python'
82
+ self.user_agent = 'OpenAPI-Generator/3.13.1/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.0".\
379
+ "SDK Package Version: 3.13.1".\
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.0'
14
+ VERSION = '3.13.1'
15
15
  end
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp-rpm-client
3
- Version: 3.13.0
3
+ Version: 3.13.1
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.0"
18
+ __version__ = "3.13.1"
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.0/python'
82
+ self.user_agent = 'OpenAPI-Generator/3.13.1/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.0".\
379
+ "SDK Package Version: 3.13.1".\
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.0"
17
+ VERSION = "3.13.1"
18
18
  # To install the library, run the following
19
19
  #
20
20
  # python setup.py install
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.13.0
4
+ version: 3.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-17 00:00:00.000000000 Z
11
+ date: 2021-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -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.0.tar.gz
168
- - dist/pulp_rpm_client-3.13.0-py3-none-any.whl
167
+ - dist/pulp_rpm-client-3.13.1.tar.gz
168
+ - dist/pulp_rpm_client-3.13.1-py3-none-any.whl
169
169
  - docs/AddonResponse.md
170
170
  - docs/ArtifactResponse.md
171
171
  - docs/AsyncOperationResponse.md
Binary file