Revisions of python-msgpack
Ana Guerrero (anag+factory)
accepted
request 1200833
from
Markéta Machová (mcalabkova)
(revision 16)
Ana Guerrero (anag+factory)
accepted
request 1143992
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 1.0.7: * remove inline macro for msvc * do not fallback on build error * fix: build status badge * Drop python2 support * Drop Python 3.6 support * try Cython 3.0 * sphinx-related work * bugfixes * unpacker: Default value of input limits are smaller than before to into UnpackValueError. If you want to catch all exception during unpack,
Dominique Leuenberger (dimstar_suse)
accepted
request 1085450
from
Dirk Mueller (dirkmueller)
(revision 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 1074518
from
Dirk Mueller (dirkmueller)
(revision 12)
- update to 1.0.5: * Fallback to compiler defines when __BYTE_ORDER is not available * Fix build error caused by ntohs, ntohl * Add python 3.11 wheels * fallback: Fix packing multidim memoryview * minor type in exception message
Dominique Leuenberger (dimstar_suse)
accepted
request 983773
from
Dirk Mueller (dirkmueller)
(revision 11)
- update to 1.0.4: * Support Python 3.11 (beta) * refresh ci settings. * Don't define _*ENDIAN macro on Unix. * Update setuptools and black * Use PyFloat_Pack8() on Python 3.11a7 * Upgrade black to fix CI * Fix Unpacker max_buffer_length handling * ci: Update action versions.
Dominique Leuenberger (dimstar_suse)
accepted
request 945449
from
Dirk Mueller (dirkmueller)
(revision 10)
- update to 1.0.3: * add python 3.10 support * bugfixes
Dominique Leuenberger (dimstar_suse)
accepted
request 857153
from
Dirk Mueller (dirkmueller)
(revision 9)
- update to 1.0.2: * Python 3.9 support * bugfixes
Dominique Leuenberger (dimstar_suse)
accepted
request 790161
from
Tomáš Chvátal (scarabeus_iv)
(revision 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 784149
from
Tomáš Chvátal (scarabeus_iv)
(revision 7)
- Fix build without python2
Dominique Leuenberger (dimstar_suse)
accepted
request 732174
from
Tomáš Chvátal (scarabeus_iv)
(revision 6)
- Update to 0.6.2: * Support Python 3.8. * Update Cython to 0.29.13 for support Python 3.8. * Some small optimizations.
Dominique Leuenberger (dimstar_suse)
accepted
request 682645
from
Ondřej Súkup (mimi_vx)
(revision 5)
- update to 0.6.1 * unpackb(data) configures max_*_len options from len(data), instead of static default sizes. * Unpacker(max_buffer_len=N) configures max_*_len options from N, instead of static default sizes. * max_bin_len, max_str_len, and max_ext_len are deprecated. * unpacker: Default value of input limits are smaller than before to avoid DoS attack * Unpacker doesn't wrap underlaying ValueError (including UnicodeError) into UnpackValueError. If you want to catch all exception during unpack, you need to use try ... except Exception with minimum try code block. * PackValueError and PackOverflowError are also removed. You need to catch normal ValueError and OverflowError. * Unpacker has strict_map_key option now. When it is true, only bytes and str (unicode in Python 2) are allowed for map keys. * Extension modules are merged. There is msgpack._cmsgpack instead of msgpack._packer and msgpack._unpacker. * Add Unpacker.getbuffer() method. * unpacker: msgpack.StackError is raised when input data contains too nested data * unpacker: msgpack.FormatError is raised when input data is not valid msgpack format.
Dominique Leuenberger (dimstar_suse)
accepted
request 581923
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
Dominique Leuenberger (dimstar_suse)
accepted
request 580264
from
Tomáš Chvátal (scarabeus_iv)
(revision 2)
Dominique Leuenberger (dimstar_suse)
accepted
request 575577
from
Dirk Mueller (dirkmueller)
(revision 1)
Displaying all 16 revisions