Salome HOME
merge from master
[tools/sat_salome.git] / products / patches / SPNS-29988-numpy-1.22.patch
1 diff -Naur numpy-1.22.2_ref/setup.py numpy-1.22.2_dev/setup.py
2 --- numpy-1.22.2_ref/setup.py   2022-09-06 12:16:24.000000000 +0200
3 +++ numpy-1.22.2_dev/setup.py   2022-09-06 14:20:07.476055406 +0200
4 @@ -46,7 +46,7 @@
5  # Needed for backwards code compatibility below and in some CI scripts.
6  # The version components are changed from ints to strings, but only VERSION
7  # seems to matter outside of this module and it was already a str.
8 -FULLVERSION = versioneer.get_version()
9 +FULLVERSION = '1.22.2'
10  
11  # Capture the version string:
12  # 1.22.0.dev0+ ... -> ISRELEASED == False, VERSION == 1.22.0