diff options
author | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2024-10-09 12:29:46 +0300 |
---|---|---|
committer | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2024-10-09 13:14:22 +0300 |
commit | 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 (patch) | |
tree | a8fb3181d5947c0d78cf402aa56e686130179049 /contrib/python/pandas/py3/patches/01-arcadia.patch | |
parent | a44b779cd359f06c3ebbef4ec98c6b38609d9d85 (diff) | |
download | ydb-9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80.tar.gz |
publishFullContrib: true for ydb
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
Diffstat (limited to 'contrib/python/pandas/py3/patches/01-arcadia.patch')
-rw-r--r-- | contrib/python/pandas/py3/patches/01-arcadia.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/contrib/python/pandas/py3/patches/01-arcadia.patch b/contrib/python/pandas/py3/patches/01-arcadia.patch new file mode 100644 index 0000000000..b228067b37 --- /dev/null +++ b/contrib/python/pandas/py3/patches/01-arcadia.patch @@ -0,0 +1,33 @@ +--- contrib/python/pandas/py3/pandas/_libs/src/klib/khash_python.h (index) ++++ contrib/python/pandas/py3/pandas/_libs/src/klib/khash_python.h (working tree) +@@ -23,1 +23,1 @@ typedef npy_complex128 khcomplex128_t; +-void *traced_malloc(size_t size){ ++static void *traced_malloc(size_t size){ +@@ -31,1 +31,1 @@ void *traced_malloc(size_t size){ +-void *traced_calloc(size_t num, size_t size){ ++static void *traced_calloc(size_t num, size_t size){ +@@ -39,1 +39,1 @@ void *traced_calloc(size_t num, size_t size){ +-void *traced_realloc(void* old_ptr, size_t size){ ++static void *traced_realloc(void* old_ptr, size_t size){ +@@ -50,1 +50,1 @@ void *traced_realloc(void* old_ptr, size_t size){ +-void traced_free(void* ptr){ ++static void traced_free(void* ptr){ +--- contrib/python/pandas/py3/pandas/_libs/src/ujson/python/date_conversions.c (index) ++++ contrib/python/pandas/py3/pandas/_libs/src/ujson/python/date_conversions.c (working tree) +@@ -9,2 +9,2 @@ The full license is in the LICENSE file, distributed with this software. +-#include <../../../tslibs/src/datetime/np_datetime.h> +-#include <../../../tslibs/src/datetime/np_datetime_strings.h> ++#include "../../../tslibs/src/datetime/np_datetime.h" ++#include "../../../tslibs/src/datetime/np_datetime_strings.h" +--- contrib/python/pandas/py3/pandas/compat/_optional.py (index) ++++ contrib/python/pandas/py3/pandas/compat/_optional.py (working tree) +@@ -41,1 +41,1 @@ VERSIONS = { +- "sqlalchemy": "1.4.16", ++ "sqlalchemy": "1.2.0", +--- contrib/python/pandas/py3/ya.make (index) ++++ contrib/python/pandas/py3/ya.make (working tree) +@@ -44,2 +44,4 @@ CFLAGS( + ++INCLUDE(symbols.cmake) ++ + SRCS( |