Skip to content

Commit 45011e9

Browse files
committed
Use latest typecode-limagic
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent f37bec2 commit 45011e9

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

CHANGELOG.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ vNext
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+
814
Version 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
2025
Version 21.1.9.1
2126
----------------
2227

23-
*2021-01-09*
2428
- Work around Python bug https://github.com/nexB/typecode/issues/14
2529

2630

2731
Version 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
3740
Version 21.1.8.1
3841
----------------
3942

40-
*2021-01-08*
4143
- Upgrade to latest boilerplate skeletton
4244
- Improve detection of Windows executables
4345

4446

4547
Version 20.10.20
4648
----------------
4749

48-
*2020-10-20*
4950
- Roll back Pygments and vendor with vendy
5051

5152

5253
Version 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

6060
Version 20.09
6161
-------------
6262

63-
*2020-09-24*
6463
- Initial release.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ where=src
4747

4848
[options.extras_require]
4949
full =
50-
typecode_libmagic
50+
typecode_libmagic >= 5.39.210223
5151

5252
testing =
5353
saneyaml

0 commit comments

Comments
 (0)