Revisions of python-msgpack

buildservice-autocommit accepted request 1143992 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 35)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 33)
- 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,
buildservice-autocommit accepted request 1085450 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1085424 from Johannes Kastl's avatar Johannes Kastl (ojkastl_buildservice) (revision 31)
add sle15_python_module_pythons
buildservice-autocommit accepted request 1074518 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 29)
- 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
buildservice-autocommit accepted request 983773 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- 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.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 26)
- update to 1.0.3:
  * add python 3.10 support
  * bugfixes
buildservice-autocommit accepted request 857153 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 24)
- update to 1.0.2:
  * Python 3.9 support
  * bugfixes
buildservice-autocommit accepted request 790161 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 23)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 790146 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 22)
- version update to 1.0.0
  * Remove Python 2 support from the msgpack/_cmsgpack. msgpack/fallback still supports Python 2.
  * Remove encoding option from the Packer and Unpacker.
  * Unpacker: The default value of max_buffer_type is changed to 100MiB.
  * Unpacker: strict_map_key is True by default now.
  * Unpacker: String map keys are interned.
  * Drop old buffer protocol support.
  * Support Timestamp type.
  * Support serializing and decerializing datetime object with tzinfo.
  * Unpacker: Fix Unpacker.read_bytes() in fallback implementation. (#352)
buildservice-autocommit accepted request 784149 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 21)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 20)
- Fix build without python2
buildservice-autocommit accepted request 732174 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 19)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 18)
- Update to 0.6.2:
  * Support Python 3.8.
  * Update Cython to 0.29.13 for support Python 3.8.
  * Some small optimizations.
buildservice-autocommit accepted request 682645 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 17)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 16)
- 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.
Displaying revisions 1 - 20 of 35
openSUSE Build Service is sponsored by