README.md in pulp_python_client-3.12.4 vs README.md in pulp_python_client-3.12.5

- old
+ new

@@ -5,11 +5,11 @@ Fetch, Upload, Organize, and Distribute Software Packages This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v3 -- Package version: 3.12.4 +- Package version: 3.12.5 - Build package: org.openapitools.codegen.languages.RubyClientCodegen For more information, please visit [https://pulpproject.org](https://pulpproject.org) ## Installation @@ -22,20 +22,20 @@ ``` Then either install the gem locally: ```shell -gem install ./pulp_python_client-3.12.4.gem +gem install ./pulp_python_client-3.12.5.gem ``` -(for development, run `gem install --dev ./pulp_python_client-3.12.4.gem` to install the development dependencies) +(for development, run `gem install --dev ./pulp_python_client-3.12.5.gem` to install the development dependencies) or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/). Finally add this to the Gemfile: - gem 'pulp_python_client', '~> 3.12.4' + gem 'pulp_python_client', '~> 3.12.5' ### Install from Git If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile: @@ -84,17 +84,17 @@ maintainer: 'maintainer_example', # String | The maintainer's name at a minimum; additional contact information may be provided. maintainer_email: 'maintainer_email_example', # String | The maintainer's e-mail address. license: 'license_example', # String | Text indicating the license covering the distribution requires_python: 'requires_python_example', # String | The Python version(s) that the distribution is guaranteed to be compatible with. project_url: 'project_url_example', # String | A browsable URL for the project and a label for it, separated by a comma. - project_urls: PulpPythonClient::AnyType.new, # AnyType | A dictionary of labels and URLs for the project. + project_urls: nil, # Object | A dictionary of labels and URLs for the project. platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled. - requires_dist: PulpPythonClient::AnyType.new, # AnyType | A JSON list containing names of some other distutils project required by this distribution. - provides_dist: PulpPythonClient::AnyType.new, # AnyType | A JSON list containing names of a Distutils project which is contained within this distribution. - obsoletes_dist: PulpPythonClient::AnyType.new, # AnyType | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time. - requires_external: PulpPythonClient::AnyType.new, # AnyType | A JSON list containing some dependency in the system that the distribution is to be used. - classifiers: PulpPythonClient::AnyType.new # AnyType | A JSON list containing classification values for a Python package. + requires_dist: nil, # Object | A JSON list containing names of some other distutils project required by this distribution. + provides_dist: nil, # Object | A JSON list containing names of a Distutils project which is contained within this distribution. + obsoletes_dist: nil, # Object | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time. + requires_external: nil, # Object | A JSON list containing some dependency in the system that the distribution is to be used. + classifiers: nil # Object | A JSON list containing classification values for a Python package. } begin #Create a python package content result = api_instance.create(relative_path, opts)