From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cNgJr4vNyz30FD for ; Fri, 12 Sep 2025 16:45:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cNgJn22N2z30LW for ; Fri, 12 Sep 2025 16:45:13 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cNgJg4vJJz3LZ; Fri, 12 Sep 2025 16:45:07 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757695507; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BwicJ12GsNHySP8rQ7JMzaCxC1vcfCVXBb/UYlDL/Eg=; b=NP1XrYGP4T054XFL5TMoYdD/ot29uvAApOHorCB6u+LPUFPQQpFKAKyXWdRS9PzMYPnjj/ KPXF7fHxLeYDw1Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757695507; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BwicJ12GsNHySP8rQ7JMzaCxC1vcfCVXBb/UYlDL/Eg=; b=uW7z+z6CUlagqwSWL7IXEJiVYJFVuQdtb2a3c0crER2kM+Vtney91CaIqIW0HROo1jueBU maZKFS+/b55cjHE1/xxQW63O/x+B+N/rhlxXT6+Eaq4rhd2CxmCEQBZXEIpUBkcggwJEud QGP5jlOj5MClx1h9jENpz40iXtnX9GM08gsf+5MLZ+zOug5Q0LH7NHP2MvLTaqKrssTHAA j4BK/C8DdIvV5y+1AEca2XibYm3c5SyDrTpPoLiK3NT3sQzjqU1U9rk90LiFgR0O/OVven kJN/2FuSBjVetddFK5GrH10R360tVdjk4msGxVRRaOFELkYgnwjcInv/a0wJpA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] python3-msgpack: Update to version 1.1.0 Date: Fri, 12 Sep 2025 18:45:02 +0200 Message-ID: <20250912164502.3480904-2-adolf.belka@ipfire.org> In-Reply-To: <20250912164502.3480904-1-adolf.belka@ipfire.org> References: <20250912164502.3480904-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 1.0.8 to 1.1.0 - Update of rootfile - borgbackup requires python3-msgpack and has updated the version to be up to 1.1.0 - Changelog 1.1.0 use PyLong_* instead of PyInt_* for compatibility with future Cython. (#620) 1.1.0rc2 Update Cython to 3.0.11 for better Python 3.13 support. Update cibuildwheel to 2.20.0 to build Python 3.13 wheels 1.1.0rc1 Update Cython to 3.0.10 to reduce C warnings and future support for Python 3.13. Stop using C++ mode in Cython to reduce compile error on some compilers. Packer() has buf_size option to specify initial size of internal buffer to reduce reallocation. The default internal buffer size of Packer() is reduced from 1MiB to 256KiB to optimize for common use cases. Use buf_size if you are packing large data. Timestamp.to_datetime() and Timestamp.from_datetime() become more accurate by avoiding floating point calculations. (#591) The Cython code for Unpacker has been slightly rewritten for maintainability. The fallback implementation of Packer() and Unpacker() now uses keyword-only arguments to improve compatibility with the Cython implementation. Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-msgpack | 10 +++++----- lfs/python3-msgpack | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/python3-msgpack b/config/rootfiles/packages/python3-msgpack index 4859b8a71..74fe2f1aa 100644 --- a/config/rootfiles/packages/python3-msgpack +++ b/config/rootfiles/packages/python3-msgpack @@ -1,9 +1,9 @@ usr/lib/python3.10/site-packages/msgpack -#usr/lib/python3.10/site-packages/msgpack-1.0.8-py3.10.egg-info -#usr/lib/python3.10/site-packages/msgpack-1.0.8-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/msgpack-1.0.8-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/msgpack-1.0.8-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/msgpack-1.0.8-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/msgpack-1.1.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/msgpack-1.1.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/msgpack-1.1.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/msgpack-1.1.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/msgpack-1.1.0-py3.10.egg-info/top_level.txt usr/lib/python3.10/site-packages/msgpack/__init__.py usr/lib/python3.10/site-packages/msgpack/_cmsgpack.cpython-310-xxxMACHINExxx-linux-gnu.so usr/lib/python3.10/site-packages/msgpack/exceptions.py diff --git a/lfs/python3-msgpack b/lfs/python3-msgpack index d8edd89e0..0917d3b78 100644 --- a/lfs/python3-msgpack +++ b/lfs/python3-msgpack @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.0.8 +VER = 1.1.0 SUMMARY = Python module for reading and writing MessagePack data THISAPP = msgpack-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-msgpack -PAK_VER = 5 +PAK_VER = 6 DEPS = # borgbackup only works with specific versions of python3-msgpack - check when updating @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 714b0355941104e791c5a3b8ee2bd4f40b11484631a3bde63e7c0bdbb925a603c4704b037ab437c2330dc0d2e466d41ccfd50c6a45ef798e5cd34a87e4e3863f +$(DL_FILE)_BLAKE2 = fd6497ce248fabae481de41cb27bccf001e75425564f16caff9f5dceb52d82949481589a92635f4c25178f03002daf604073fc2bb07c8133e81a8ee2f1ccb7c4 install : $(TARGET) -- 2.51.0