Browse Source

Move old ujson in contrib/deprecated

shadchin 1 year ago
parent
commit
740ba538d6

+ 0 - 0
contrib/python/ujson/py2/lib/ultrajson.h → contrib/deprecated/python/ujson/py2/lib/ultrajson.h


+ 0 - 0
contrib/python/ujson/py2/lib/ultrajsondec.c → contrib/deprecated/python/ujson/py2/lib/ultrajsondec.c


+ 0 - 0
contrib/python/ujson/py2/lib/ultrajsonenc.c → contrib/deprecated/python/ujson/py2/lib/ultrajsonenc.c


+ 0 - 0
contrib/python/ujson/py2/python/JSONtoObj.c → contrib/deprecated/python/ujson/py2/python/JSONtoObj.c


+ 0 - 0
contrib/python/ujson/py2/python/objToJSON.c → contrib/deprecated/python/ujson/py2/python/objToJSON.c


+ 0 - 0
contrib/python/ujson/py2/python/py_defines.h → contrib/deprecated/python/ujson/py2/python/py_defines.h


+ 0 - 0
contrib/python/ujson/py2/python/ujson.c → contrib/deprecated/python/ujson/py2/python/ujson.c


+ 0 - 0
contrib/python/ujson/py2/python/version.h → contrib/deprecated/python/ujson/py2/python/version.h


+ 3 - 3
contrib/python/ujson/py2/ya.make → 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(

+ 0 - 0
contrib/python/ujson/py3/lib/ultrajson.h → contrib/deprecated/python/ujson/py3/lib/ultrajson.h


Some files were not shown because too many files changed in this diff