pulp_python_client 3.8.0.dev1659758552 → 3.8.0.dev1660018620

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_python_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f3a3a1621275516ce60ca2dd99fa9936e903dd3ed6641fbce286fd02f32ba5c
4
- data.tar.gz: 547bf0b5d747d03cbbc106496f545b8cb599a8824692f1b4caf698781c133784
3
+ metadata.gz: 70a6f4eec65b97657c97caf269a41988f0f2aba88873d4797b720a51185132be
4
+ data.tar.gz: 01ecec7803d1a8fc1c5c13f2256eb8b443740c6aeea264efbd51492e68034629
5
5
  SHA512:
6
- metadata.gz: b7c6d69d6215fa60df9da45b31f5a50b9ff36833893f55b1faf1819f5392ef5691dca2034d8cb9f923ba9c46fb8e57c6a53a1547c0248555472ea80b98a84074
7
- data.tar.gz: 9638afc2be45c2f1039f14ba5d08ec4df03ccd6851f548414f3a7f1cdb8c92cb82d237af072a88ac11a32ea7b9a26d5bc546dc6cff63ea79bd6012ea03a59aa3
6
+ metadata.gz: e93f5ff8e9520fbcf0c0ce0137c1af7839e56ac7d724ee2d20b77b7dfde48ce5a6190582d1afeac40b5c678c68231ddccf5f2ce1aba7876fc28921d9324e2398
7
+ data.tar.gz: bfdde7fbe005fe65e3ceec8f3454222aa15a514b1a74b2560f832af4a07029ca8a18e6611a6941b20799e2382197ac4626f307ca4ae1c874c91fc873c03f3038
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.8.0.dev1659758552
10
+ - Package version: 3.8.0.dev1660018620
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_python_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_python_client-3.8.0.dev1659758552.gem
27
+ gem install ./pulp_python_client-3.8.0.dev1660018620.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.8.0.dev1659758552.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.8.0.dev1660018620.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_python_client', '~> 3.8.0.dev1659758552'
36
+ gem 'pulp_python_client', '~> 3.8.0.dev1660018620'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -154,7 +154,7 @@ module PulpPythonClient
154
154
  case value
155
155
  when ::File, ::Tempfile
156
156
  # TODO hardcode to application/octet-stream, need better way to detect content type
157
- data[key] = Faraday::UploadIO.new(value.path, 'application/octet-stream', value.path)
157
+ data[key] = Faraday::FilePart.new(value.path, 'application/octet-stream', value.path)
158
158
  when ::Array, nil
159
159
  # let Faraday handle Array and nil parameters
160
160
  data[key] = value
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.8.0.dev1659758552'
14
+ VERSION = '3.8.0.dev1660018620'
15
15
  end
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  s.license = 'GPLv2+'
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
- s.add_runtime_dependency 'faraday', '>= 0.17', '< 1.9.0'
30
+ s.add_runtime_dependency 'faraday', '>= 0.17', '< 2.0'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
32
 
33
33
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_python_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0.dev1659758552
4
+ version: 3.8.0.dev1660018620
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-06 00:00:00.000000000 Z
11
+ date: 2022-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '0.17'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: 1.9.0
22
+ version: '2.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '0.17'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: 1.9.0
32
+ version: '2.0'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: json
35
35
  requirement: !ruby/object:Gem::Requirement