We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bc9d9 commit b3b65e0Copy full SHA for b3b65e0
mx.graalpython/mx_graalpython.py
@@ -2162,6 +2162,14 @@ def _python_checkpatchfiles():
2162
# pandas puts the whole license text in the field. Its BSD-3-Clause
2163
'pandas-1.4.3.patch',
2164
'pandas-1.5.2.patch',
2165
+ # numpy started putting the whole license text in the field. Its BSD-3-Clause
2166
+ 'numpy-1.16.4.patch',
2167
+ 'numpy-1.19.5.patch',
2168
+ 'numpy-1.21.6.patch',
2169
+ 'numpy-1.22.4.patch',
2170
+ 'numpy-1.23.1.patch',
2171
+ 'numpy-1.23.4.patch',
2172
+ 'numpy-1.23.5.patch',
2173
# Empty license field, skip it. It's MIT
2174
'setuptools-60.patch',
2175
'setuptools-60.9.patch',
0 commit comments