Issue #5826
bindings 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
Associated revisions
Revision c4dfda02
View on GitHub
Including license on python bindings client
History
#1
Updated by fao89 about 1 year ago
- Sprint/Milestone set to 3.0.0
- Triaged changed from No to Yes
- Sprint set to Sprint 62
#2
Updated by bmbouter about 1 year ago
- Tags Documentation added
#3
Updated by daviddavis about 1 year ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
#4
Updated by daviddavis about 1 year 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:
#5
Updated by rchan about 1 year ago
- Sprint changed from Sprint 62 to Sprint 63
#6
Updated by daviddavis about 1 year 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.
#7
Updated by daviddavis about 1 year ago
- Sprint/Milestone deleted (
3.0.0)
Per discussion with bmbouter, removing this as a 3.0 blocker since it's a separate deliverable.
#8
Updated by rchan about 1 year ago
- Sprint changed from Sprint 63 to Sprint 64
#13
Updated by fao89 10 months ago
not sure if it would work due indentation https://github.com/pulp/plugin_template/pull/195/files
#14
Updated by daviddavis 10 months ago
- Status changed from ASSIGNED to POST
- Assignee changed from daviddavis to fao89
#15
Updated by Anonymous 10 months ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|c4dfda025fbb8ae775b83d0c7f7e00d0e0b067df.
Please register to edit this issue
Fixing the ruby bindings license
ref #5826