File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2013-2017 nexB Inc. http://www.nexb.com/ - All rights reserved.
1+ Copyright (c) 2013-2019 nexB Inc. http://www.nexb.com/ - All rights reserved.
22 Licensed under the Apache License, Version 2.0 (the "License");
33 you may not use this file except in compliance with the License.
44 You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1+ 2019-06-30
2+
3+ Release 3.3.3
4+
5+ * Support filenames/path with special characters #310 #378 #392
6+
7+
182019-01-07
29
310 Release 3.3.2
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424
2525setup (
2626 name = 'aboutcode-toolkit' ,
27- version = '3.3.2 ' ,
27+ version = '3.3.3 ' ,
2828 license = 'Apache-2.0' ,
2929 description = (
3030 'AboutCode-toolkit is a tool to document the provenance (origin and license) of '
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def to_posix(path):
8383UNC_PREFIX_POSIX = to_posix (UNC_PREFIX )
8484UNC_PREFIXES = (UNC_PREFIX_POSIX , UNC_PREFIX ,)
8585
86- valid_file_chars = string .digits + string .ascii_letters + '_-.+'
86+ valid_file_chars = string .digits + string .ascii_letters + '_-.+()~[]{}|' + ' '
8787
8888
8989def invalid_chars (path ):
You can’t perform that action at this time.
0 commit comments