tmsgpack 0.2.7__tar.gz → 0.2.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tmsgpack-0.2.9/Automatic-Version +1 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/PKG-INFO +1 -1
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/tmsgpack/cython.c +8 -8
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/tmsgpack/cython.pyx +1 -1
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/tmsgpack.egg-info/PKG-INFO +1 -1
- tmsgpack-0.2.7/Automatic-Version +0 -1
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/COPYING +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/LICENSE +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/MANIFEST.in +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/README.md +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/pyproject.toml +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/setup.cfg +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/setup.py +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/tmsgpack/__init__.py +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/tmsgpack/api.py +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/tmsgpack.egg-info/SOURCES.txt +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/tmsgpack.egg-info/dependency_links.txt +0 -0
- {tmsgpack-0.2.7 → tmsgpack-0.2.9}/tmsgpack.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.2.9
|
|
@@ -2722,7 +2722,7 @@ static const char __pyx_k_sort[] = "sort";
|
|
|
2722
2722
|
static const char __pyx_k_spec[] = "__spec__";
|
|
2723
2723
|
static const char __pyx_k_test[] = "__test__";
|
|
2724
2724
|
static const char __pyx_k_type[] = "_type";
|
|
2725
|
-
static const char
|
|
2725
|
+
static const char __pyx_k_0_2_9[] = "0.2.9";
|
|
2726
2726
|
static const char __pyx_k_codec[] = "codec";
|
|
2727
2727
|
static const char __pyx_k_items[] = "items";
|
|
2728
2728
|
static const char __pyx_k_range[] = "range";
|
|
@@ -3038,7 +3038,7 @@ typedef struct {
|
|
|
3038
3038
|
PyTypeObject *__pyx_ptype_8tmsgpack_6cython_BaseDecodeBuffer;
|
|
3039
3039
|
PyTypeObject *__pyx_ptype_8tmsgpack_6cython_SafeEncodeBuffer;
|
|
3040
3040
|
PyTypeObject *__pyx_ptype_8tmsgpack_6cython_SafeDecodeBuffer;
|
|
3041
|
-
PyObject *
|
|
3041
|
+
PyObject *__pyx_kp_u_0_2_9;
|
|
3042
3042
|
PyObject *__pyx_kp_u_B;
|
|
3043
3043
|
PyObject *__pyx_n_s_BaseDecodeBuffer;
|
|
3044
3044
|
PyObject *__pyx_n_s_BaseDecodeBuffer___reduce_cython;
|
|
@@ -3390,7 +3390,7 @@ static int __pyx_m_clear(PyObject *m) {
|
|
|
3390
3390
|
Py_CLEAR(clear_module_state->__pyx_type_8tmsgpack_6cython_SafeEncodeBuffer);
|
|
3391
3391
|
Py_CLEAR(clear_module_state->__pyx_ptype_8tmsgpack_6cython_SafeDecodeBuffer);
|
|
3392
3392
|
Py_CLEAR(clear_module_state->__pyx_type_8tmsgpack_6cython_SafeDecodeBuffer);
|
|
3393
|
-
Py_CLEAR(clear_module_state->
|
|
3393
|
+
Py_CLEAR(clear_module_state->__pyx_kp_u_0_2_9);
|
|
3394
3394
|
Py_CLEAR(clear_module_state->__pyx_kp_u_B);
|
|
3395
3395
|
Py_CLEAR(clear_module_state->__pyx_n_s_BaseDecodeBuffer);
|
|
3396
3396
|
Py_CLEAR(clear_module_state->__pyx_n_s_BaseDecodeBuffer___reduce_cython);
|
|
@@ -3720,7 +3720,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
3720
3720
|
Py_VISIT(traverse_module_state->__pyx_type_8tmsgpack_6cython_SafeEncodeBuffer);
|
|
3721
3721
|
Py_VISIT(traverse_module_state->__pyx_ptype_8tmsgpack_6cython_SafeDecodeBuffer);
|
|
3722
3722
|
Py_VISIT(traverse_module_state->__pyx_type_8tmsgpack_6cython_SafeDecodeBuffer);
|
|
3723
|
-
Py_VISIT(traverse_module_state->
|
|
3723
|
+
Py_VISIT(traverse_module_state->__pyx_kp_u_0_2_9);
|
|
3724
3724
|
Py_VISIT(traverse_module_state->__pyx_kp_u_B);
|
|
3725
3725
|
Py_VISIT(traverse_module_state->__pyx_n_s_BaseDecodeBuffer);
|
|
3726
3726
|
Py_VISIT(traverse_module_state->__pyx_n_s_BaseDecodeBuffer___reduce_cython);
|
|
@@ -4078,7 +4078,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
4078
4078
|
#define __pyx_ptype_8tmsgpack_6cython_BaseDecodeBuffer __pyx_mstate_global->__pyx_ptype_8tmsgpack_6cython_BaseDecodeBuffer
|
|
4079
4079
|
#define __pyx_ptype_8tmsgpack_6cython_SafeEncodeBuffer __pyx_mstate_global->__pyx_ptype_8tmsgpack_6cython_SafeEncodeBuffer
|
|
4080
4080
|
#define __pyx_ptype_8tmsgpack_6cython_SafeDecodeBuffer __pyx_mstate_global->__pyx_ptype_8tmsgpack_6cython_SafeDecodeBuffer
|
|
4081
|
-
#define
|
|
4081
|
+
#define __pyx_kp_u_0_2_9 __pyx_mstate_global->__pyx_kp_u_0_2_9
|
|
4082
4082
|
#define __pyx_kp_u_B __pyx_mstate_global->__pyx_kp_u_B
|
|
4083
4083
|
#define __pyx_n_s_BaseDecodeBuffer __pyx_mstate_global->__pyx_n_s_BaseDecodeBuffer
|
|
4084
4084
|
#define __pyx_n_s_BaseDecodeBuffer___reduce_cython __pyx_mstate_global->__pyx_n_s_BaseDecodeBuffer___reduce_cython
|
|
@@ -25155,7 +25155,7 @@ static PyMethodDef __pyx_methods[] = {
|
|
|
25155
25155
|
|
|
25156
25156
|
static int __Pyx_CreateStringTabAndInitStrings(void) {
|
|
25157
25157
|
__Pyx_StringTabEntry __pyx_string_tab[] = {
|
|
25158
|
-
{&
|
|
25158
|
+
{&__pyx_kp_u_0_2_9, __pyx_k_0_2_9, sizeof(__pyx_k_0_2_9), 0, 1, 0, 0},
|
|
25159
25159
|
{&__pyx_kp_u_B, __pyx_k_B, sizeof(__pyx_k_B), 0, 1, 0, 0},
|
|
25160
25160
|
{&__pyx_n_s_BaseDecodeBuffer, __pyx_k_BaseDecodeBuffer, sizeof(__pyx_k_BaseDecodeBuffer), 0, 0, 1, 1},
|
|
25161
25161
|
{&__pyx_n_s_BaseDecodeBuffer___reduce_cython, __pyx_k_BaseDecodeBuffer___reduce_cython, sizeof(__pyx_k_BaseDecodeBuffer___reduce_cython), 0, 0, 1, 1},
|
|
@@ -26621,11 +26621,11 @@ if (!__Pyx_RefNanny) {
|
|
|
26621
26621
|
/* "tmsgpack/cython.pyx":4
|
|
26622
26622
|
* # DON'T EDIT THIS FILE. EDIT THE SOURCES, INSTEAD: tmsgpack/src-parts/[inserted by cython to avoid comment start]*
|
|
26623
26623
|
*
|
|
26624
|
-
* __version__ = "0.2.
|
|
26624
|
+
* __version__ = "0.2.9" # <<<<<<<<<<<<<<
|
|
26625
26625
|
*
|
|
26626
26626
|
* from libc.stdint cimport int8_t, int16_t, int32_t, int64_t
|
|
26627
26627
|
*/
|
|
26628
|
-
if (PyDict_SetItem(__pyx_d, __pyx_n_s_version,
|
|
26628
|
+
if (PyDict_SetItem(__pyx_d, __pyx_n_s_version, __pyx_kp_u_0_2_9) < 0) __PYX_ERR(1, 4, __pyx_L1_error)
|
|
26629
26629
|
|
|
26630
26630
|
/* "tmsgpack/cython.pyx":13
|
|
26631
26631
|
* ctypedef double float64_t
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# THIS FILE IS AUTOMATICALLY CREATED BY THE test-run.sh SCRIPT!
|
|
2
2
|
# DON'T EDIT THIS FILE. EDIT THE SOURCES, INSTEAD: tmsgpack/src-parts/*
|
|
3
3
|
|
|
4
|
-
__version__ = "0.2.
|
|
4
|
+
__version__ = "0.2.9"
|
|
5
5
|
|
|
6
6
|
from libc.stdint cimport int8_t, int16_t, int32_t, int64_t
|
|
7
7
|
from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t
|
tmsgpack-0.2.7/Automatic-Version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.2.7
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|