diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-22 11:54:59 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-22 12:03:38 +0300 |
commit | fb42c24f3a5a933f3e5c6680dd4378e310aab400 (patch) | |
tree | 2bc4f4a7c2ff90077e0853fc2e0e4e33d2481b32 /contrib/python | |
parent | 43743155d55cd20e7d2e08bc94091a0c92337bb0 (diff) | |
download | ydb-fb42c24f3a5a933f3e5c6680dd4378e310aab400.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python')
7 files changed, 14 insertions, 0 deletions
diff --git a/contrib/python/numpy/py2/numpy/core/src/multiarray/ya.make b/contrib/python/numpy/py2/numpy/core/src/multiarray/ya.make index ea7aea99f3..cd3d566a6a 100644 --- a/contrib/python/numpy/py2/numpy/core/src/multiarray/ya.make +++ b/contrib/python/numpy/py2/numpy/core/src/multiarray/ya.make @@ -1,5 +1,7 @@ PY2_LIBRARY() +VERSION(1.16.6) + LICENSE(BSD-3-Clause) NO_COMPILER_WARNINGS() diff --git a/contrib/python/numpy/py2/numpy/core/src/umath/ya.make b/contrib/python/numpy/py2/numpy/core/src/umath/ya.make index 3d713128dd..ef3b61a6b3 100644 --- a/contrib/python/numpy/py2/numpy/core/src/umath/ya.make +++ b/contrib/python/numpy/py2/numpy/core/src/umath/ya.make @@ -1,5 +1,7 @@ PY2_LIBRARY() +VERSION(1.16.6) + LICENSE(BSD-3-Clause) NO_COMPILER_WARNINGS() diff --git a/contrib/python/numpy/py2/numpy/f2py/ya.make b/contrib/python/numpy/py2/numpy/f2py/ya.make index 0501d5c3f8..69f47f0e86 100644 --- a/contrib/python/numpy/py2/numpy/f2py/ya.make +++ b/contrib/python/numpy/py2/numpy/f2py/ya.make @@ -1,5 +1,7 @@ PY2_PROGRAM() +VERSION(1.16.6) + LICENSE(BSD-3-Clause) PEERDIR( diff --git a/contrib/python/numpy/py2/numpy/fft/ya.make b/contrib/python/numpy/py2/numpy/fft/ya.make index 5038991af2..069b07107e 100644 --- a/contrib/python/numpy/py2/numpy/fft/ya.make +++ b/contrib/python/numpy/py2/numpy/fft/ya.make @@ -1,5 +1,7 @@ PY2_LIBRARY() +VERSION(1.16.6) + LICENSE(BSD-3-Clause) NO_COMPILER_WARNINGS() diff --git a/contrib/python/numpy/py2/numpy/linalg/ya.make b/contrib/python/numpy/py2/numpy/linalg/ya.make index e514b952fe..cac0af2f97 100644 --- a/contrib/python/numpy/py2/numpy/linalg/ya.make +++ b/contrib/python/numpy/py2/numpy/linalg/ya.make @@ -1,5 +1,7 @@ PY2_LIBRARY() +VERSION(1.16.6) + LICENSE(BSD-3-Clause) NO_COMPILER_WARNINGS() diff --git a/contrib/python/numpy/py2/numpy/random/mtrand/ya.make b/contrib/python/numpy/py2/numpy/random/mtrand/ya.make index 1ea8f472a1..64d7da6502 100644 --- a/contrib/python/numpy/py2/numpy/random/mtrand/ya.make +++ b/contrib/python/numpy/py2/numpy/random/mtrand/ya.make @@ -1,5 +1,7 @@ PY2_LIBRARY() +VERSION(1.16.6) + LICENSE(BSD-3-Clause) NO_COMPILER_WARNINGS() diff --git a/contrib/python/numpy/py3/numpy/random/ya.make b/contrib/python/numpy/py3/numpy/random/ya.make index 6cc93532fb..9c428baeee 100644 --- a/contrib/python/numpy/py3/numpy/random/ya.make +++ b/contrib/python/numpy/py3/numpy/random/ya.make @@ -1,5 +1,7 @@ PY3_LIBRARY() +VERSION(1.26.4) + LICENSE(BSD-3-Clause) ADDINCL( |