Uh oh!
There was an error while loading. Please reload this page.
Remove the use of six package. - #985
Conversation
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
mcepl
commented
Sep 11, 2025
I am an SUSE employee, so I need to ask our legal team, whether we have signed OCAA. |
Thank you for signing the OCA. |
The package aspires to compatibility with Python >= 3.6, so compatibility with Python 2 is not needed any more. The commit strive to be completely functional neutral, no other changes were made in the code. Fixes: oracle#984 Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
jvoisin
commented
Mar 5, 2026
Alpine Linux is also interested in getting this merged, as we're trying to get rid of six. |
The package aspires to compatibility with Python >= 3.6, so compatibility with Python 2 is not needed any more.
The commit strive to be completely functional neutral, no other changes were made in the code.
Fixes: #984