diff options
author | shadchin <shadchin@yandex-team.com> | 2023-11-30 22:37:37 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-11-30 23:36:45 +0300 |
commit | 740ba538d66d1d6e1c6ae4ae4f8061964f4b0020 (patch) | |
tree | b59b8a312c5ea2f750a1da6d171237f2c69ef70f | |
parent | c0feb22abe6bed68076c32378061f69a41e75827 (diff) | |
download | ydb-740ba538d66d1d6e1c6ae4ae4f8061964f4b0020.tar.gz |
Move old ujson in contrib/deprecated
-rw-r--r-- | contrib/deprecated/python/ujson/py2/lib/ultrajson.h (renamed from contrib/python/ujson/py2/lib/ultrajson.h) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py2/lib/ultrajsondec.c (renamed from contrib/python/ujson/py2/lib/ultrajsondec.c) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py2/lib/ultrajsonenc.c (renamed from contrib/python/ujson/py2/lib/ultrajsonenc.c) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py2/python/JSONtoObj.c (renamed from contrib/python/ujson/py2/python/JSONtoObj.c) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py2/python/objToJSON.c (renamed from contrib/python/ujson/py2/python/objToJSON.c) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py2/python/py_defines.h (renamed from contrib/python/ujson/py2/python/py_defines.h) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py2/python/ujson.c (renamed from contrib/python/ujson/py2/python/ujson.c) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py2/python/version.h (renamed from contrib/python/ujson/py2/python/version.h) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py2/ya.make (renamed from contrib/python/ujson/py2/ya.make) | 6 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py3/lib/ultrajson.h (renamed from contrib/python/ujson/py3/lib/ultrajson.h) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py3/lib/ultrajsondec.c (renamed from contrib/python/ujson/py3/lib/ultrajsondec.c) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py3/lib/ultrajsonenc.c (renamed from contrib/python/ujson/py3/lib/ultrajsonenc.c) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py3/python/JSONtoObj.c (renamed from contrib/python/ujson/py3/python/JSONtoObj.c) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py3/python/objToJSON.c (renamed from contrib/python/ujson/py3/python/objToJSON.c) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py3/python/py_defines.h (renamed from contrib/python/ujson/py3/python/py_defines.h) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py3/python/ujson.c (renamed from contrib/python/ujson/py3/python/ujson.c) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py3/python/version.h (renamed from contrib/python/ujson/py3/python/version.h) | 0 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py3/ya.make (renamed from contrib/python/ujson/py3/ya.make) | 6 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/ya.make (renamed from contrib/python/ujson/ya.make) | 4 |
19 files changed, 8 insertions, 8 deletions
diff --git a/contrib/python/ujson/py2/lib/ultrajson.h b/contrib/deprecated/python/ujson/py2/lib/ultrajson.h index 92902b4910..92902b4910 100644 --- a/contrib/python/ujson/py2/lib/ultrajson.h +++ b/contrib/deprecated/python/ujson/py2/lib/ultrajson.h diff --git a/contrib/python/ujson/py2/lib/ultrajsondec.c b/contrib/deprecated/python/ujson/py2/lib/ultrajsondec.c index 21a732eceb..21a732eceb 100644 --- a/contrib/python/ujson/py2/lib/ultrajsondec.c +++ b/contrib/deprecated/python/ujson/py2/lib/ultrajsondec.c diff --git a/contrib/python/ujson/py2/lib/ultrajsonenc.c b/contrib/deprecated/python/ujson/py2/lib/ultrajsonenc.c index ed6645a760..ed6645a760 100644 --- a/contrib/python/ujson/py2/lib/ultrajsonenc.c +++ b/contrib/deprecated/python/ujson/py2/lib/ultrajsonenc.c diff --git a/contrib/python/ujson/py2/python/JSONtoObj.c b/contrib/deprecated/python/ujson/py2/python/JSONtoObj.c index 79d9f1af6e..79d9f1af6e 100644 --- a/contrib/python/ujson/py2/python/JSONtoObj.c +++ b/contrib/deprecated/python/ujson/py2/python/JSONtoObj.c diff --git a/contrib/python/ujson/py2/python/objToJSON.c b/contrib/deprecated/python/ujson/py2/python/objToJSON.c index b3a821e7ae..b3a821e7ae 100644 --- a/contrib/python/ujson/py2/python/objToJSON.c +++ b/contrib/deprecated/python/ujson/py2/python/objToJSON.c diff --git a/contrib/python/ujson/py2/python/py_defines.h b/contrib/deprecated/python/ujson/py2/python/py_defines.h index 2b38b41bdb..2b38b41bdb 100644 --- a/contrib/python/ujson/py2/python/py_defines.h +++ b/contrib/deprecated/python/ujson/py2/python/py_defines.h diff --git a/contrib/python/ujson/py2/python/ujson.c b/contrib/deprecated/python/ujson/py2/python/ujson.c index d0b15c65cf..d0b15c65cf 100644 --- a/contrib/python/ujson/py2/python/ujson.c +++ b/contrib/deprecated/python/ujson/py2/python/ujson.c diff --git a/contrib/python/ujson/py2/python/version.h b/contrib/deprecated/python/ujson/py2/python/version.h index f0ce6bb733..f0ce6bb733 100644 --- a/contrib/python/ujson/py2/python/version.h +++ b/contrib/deprecated/python/ujson/py2/python/version.h diff --git a/contrib/python/ujson/py2/ya.make b/contrib/deprecated/python/ujson/py2/ya.make index 65971c8e9b..50303b22f1 100644 --- a/contrib/python/ujson/py2/ya.make +++ b/contrib/deprecated/python/ujson/py2/ya.make @@ -2,7 +2,7 @@ PY2_LIBRARY() LICENSE(BSD-3-Clause) -VERSION(1.35+dev) +VERSION(1.35) NO_COMPILER_WARNINGS() NO_UTIL() @@ -10,8 +10,8 @@ NO_UTIL() PY_REGISTER(ujson) ADDINCL( - contrib/python/ujson/py2/lib - contrib/python/ujson/py2/python + contrib/deprecated/python/ujson/py2/lib + contrib/deprecated/python/ujson/py2/python ) SRCS( diff --git a/contrib/python/ujson/py3/lib/ultrajson.h b/contrib/deprecated/python/ujson/py3/lib/ultrajson.h index 92902b4910..92902b4910 100644 --- a/contrib/python/ujson/py3/lib/ultrajson.h +++ b/contrib/deprecated/python/ujson/py3/lib/ultrajson.h diff --git a/contrib/python/ujson/py3/lib/ultrajsondec.c b/contrib/deprecated/python/ujson/py3/lib/ultrajsondec.c index 21a732eceb..21a732eceb 100644 --- a/contrib/python/ujson/py3/lib/ultrajsondec.c +++ b/contrib/deprecated/python/ujson/py3/lib/ultrajsondec.c diff --git a/contrib/python/ujson/py3/lib/ultrajsonenc.c b/contrib/deprecated/python/ujson/py3/lib/ultrajsonenc.c index ed6645a760..ed6645a760 100644 --- a/contrib/python/ujson/py3/lib/ultrajsonenc.c +++ b/contrib/deprecated/python/ujson/py3/lib/ultrajsonenc.c diff --git a/contrib/python/ujson/py3/python/JSONtoObj.c b/contrib/deprecated/python/ujson/py3/python/JSONtoObj.c index 79d9f1af6e..79d9f1af6e 100644 --- a/contrib/python/ujson/py3/python/JSONtoObj.c +++ b/contrib/deprecated/python/ujson/py3/python/JSONtoObj.c diff --git a/contrib/python/ujson/py3/python/objToJSON.c b/contrib/deprecated/python/ujson/py3/python/objToJSON.c index b3a821e7ae..b3a821e7ae 100644 --- a/contrib/python/ujson/py3/python/objToJSON.c +++ b/contrib/deprecated/python/ujson/py3/python/objToJSON.c diff --git a/contrib/python/ujson/py3/python/py_defines.h b/contrib/deprecated/python/ujson/py3/python/py_defines.h index 2b38b41bdb..2b38b41bdb 100644 --- a/contrib/python/ujson/py3/python/py_defines.h +++ b/contrib/deprecated/python/ujson/py3/python/py_defines.h diff --git a/contrib/python/ujson/py3/python/ujson.c b/contrib/deprecated/python/ujson/py3/python/ujson.c index d0b15c65cf..d0b15c65cf 100644 --- a/contrib/python/ujson/py3/python/ujson.c +++ b/contrib/deprecated/python/ujson/py3/python/ujson.c diff --git a/contrib/python/ujson/py3/python/version.h b/contrib/deprecated/python/ujson/py3/python/version.h index f0ce6bb733..f0ce6bb733 100644 --- a/contrib/python/ujson/py3/python/version.h +++ b/contrib/deprecated/python/ujson/py3/python/version.h diff --git a/contrib/python/ujson/py3/ya.make b/contrib/deprecated/python/ujson/py3/ya.make index 668463b313..37dbf22ca0 100644 --- a/contrib/python/ujson/py3/ya.make +++ b/contrib/deprecated/python/ujson/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() LICENSE(BSD-3-Clause) -VERSION(1.35+dev) +VERSION(1.35) NO_COMPILER_WARNINGS() NO_UTIL() @@ -10,8 +10,8 @@ NO_UTIL() PY_REGISTER(ujson) ADDINCL( - contrib/python/ujson/py3/lib - contrib/python/ujson/py3/python + contrib/deprecated/python/ujson/py3/lib + contrib/deprecated/python/ujson/py3/python ) SRCS( diff --git a/contrib/python/ujson/ya.make b/contrib/deprecated/python/ujson/ya.make index 0503b6b21b..4271e58622 100644 --- a/contrib/python/ujson/ya.make +++ b/contrib/deprecated/python/ujson/ya.make @@ -3,9 +3,9 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) IF (PYTHON2) - PEERDIR(contrib/python/ujson/py2) + PEERDIR(contrib/deprecated/python/ujson/py2) ELSE() - PEERDIR(contrib/python/ujson/py3) + PEERDIR(contrib/deprecated/python/ujson/py3) ENDIF() NO_LINT() |