File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55-----
66
77
8+ Version 21.2.24
9+ ---------------
10+
11+ - Update typecode-libmagic in particular on macOS for v11/Big Sur support
12+
13+
814Version 21.1.21
915---------------
1016
11- *2021-01-21 *
1217- Update typecode-libmagic
1318- Drop using the standard library mimetypes modules because of
1419 https://github.com/nexB/typecode/issues/14
@@ -20,14 +25,12 @@ Version 21.1.21
2025Version 21.1.9.1
2126----------------
2227
23- *2021-01-09 *
2428- Work around Python bug https://github.com/nexB/typecode/issues/14
2529
2630
2731Version 21.1.9
2832----------------
2933
30- *2021-01-09 *
3134- Remove Python 2
3235- Switch to plain Apache license per https://github.com/nexB/scancode-toolkit/issues/2337
3336- Improve documentation
@@ -37,28 +40,24 @@ Version 21.1.9
3740Version 21.1.8.1
3841----------------
3942
40- *2021-01-08 *
4143- Upgrade to latest boilerplate skeletton
4244- Improve detection of Windows executables
4345
4446
4547Version 20.10.20
4648----------------
4749
48- *2020-10-20 *
4950- Roll back Pygments and vendor with vendy
5051
5152
5253Version 20.10
5354-------------
5455
55- *2020-10-05 *
5656- Code for content-based lexers from Pygments has been updated from v 2.2.0 to v 2.7.1
5757- Create data driven filetype tests and update test expectations
5858
5959
6060Version 20.09
6161-------------
6262
63- *2020-09-24 *
6463- Initial release.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ where=src
4747
4848[options.extras_require]
4949full =
50- typecode_libmagic
50+ typecode_libmagic >= 5.39.210223
5151
5252testing =
5353 saneyaml
You can’t perform that action at this time.
0 commit comments