stable

python-msgpack-1.1.0-2.el10_0

FEDORA-EPEL-2025-fec9a9f7d6 created by kkeithle 12 months ago for Fedora EPEL 10.0

for epel10

This update has been submitted for testing by kkeithle.

12 months ago

This update's test gating status has been changed to 'ignored'.

12 months ago
karma
User Icon noon commented & provided feedback 12 months ago
karma

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]
>>> 
#
User Icon carlens commented & provided feedback 12 months ago
karma

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.

12 months ago

This update has been pushed to stable.

12 months ago

Please log in to add feedback.

Metadata
Type
newpackage
Severity
low
Karma
3
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
3
Stable by Time
7 days
Dates
submitted
12 months ago
in stable
12 months ago
approved
12 months ago

Automated Test Results