forked from ipfire/ipfire-2.x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-msgpack: Update to version 1.0.7
- Update from version 1.0.4 to 1.0.7 - Update of rootfile - Changelog 1.0.7 Fix build error of extension module on Windows. (#567) setup.py doesn't skip build error of extension module. (#568) 1.0.6 Add Python 3.12 wheels (#517) Remove Python 2.7, 3.6, and 3.7 support 1.0.5 Use __BYTE_ORDER__ instead of __BYTE_ORDER for portability. (#513, #514) Add Python 3.11 wheels (#517) fallback: Fix packing multidimensional memoryview (#527) Tested-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
- Loading branch information
Showing
2 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
usr/lib/python3.10/site-packages/msgpack | ||
#usr/lib/python3.10/site-packages/msgpack-1.0.4-py3.10.egg-info | ||
#usr/lib/python3.10/site-packages/msgpack-1.0.4-py3.10.egg-info/PKG-INFO | ||
#usr/lib/python3.10/site-packages/msgpack-1.0.4-py3.10.egg-info/SOURCES.txt | ||
#usr/lib/python3.10/site-packages/msgpack-1.0.4-py3.10.egg-info/dependency_links.txt | ||
#usr/lib/python3.10/site-packages/msgpack-1.0.4-py3.10.egg-info/top_level.txt | ||
#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/__init__.py | ||
usr/lib/python3.10/site-packages/msgpack/_cmsgpack.cpython-310-xxxMACHINExxx-linux-gnu.so | ||
usr/lib/python3.10/site-packages/msgpack/_cmsgpack.cpp | ||
usr/lib/python3.10/site-packages/msgpack/_cmsgpack.cpython-310-x86_64-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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters