pulp_python_client 3.7.0.dev1652156555 → 3.7.0.dev1652418494
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 +4 -4
- data/README.md +4 -4
- data/lib/pulp_python_client/version.rb +1 -1
- metadata +32 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81ce1c90bdb1631b924bdfb1d2ac6d9006d8a3fd46903da60abab6963e764eff
|
4
|
+
data.tar.gz: 9f18769dfef80bfb6f170f204612222b486feef8bcee0113d32127947f469f40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de25e311b58775e2857f0848914046746506feb16e3fc1dc35d48ffc549487b2976dcdaebe40759d430b650d357430a6d154ffecbc0a0f587ad6f4631511c9f6
|
7
|
+
data.tar.gz: b5f29626f78edcf9b035667d273dec4aa5e13ad1ae02cd0f0915f1c4a208bd086bc5fb65c0222177916147cf5c6329462b8dedb3f2f60465e756a00b254b648d
|
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.7.0.
|
10
|
+
- Package version: 3.7.0.dev1652418494
|
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.7.0.
|
27
|
+
gem install ./pulp_python_client-3.7.0.dev1652418494.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_python_client-3.7.0.
|
30
|
+
(for development, run `gem install --dev ./pulp_python_client-3.7.0.dev1652418494.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.7.0.
|
36
|
+
gem 'pulp_python_client', '~> 3.7.0.dev1652418494'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
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.7.0.
|
4
|
+
version: 3.7.0.dev1652418494
|
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-05-
|
11
|
+
date: 2022-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -243,49 +243,49 @@ signing_key:
|
|
243
243
|
specification_version: 4
|
244
244
|
summary: Pulp 3 API Ruby Gem
|
245
245
|
test_files:
|
246
|
+
- spec/api/repositories_python_api_spec.rb
|
247
|
+
- spec/api/publications_pypi_api_spec.rb
|
248
|
+
- spec/api/pypi_api_spec.rb
|
249
|
+
- spec/api/pypi_legacy_api_spec.rb
|
250
|
+
- spec/api/content_packages_api_spec.rb
|
246
251
|
- spec/api/remotes_python_api_spec.rb
|
247
|
-
- spec/api/distributions_pypi_api_spec.rb
|
248
252
|
- spec/api/repositories_python_versions_api_spec.rb
|
249
253
|
- spec/api/pypi_simple_api_spec.rb
|
250
|
-
- spec/api/
|
251
|
-
- spec/api/repositories_python_api_spec.rb
|
252
|
-
- spec/api/publications_pypi_api_spec.rb
|
254
|
+
- spec/api/distributions_pypi_api_spec.rb
|
253
255
|
- spec/api/pypi_metadata_api_spec.rb
|
254
|
-
- spec/api/content_packages_api_spec.rb
|
255
|
-
- spec/api/pypi_legacy_api_spec.rb
|
256
256
|
- spec/api_client_spec.rb
|
257
257
|
- spec/configuration_spec.rb
|
258
|
-
- spec/models/
|
259
|
-
- spec/models/
|
260
|
-
- spec/models/
|
261
|
-
- spec/models/
|
258
|
+
- spec/models/patchedpython_python_distribution_spec.rb
|
259
|
+
- spec/models/package_types_enum_spec.rb
|
260
|
+
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
261
|
+
- spec/models/python_python_package_content_spec.rb
|
262
262
|
- spec/models/exclude_platforms_enum_spec.rb
|
263
|
+
- spec/models/repository_version_response_spec.rb
|
264
|
+
- spec/models/package_metadata_response_spec.rb
|
263
265
|
- spec/models/python_python_distribution_spec.rb
|
264
|
-
- spec/models/
|
265
|
-
- spec/models/
|
266
|
-
- spec/models/
|
266
|
+
- spec/models/python_python_distribution_response_spec.rb
|
267
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
268
|
+
- spec/models/patchedpython_python_repository_spec.rb
|
269
|
+
- spec/models/python_python_repository_spec.rb
|
270
|
+
- spec/models/python_bander_remote_spec.rb
|
267
271
|
- spec/models/repair_spec.rb
|
268
|
-
- spec/models/
|
269
|
-
- spec/models/
|
272
|
+
- spec/models/python_python_publication_response_spec.rb
|
273
|
+
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
270
274
|
- spec/models/python_python_remote_spec.rb
|
271
|
-
- spec/models/
|
275
|
+
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
276
|
+
- spec/models/repository_sync_url_spec.rb
|
277
|
+
- spec/models/policy_enum_spec.rb
|
272
278
|
- spec/models/repository_add_remove_content_spec.rb
|
273
|
-
- spec/models/
|
274
|
-
- spec/models/
|
275
|
-
- spec/models/
|
279
|
+
- spec/models/async_operation_response_spec.rb
|
280
|
+
- spec/models/package_upload_task_response_spec.rb
|
281
|
+
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
282
|
+
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
283
|
+
- spec/models/package_upload_spec.rb
|
284
|
+
- spec/models/python_python_package_content_response_spec.rb
|
276
285
|
- spec/models/python_python_remote_response_spec.rb
|
277
286
|
- spec/models/summary_response_spec.rb
|
278
|
-
- spec/models/package_upload_task_response_spec.rb
|
279
|
-
- spec/models/python_bander_remote_spec.rb
|
280
287
|
- spec/models/patchedpython_python_remote_spec.rb
|
281
|
-
- spec/models/patchedpython_python_repository_spec.rb
|
282
|
-
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
283
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
284
|
-
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
285
|
-
- spec/models/patchedpython_python_distribution_spec.rb
|
286
|
-
- spec/models/content_summary_response_spec.rb
|
287
|
-
- spec/models/policy_enum_spec.rb
|
288
|
-
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
289
|
-
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
290
288
|
- spec/models/python_python_repository_response_spec.rb
|
289
|
+
- spec/models/python_python_publication_spec.rb
|
290
|
+
- spec/models/content_summary_response_spec.rb
|
291
291
|
- spec/spec_helper.rb
|