Skip to content

Commit 39969c5

Browse files
committed
Update patch license exclusion list
1 parent 0db453b commit 39969c5

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2068,32 +2068,14 @@ def _python_checkpatchfiles():
20682068
# meson-python puts the whole license text in the field. It's MIT
20692069
'meson-python.patch',
20702070
# scipy puts the whole license text in the field, skip it. It's new BSD
2071-
'scipy-1.3.1.patch',
2072-
'scipy-1.4.1.patch',
2073-
'scipy-1.7.3.patch',
2074-
'scipy-1.8.1.patch',
2075-
'scipy-1.9.1.patch',
20762071
'scipy-1.9.3.patch',
2077-
'scipy-1.10.0.patch',
20782072
'scipy-1.10.1.patch',
20792073
# pandas puts the whole license text in the field. Its BSD-3-Clause
2080-
'pandas-1.4.3.patch',
20812074
'pandas-1.5.2.patch',
20822075
# numpy started putting the whole license text in the field. Its BSD-3-Clause
2083-
'numpy-1.16.4.patch',
2084-
'numpy-1.19.5.patch',
2085-
'numpy-1.21.2.patch',
2086-
'numpy-1.21.4.patch',
2087-
'numpy-1.21.6.patch',
2088-
'numpy-1.22.2.patch',
2089-
'numpy-1.22.4.patch',
2090-
'numpy-1.23.1.patch',
20912076
'numpy-1.23.2.patch',
2092-
'numpy-1.23.4.patch',
20932077
'numpy-1.23.5.patch',
2094-
# pythran started putting the while license text in the field. It's MIT
2095-
'pythran-0.12.0.patch',
2096-
'pythran-0.13.patch',
2078+
'numpy-1.26.4.patch',
20972079
# libcst is MIT
20982080
'libcst-1.0.1.patch',
20992081
# Empty license field, skip it. It's MIT

0 commit comments

Comments
 (0)