pulp_python_client 3.2.0.dev1616470951 → 3.2.0.dev1616990225

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.

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: 67c441ae3901458467783a6697f8b4a845d2315fb9c65aa0add26c431d2b55e3
4
- data.tar.gz: 53a66d96a986c1ebf8568ac00e5bfa536a5c6ba79c2beb111c900c6f7fe02afb
3
+ metadata.gz: 0c074588b1bc189073d5e0a95e7cff923d26144b3300b5c801fc9eb3d1b46f2f
4
+ data.tar.gz: 73da79fdc181ec6f3c189d54d929ff1da8a0841ca32736b88e4de3f5bdc040b7
5
5
  SHA512:
6
- metadata.gz: d62512d4afb3a4762c64ef002cc8a6b455e215d642ab28b6a1dae3f08bc79ca542a1858b43827598f5fe7e7c57cee7587264d55c28d0930f1b2be179758edd15
7
- data.tar.gz: f9454110131cadb84843dff8475703eb4a6f2ad347b0f4ccd26cc31b563c1722abbf5fc44ccd41c33ee13f97668fe303751f373a7aa4768cee8416970e59281b
6
+ metadata.gz: 5e420436aa744d5dcd888a12c5a439f4d25392edabb10c4098da845d23e20612b0784eeb0a905142aa1ef1882c72c72fee8109499c9dc31697eeee0e4c7bc488
7
+ data.tar.gz: 1e638ba432c8eb4f6a85f2865a09a95e45bf0ca2aac77f89b5cddc83853473e183a4903f58c72743479eafc54ce41de6b395c8c2c396b013de891eaffa3dd514
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.2.0.dev1616470951
10
+ - Package version: 3.2.0.dev1616990225
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.2.0.dev1616470951.gem
27
+ gem install ./pulp_python_client-3.2.0.dev1616990225.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.2.0.dev1616470951.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.2.0.dev1616990225.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.2.0.dev1616470951'
36
+ gem 'pulp_python_client', '~> 3.2.0.dev1616990225'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.2.0.dev1616470951'
14
+ VERSION = '3.2.0.dev1616990225'
15
15
  end
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.2.0.dev1616470951
4
+ version: 3.2.0.dev1616990225
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-03-23 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -211,39 +211,39 @@ specification_version: 4
211
211
  summary: Pulp 3 API Ruby Gem
212
212
  test_files:
213
213
  - spec/api/repositories_python_versions_api_spec.rb
214
+ - spec/api/remotes_python_api_spec.rb
214
215
  - spec/api/distributions_pypi_api_spec.rb
215
- - spec/api/content_packages_api_spec.rb
216
216
  - spec/api/publications_pypi_api_spec.rb
217
- - spec/api/remotes_python_api_spec.rb
218
217
  - spec/api/repositories_python_api_spec.rb
218
+ - spec/api/content_packages_api_spec.rb
219
219
  - spec/api_client_spec.rb
220
220
  - spec/configuration_spec.rb
221
- - spec/models/python_python_distribution_response_spec.rb
222
- - spec/models/content_summary_spec.rb
223
- - spec/models/async_operation_response_spec.rb
224
- - spec/models/patchedpython_python_remote_spec.rb
225
- - spec/models/python_bander_remote_spec.rb
221
+ - spec/models/paginatedpython_python_remote_response_list_spec.rb
226
222
  - spec/models/python_python_package_content_response_spec.rb
227
- - spec/models/paginatedpython_python_repository_response_list_spec.rb
228
- - spec/models/python_python_remote_response_spec.rb
229
- - spec/models/python_python_publication_response_spec.rb
230
- - spec/models/python_python_publication_spec.rb
231
- - spec/models/policy_enum_spec.rb
232
- - spec/models/content_summary_response_spec.rb
233
- - spec/models/python_python_repository_spec.rb
234
- - spec/models/paginatedpython_python_package_content_response_list_spec.rb
235
- - spec/models/repository_version_spec.rb
236
223
  - spec/models/python_python_distribution_spec.rb
237
- - spec/models/python_python_remote_spec.rb
238
224
  - spec/models/patchedpython_python_distribution_spec.rb
239
- - spec/models/paginatedpython_python_remote_response_list_spec.rb
240
- - spec/models/paginated_repository_version_response_list_spec.rb
241
225
  - spec/models/repository_add_remove_content_spec.rb
226
+ - spec/models/paginatedpython_python_publication_response_list_spec.rb
227
+ - spec/models/python_python_repository_spec.rb
228
+ - spec/models/async_operation_response_spec.rb
229
+ - spec/models/python_python_distribution_response_spec.rb
230
+ - spec/models/policy_enum_spec.rb
231
+ - spec/models/repository_version_spec.rb
242
232
  - spec/models/patchedpython_python_repository_spec.rb
233
+ - spec/models/content_summary_response_spec.rb
234
+ - spec/models/python_python_repository_response_spec.rb
235
+ - spec/models/python_bander_remote_spec.rb
243
236
  - spec/models/repository_version_response_spec.rb
237
+ - spec/models/python_python_package_content_spec.rb
238
+ - spec/models/python_python_remote_spec.rb
239
+ - spec/models/patchedpython_python_remote_spec.rb
244
240
  - spec/models/repository_sync_url_spec.rb
245
- - spec/models/paginatedpython_python_publication_response_list_spec.rb
241
+ - spec/models/paginatedpython_python_repository_response_list_spec.rb
242
+ - spec/models/python_python_publication_spec.rb
243
+ - spec/models/content_summary_spec.rb
244
+ - spec/models/paginatedpython_python_package_content_response_list_spec.rb
245
+ - spec/models/python_python_remote_response_spec.rb
246
+ - spec/models/python_python_publication_response_spec.rb
247
+ - spec/models/paginated_repository_version_response_list_spec.rb
246
248
  - spec/models/paginatedpython_python_distribution_response_list_spec.rb
247
- - spec/models/python_python_package_content_spec.rb
248
- - spec/models/python_python_repository_response_spec.rb
249
249
  - spec/spec_helper.rb