OpenTimelineIO Conan package and aswfdocker cleanups#375
Merged
jfpanisset merged 4 commits intoAcademySoftwareFoundation:mainfrom Apr 1, 2026
Merged
OpenTimelineIO Conan package and aswfdocker cleanups#375jfpanisset merged 4 commits intoAcademySoftwareFoundation:mainfrom
jfpanisset merged 4 commits intoAcademySoftwareFoundation:mainfrom
Conversation
- All releases - [OpenTimelineIO now built as a Conan package](AcademySoftwareFoundation#231) - we previously weren't actually building the C++ components of OTIO, just installing Python prerequisites - for now we only build the C++ libraries, need to resolve issue of installation location to also build Python module - aswfdocker cleanup - since all packages are now built as Conan packages, we remove obsolete support for building packages as container images - `aswfdocker build -c / --use-conan` is now a no-op and emits a warning about being no longer necessary - `aswfdocker migrate` is deprecated and emits a warning, since migrating "packages build as container images" is no longer relevant - 2026.x (no new container image release yet) - [OTIO 0.17.0 to 0.17.1](AcademySoftwareFoundation#313) Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
- All releases - [OpenTimelineIO now built as a Conan package](AcademySoftwareFoundation#231) - we previously weren't actually building the C++ components of OTIO, just installing Python prerequisites - for now we only build the C++ libraries, need to resolve issue of installation location to also build Python module - aswfdocker cleanup - since all packages are now built as Conan packages, we remove obsolete support for building packages as container images - `aswfdocker build -c / --use-conan` emits a warning about being deprecated - `aswfdocker migrate` and `aswfdocker download` emit a warning about being deprecated - minimum Python version to run aswfdocker is now Python 3.10, needed for Click 8.3.1 - 2026.x (no new container image release yet) - [OTIO 0.17.0 to 0.18.1](AcademySoftwareFoundation#313) Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
3608fb6
into
AcademySoftwareFoundation:main
2 of 3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
aswfdocker build -c / --use-conanemits a warning about being deprecatedaswfdocker migrateandaswfdocker downloademit a warning about being deprecated