- Update link references of ownership from nexB to aboutcode-org
- Upgrade skeleton
- Fix ctypes import
- Bump dependencies
- Drop Calver
- Fix minor bugs
- Upgrade dependencies
- Adopt black style
- Disable tracing that had been left enabled by mistake
(yanked from PyPI)
- Update vendored pygments to 2.9.0
- Update commoncode to latest version
- Use new libmagic configuration based on a plugin, and environment variable or the system path.
- Only do content-based detection for programing language if there is no extension.
- Remove Actionscript3 from programing language detection. This is not common enough and is the source of too many false positives.
- Update typecode-libmagic in particular on macOS for v11/Big Sur support
- Update typecode-libmagic
- Drop using the standard library mimetypes modules because of #14
- Fix testing issues and testing requirements
- Update documentation and comments
- Uupdate to use latest commoncode
- Work around Python bug #14
- Remove Python 2
- Switch to plain Apache license per aboutcode-org/scancode-toolkit#2337
- Improve documentation
- Enable Ci on more OS/Python combos
- Upgrade to latest boilerplate skeletton
- Improve detection of Windows executables
- Roll back Pygments and vendor with vendy
- Code for content-based lexers from Pygments has been updated from v 2.2.0 to v 2.7.1
- Create data driven filetype tests and update test expectations
- Initial release.