OpenTimelineIO / otio-aaf-adapter

OpenTimelineIO Advanced Authoring Format (AAF) Adapter
Apache License 2.0
15 stars 6 forks source link

Remove python2.7 support #8

Closed markreidvfx closed 1 year ago

markreidvfx commented 1 year ago

This ports the changes made to the AAF adapter in main OpenTimelineIO repo: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/commit/41ceb581d95d352afa04b07250211030880e9762

Further tracked here https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1423

and in this issue https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1395

codecov-commenter commented 1 year ago

Codecov Report

Base: 90.03% // Head: 90.15% // Increases project coverage by +0.11% :tada:

Coverage data is based on head (281cc09) compared to base (8bde894). Patch coverage: 84.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8 +/- ## ========================================== + Coverage 90.03% 90.15% +0.11% ========================================== Files 3 3 Lines 1114 1107 -7 ========================================== - Hits 1003 998 -5 + Misses 111 109 -2 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `90.15% <84.00%> (+0.11%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenTimelineIO#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/OpenTimelineIO/otio-aaf-adapter/pull/8?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenTimelineIO) | Coverage Δ | | |---|---|---| | [...\_aaf\_adapter/adapters/advanced\_authoring\_format.py](https://codecov.io/gh/OpenTimelineIO/otio-aaf-adapter/pull/8/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenTimelineIO#diff-c3JjL290aW9fYWFmX2FkYXB0ZXIvYWRhcHRlcnMvYWR2YW5jZWRfYXV0aG9yaW5nX2Zvcm1hdC5weQ==) | `85.93% <77.77%> (+0.14%)` | :arrow_up: | | [...tio\_aaf\_adapter/adapters/aaf\_adapter/aaf\_writer.py](https://codecov.io/gh/OpenTimelineIO/otio-aaf-adapter/pull/8/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenTimelineIO#diff-c3JjL290aW9fYWFmX2FkYXB0ZXIvYWRhcHRlcnMvYWFmX2FkYXB0ZXIvYWFmX3dyaXRlci5weQ==) | `97.30% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenTimelineIO). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenTimelineIO)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.