for epel10
This update has been submitted for testing by kkeithle.
This update's test gating status has been changed to 'ignored'.
Looks good to me (on centos 10 stream):
# rpm -q python3-msgpack python3-msgpack-1.1.0-2.el10_0.x86_64 # python Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import msgpack >>> msgpack.packb([1, 2, 3], use_bin_type=True) b'\x93\x01\x02\x03' >>> msgpack.unpackb(_, raw=False) [1, 2, 3] >>> #
Works for me on CentOS 10:
[root@76ecb3e1b995 /]# dnf install -y https://kojipkgs.fedoraproject.org//packages/python-msgpack/1.1.0/2.el10_0/x86_64/python3-msgpack-1.1.0-2.el10_0.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/python-msgpack/1.1.0/2.el10_0/x86_64/python-msgpack-debugsource-1.1.0-2.el10_0.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/python-msgpack/1.1.0/2.el10_0/x86_64/python3-msgpack-debuginfo-1.1.0-2.el10_0.x86_64.rpm Last metadata expiration check: 0:29:03 ago on Tue Feb 25 10:35:35 2025. python3-msgpack-1.1.0-2.el10_0.x86_64.rpm 26 kB/s | 106 kB 00:04 python-msgpack-debugsource-1.1.0-2.el10_0.x86_64.rpm 127 kB/s | 108 kB 00:00 python3-msgpack-debuginfo-1.1.0-2.el10_0.x86_64.rpm 273 kB/s | 265 kB 00:00 Dependencies resolved. ========================================================================================================== Package Architecture Version Repository Size ========================================================================================================== Installing: python-msgpack-debugsource x86_64 1.1.0-2.el10_0 @commandline 108 k python3-msgpack x86_64 1.1.0-2.el10_0 @commandline 106 k python3-msgpack-debuginfo x86_64 1.1.0-2.el10_0 @commandline 265 k Transaction Summary ========================================================================================================== Install 3 Packages Total size: 479 k Installed size: 2.1 M Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python-msgpack-debugsource-1.1.0-2.el10_0.x86_64 1/3 Installing : python3-msgpack-debuginfo-1.1.0-2.el10_0.x86_64 2/3 Installing : python3-msgpack-1.1.0-2.el10_0.x86_64 3/3 Running scriptlet: python3-msgpack-1.1.0-2.el10_0.x86_64 3/3 Installed: python-msgpack-debugsource-1.1.0-2.el10_0.x86_64 python3-msgpack-1.1.0-2.el10_0.x86_64 python3-msgpack-debuginfo-1.1.0-2.el10_0.x86_64 Complete! [root@76ecb3e1b995 /]# python Python 3.12.8 (main, Dec 3 2024, 00:00:00) [GCC 14.2.1 20241104 (Red Hat 14.2.1-6)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import msgpack
This update has been submitted for stable by bodhi.
This update has been pushed to stable.
Please log in to add feedback.
Confirm request to re-trigger tests.
This update has been submitted for testing by kkeithle.
This update's test gating status has been changed to 'ignored'.
Looks good to me (on centos 10 stream):
Works for me on CentOS 10:
This update has been submitted for stable by bodhi.
This update has been pushed to stable.