Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-msgpack for openSUSE:Factory checked in at 2026-08-24 12:01:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-msgpack (Old) and /work/SRC/openSUSE:Factory/.python-msgpack.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msgpack" Mon Aug 24 12:01:23 2026 rev:20 rq:1363044 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-msgpack/python-msgpack.changes 2025-10-18 14:37:05.604608347 +0200 +++ /work/SRC/openSUSE:Factory/.python-msgpack.new.1258/python-msgpack.changes 2026-08-24 12:01:49.586087142 +0200 @@ -1,0 +2,47 @@ +Wed Jul 1 09:17:38 UTC 2026 - Markéta Machová <[email protected]> + +- update to 1.2.1 (bsc#1269947, CVE-2026-57585) + * Fix a segfault when calling Unpacker.unpack() or Unpacker.skip() + after an unpacking failure. + +------------------------------------------------------------------- +Sun Jun 14 20:31:18 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.2.0: + * relax setuptools version + * update setuptools requirements to >=78.1.1 + * cython: freethreading_compatible + * drop Python 3.9 + * update cython and cibuildwheel + * ci: add riscv64 manylinux/musllinux wheels + * fix: check `unpack_callback_uint32` result + * fix: re-raise existing exception when available + * fix: check return code in `unpack_callback_int64` + * Fixed README example + * Bump the all-dependencies group with 6 updates + * ci: use ubuntu-slim for lint + * fix: enforce `strict_map_key` with `object_pairs_hook` + * Raise DEFAULT_RECURSE_LIMIT from 511 to 1024 + * fix: properly handle return codes in `pack_timestamp` + * fix: avoid memory leak when decoding invalid nested arrays + * Add missing autoreset in Packer.pack_ext_type + * Add no-GIL interpreter support + * skip recursion limit test on free-threaded CPython builds + * Fix Timestamp.from_datetime returning wrong value for pre- + epoch datetimes + * Add 3.15 to CI + * fix: use-after-free in `get_data_from_buffer` + * change changelog format to markdown + * Bump the all-dependencies group with 2 updates + * Bump sys.setrecursionlimit within test_nest_limit_1024 + * Guard `Packer` buffer protocol hooks with Cython critical + sections + * Harden `Unpacker.__init__` re-entry cleanup to prevent + buffer/context leaks + * release v1.2.0rc1 + * Wheels CI hangs for MacOS Intel + * Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 in the all- + dependencies group + * release v1.2.0 + +------------------------------------------------------------------- Old: ---- msgpack-1.1.2.tar.gz New: ---- msgpack-1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-msgpack.spec ++++++ --- /var/tmp/diff_new_pack.Q1zExV/_old 2026-08-24 12:01:50.376115014 +0200 +++ /var/tmp/diff_new_pack.Q1zExV/_new 2026-08-24 12:01:50.380115155 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-msgpack # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,17 @@ %{?sle15_python_module_pythons} Name: python-msgpack -Version: 1.1.2 +Version: 1.2.1 Release: 0 Summary: MessagePack (de)serializer License: Apache-2.0 URL: https://github.com/msgpack/msgpack-python Source: https://files.pythonhosted.org/packages/source/m/msgpack/msgpack-%{version}.tar.gz -BuildRequires: %{python_module Cython} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module Cython >= 3.2.5} +BuildRequires: %{python_module devel >= 3.10} BuildRequires: %{python_module pip} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pytest >= 9.0.3} +BuildRequires: %{python_module setuptools >= 78.1.1} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++ ++++++ msgpack-1.1.2.tar.gz -> msgpack-1.2.1.tar.gz ++++++ ++++ 18643 lines of diff (skipped)
