File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2001,8 +2001,7 @@ def _python_checkpatchfiles():
2001
2001
patchfile_pattern = re .compile (r"lib-graalpython/patches/([^/]+)/.*?([^/]*\.patch)" )
2002
2002
checked = {
2003
2003
# meson-python puts the whole license text in the field. It's MIT
2004
- 'meson-python-0.12.patch' ,
2005
- 'meson-python-0.13.patch' ,
2004
+ 'meson-python.patch' ,
2006
2005
# scipy puts the whole license text in the field, skip it. It's new BSD
2007
2006
'scipy-1.3.1.patch' ,
2008
2007
'scipy-1.4.1.patch' ,
@@ -2023,11 +2022,14 @@ def _python_checkpatchfiles():
2023
2022
# Empty license field. It's MIT
2024
2023
'urllib3-2.patch' ,
2025
2024
# Empty license field. It's MIT
2025
+ 'wheel-0.41.2.patch' ,
2026
2026
'wheel-0.40.patch' ,
2027
2027
'wheel-0.38.patch' ,
2028
2028
'wheel-0.37.patch' ,
2029
2029
'wheel-0.35.patch' ,
2030
2030
'wheel-pre-0.35.patch' ,
2031
+ # Empty license field. It's ASL 2.0 or BSD 2-Clause
2032
+ 'packaging.patch' ,
2031
2033
}
2032
2034
allowed_licenses = [
2033
2035
"MIT" ,
You can’t perform that action at this time.
0 commit comments