You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release Highlights
binary wheels are shipped for all Python versions and platforms
breaking change: File.path is now a Path object
support using File as context manager
Complete Changelog
update Taglib version for binary wheels to 1.13
improve build_taglib.py helper script (now supports all platforms)
add taglib_version() to the taglib module
bundle native Taglib whith binary wheels (even on Unix). This enables to use the latest Taglib version (distributions often ship outdated
versions) and removes native dependencies.
use cibuildwheel to provide binary wheels for a multitude of platform / Python version combinations
(fixes #101#105)
allow using File as a context manager, optionally saving on exit