pulp_python_client 3.1.0.dev01612668745 → 3.1.0.dev01613100914
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 +25 -25
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c92fb108a4fd6f3878782af4202553be7cd1e15c1a390e53436a7e38d2884235
|
|
4
|
+
data.tar.gz: 666376d50ddd1cd8a5a0e1b948f1176c60a121ddb0f8b22a5f7723d6db394ce7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5289832e6d7d7776fe1687e9bbafcbb5fb109486673471ce8a2896361aee53206f080abd3e2f7645251a2eda1038c90893cecb2be99987042ee7595a5f605b8
|
|
7
|
+
data.tar.gz: c42e9c57757592a31e6d5004e954ff2e9f9396718458dedf06815cde8c1acb605bad704360f1ec55a0a8709e3c8ba81bd7c8c65759f3c42edc637f1802679ee8
|
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.1.0.
|
|
10
|
+
- Package version: 3.1.0.dev01613100914
|
|
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.1.0.
|
|
27
|
+
gem install ./pulp_python_client-3.1.0.dev01613100914.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_python_client-3.1.0.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_python_client-3.1.0.dev01613100914.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.1.0.
|
|
36
|
+
gem 'pulp_python_client', '~> 3.1.0.dev01613100914'
|
|
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.1.0.
|
|
4
|
+
version: 3.1.0.dev01613100914
|
|
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-02-
|
|
11
|
+
date: 2021-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -210,40 +210,40 @@ signing_key:
|
|
|
210
210
|
specification_version: 4
|
|
211
211
|
summary: Pulp 3 API Ruby Gem
|
|
212
212
|
test_files:
|
|
213
|
-
- spec/api/repositories_python_api_spec.rb
|
|
214
213
|
- spec/api/publications_pypi_api_spec.rb
|
|
215
|
-
- spec/api/
|
|
214
|
+
- spec/api/content_packages_api_spec.rb
|
|
216
215
|
- spec/api/remotes_python_api_spec.rb
|
|
216
|
+
- spec/api/repositories_python_versions_api_spec.rb
|
|
217
|
+
- spec/api/repositories_python_api_spec.rb
|
|
217
218
|
- spec/api/distributions_pypi_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/repository_sync_url_spec.rb
|
|
222
|
-
- spec/models/policy_enum_spec.rb
|
|
223
221
|
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
|
224
|
-
- spec/models/
|
|
225
|
-
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
|
226
|
-
- spec/models/python_bander_remote_spec.rb
|
|
227
|
-
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
|
228
|
-
- spec/models/python_python_package_content_spec.rb
|
|
229
|
-
- spec/models/patchedpython_python_remote_spec.rb
|
|
230
|
-
- spec/models/python_python_remote_spec.rb
|
|
231
|
-
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
|
222
|
+
- spec/models/repository_version_spec.rb
|
|
232
223
|
- spec/models/repository_version_response_spec.rb
|
|
233
|
-
- spec/models/python_python_repository_response_spec.rb
|
|
234
|
-
- spec/models/python_python_publication_response_spec.rb
|
|
235
|
-
- spec/models/patchedpython_python_repository_spec.rb
|
|
236
|
-
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
|
237
224
|
- spec/models/async_operation_response_spec.rb
|
|
238
225
|
- spec/models/content_summary_response_spec.rb
|
|
226
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
227
|
+
- spec/models/content_summary_spec.rb
|
|
228
|
+
- spec/models/policy_enum_spec.rb
|
|
239
229
|
- spec/models/python_python_package_content_response_spec.rb
|
|
230
|
+
- spec/models/python_python_remote_spec.rb
|
|
231
|
+
- spec/models/python_bander_remote_spec.rb
|
|
232
|
+
- spec/models/python_python_publication_spec.rb
|
|
233
|
+
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
|
234
|
+
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
|
235
|
+
- spec/models/python_python_distribution_response_spec.rb
|
|
236
|
+
- spec/models/patchedpython_python_repository_spec.rb
|
|
237
|
+
- spec/models/python_python_remote_response_spec.rb
|
|
240
238
|
- spec/models/repository_add_remove_content_spec.rb
|
|
241
|
-
- spec/models/python_python_repository_spec.rb
|
|
242
239
|
- spec/models/patchedpython_python_distribution_spec.rb
|
|
240
|
+
- spec/models/python_python_repository_spec.rb
|
|
241
|
+
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
|
243
242
|
- spec/models/python_python_distribution_spec.rb
|
|
244
|
-
- spec/models/
|
|
245
|
-
- spec/models/
|
|
246
|
-
- spec/models/
|
|
247
|
-
- spec/models/
|
|
248
|
-
- spec/models/
|
|
243
|
+
- spec/models/python_python_publication_response_spec.rb
|
|
244
|
+
- spec/models/repository_sync_url_spec.rb
|
|
245
|
+
- spec/models/patchedpython_python_remote_spec.rb
|
|
246
|
+
- spec/models/python_python_repository_response_spec.rb
|
|
247
|
+
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
|
248
|
+
- spec/models/python_python_package_content_spec.rb
|
|
249
249
|
- spec/spec_helper.rb
|