Skip to content

cdl_utils+python-capdl-tool: remove six package - #103

Merged
lsf37 merged 1 commit into
masterfrom
lsf37/six
Aug 3, 2026
Merged

cdl_utils+python-capdl-tool: remove six package#103
lsf37 merged 1 commit into
masterfrom
lsf37/six

Conversation

@lsf37

@lsf37 lsf37 commented Aug 2, 2026

Copy link
Copy Markdown
Member

Remove python2 compatibility package six. Main changes are:

  • six.integer_types -> int
  • six.string_types -> str
  • six.with_metaclass(abc.ABCMeta, object) -> abc.ABC
  • six.with_metaclass(abc.ABCMeta, Object) becomes Object, because Object already inherits from abc.ABC
  • drop six from requirements.txt

Remove python2 compatibility package six. Main changes are:

- six.integer_types -> int
- six.string_types -> str
- six.with_metaclass(abc.ABCMeta, object) -> abc.ABC
- six.with_metaclass(abc.ABCMeta, object) becomes Object, because Object
  already inherits from abc.ABC
- drop six from requirements.txt

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
@lsf37
lsf37 requested a review from midnightveil August 2, 2026 05:59
@lsf37 lsf37 added the python python part of capDL label Aug 2, 2026
@lsf37
lsf37 merged commit e78909d into master Aug 3, 2026
11 checks passed
@lsf37
lsf37 deleted the lsf37/six branch August 3, 2026 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python python part of capDL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants