Issue #5826
closedbindings ruby and python libraries are missing license or declare (somewhat) incorrect one
Description
The python bindings do not seem to provide any sort of license: https://pypi.org/project/pulp-ansible-client/#description
and the ruby bindings suggest it is using GPLv2, but in reality its more accurately GPLv2+ https://rubygems.org/gems/pulp_file_client
Updated by fao89 almost 5 years ago
- Sprint/Milestone set to 3.0.0
- Triaged changed from No to Yes
- Sprint set to Sprint 62
Updated by daviddavis almost 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by daviddavis almost 5 years ago
I can fix the ruby gem license easily as it just requires modifying this line:
The python bindings license is trickier as there currently is no option for the python generator:
Added by daviddavis almost 5 years ago
Updated by daviddavis almost 5 years ago
Opened a PR to fix the ruby bindings gem license: https://github.com/pulp/pulp-openapi-generator/pull/23
The python bindings will require a PR to openapi-generator which I am working on.
Updated by daviddavis almost 5 years ago
- Sprint/Milestone deleted (
3.0.0)
Per discussion with bmbouter, removing this as a 3.0 blocker since it's a separate deliverable.
Updated by fao89 over 4 years ago
not sure if it would work due indentation https://github.com/pulp/plugin_template/pull/195/files
Added by Fabricio Aguiar over 4 years ago
Revision c4dfda02 | View on GitHub
Including license on python bindings client
Updated by daviddavis over 4 years ago
- Status changed from ASSIGNED to POST
- Assignee changed from daviddavis to fao89
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|c4dfda025fbb8ae775b83d0c7f7e00d0e0b067df.
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 3.3.0
Fixing the ruby bindings license
ref #5826