-
Notifications
You must be signed in to change notification settings - Fork 39
Replace deprecated optparse dependency [RHELDST-34542] #277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
re-pushed for adding the unit test for covering |
|
@rbikar ready for code review. |
|
it looks good to me, since this is backwards incompatible change, in order to deploy new version of kobo, we would need to update rcm-pub code before that. Also other applications that build on kobo command interface. Also I'd like to ask @kdudka to have a look. This may be potentially breaking change for some other applications. |
|
@rbikar Good point. I have quickly looked into OpenScanHub code and we use @siteshwar @sfowl What do you think? Should we migrate OSH and coordinate it with this change in kobo? |
|
Is this change going to break osh-client? If not, I would not care too much about it. |
Yes,
|
|
if this a breaking change, perhaps we should set a max version of kobo-client to buy us some time? e.g. @ -43,6 +43,7 @@ It consists of central hub, workers and cli client.
Summary: OpenScanHub CLI client
Requires: koji
Requires: python3-kobo-client >= 0.15.1-100
+Requires: python3-kobo-client <= 0.38.0
Requires: %{name}-common = %{version}-%{release} |
|
@sfowl This would ensure that |
|
@kdudka |
|
As I understand it, this would mean to maintain both the implementations in |
|
@rbikar I will file a JIRA for this in rcm-pub's unit tests: RHELDST-35465 |
|
Convert it to a draft to prevent accidental merging. |
|
@dichn |
No description provided.