From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/3] python3-msgpack: Update to version 1.0.8
Date: Tue, 27 Aug 2024 13:54:13 +0200 [thread overview]
Message-ID: <20240827115414.3428157-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240827115414.3428157-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3679 bytes --]
- Update from version 1.0.7 to 1.0.8
- Update of rootfile
- borgbackup now works with version 1.0.8 of msgpack
- Changelog
1.0.8
exclude C/Cython files from wheel by @methane in #577
Build pure Python wheel for minor architectures.
update Cython to 3.0.8 by @methane in #581
This fixes memory leak when iterating over Unpacker on Python 3.12.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/packages/python3-msgpack | 21 +++++----------------
lfs/python3-msgpack | 6 +++---
2 files changed, 8 insertions(+), 19 deletions(-)
diff --git a/config/rootfiles/packages/python3-msgpack b/config/rootfiles/packages/python3-msgpack
index e5742ddb9..4859b8a71 100644
--- a/config/rootfiles/packages/python3-msgpack
+++ b/config/rootfiles/packages/python3-msgpack
@@ -1,22 +1,11 @@
usr/lib/python3.10/site-packages/msgpack
-#usr/lib/python3.10/site-packages/msgpack-1.0.7-py3.10.egg-info
-#usr/lib/python3.10/site-packages/msgpack-1.0.7-py3.10.egg-info/PKG-INFO
-#usr/lib/python3.10/site-packages/msgpack-1.0.7-py3.10.egg-info/SOURCES.txt
-#usr/lib/python3.10/site-packages/msgpack-1.0.7-py3.10.egg-info/dependency_links.txt
-#usr/lib/python3.10/site-packages/msgpack-1.0.7-py3.10.egg-info/top_level.txt
+#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/__init__.py
-usr/lib/python3.10/site-packages/msgpack/_cmsgpack.cpp
usr/lib/python3.10/site-packages/msgpack/_cmsgpack.cpython-310-xxxMACHINExxx-linux-gnu.so
-usr/lib/python3.10/site-packages/msgpack/_cmsgpack.pyx
-usr/lib/python3.10/site-packages/msgpack/_packer.pyx
-usr/lib/python3.10/site-packages/msgpack/_unpacker.pyx
-#usr/lib/python3.10/site-packages/msgpack/buff_converter.h
usr/lib/python3.10/site-packages/msgpack/exceptions.py
usr/lib/python3.10/site-packages/msgpack/ext.py
usr/lib/python3.10/site-packages/msgpack/fallback.py
-#usr/lib/python3.10/site-packages/msgpack/pack.h
-#usr/lib/python3.10/site-packages/msgpack/pack_template.h
-#usr/lib/python3.10/site-packages/msgpack/sysdep.h
-#usr/lib/python3.10/site-packages/msgpack/unpack.h
-#usr/lib/python3.10/site-packages/msgpack/unpack_define.h
-#usr/lib/python3.10/site-packages/msgpack/unpack_template.h
diff --git a/lfs/python3-msgpack b/lfs/python3-msgpack
index f09edd3e8..d8edd89e0 100644
--- a/lfs/python3-msgpack
+++ b/lfs/python3-msgpack
@@ -24,7 +24,7 @@
include Config
-VER = 1.0.7
+VER = 1.0.8
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 = 4
+PAK_VER = 5
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 = 8ddf2acf6bf81498d981c3ec83cbdffde1b1611f8ac23d3377f3f1541e679eda288b40b949bd586ca24a7059da3a0f73fa797a661375135ec092f408521c8527
+$(DL_FILE)_BLAKE2 = 714b0355941104e791c5a3b8ee2bd4f40b11484631a3bde63e7c0bdbb925a603c4704b037ab437c2330dc0d2e466d41ccfd50c6a45ef798e5cd34a87e4e3863f
install : $(TARGET)
--
2.46.0
next prev parent reply other threads:[~2024-08-27 11:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-27 11:54 [PATCH 1/3] borgbackup: Update to version 1.4.0 Adolf Belka
2024-08-27 11:54 ` Adolf Belka [this message]
2024-08-27 11:54 ` [PATCH 3/3] libxxhash: New install, required by borgbackup " Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240827115414.3428157-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox