stable

python-msgpack-1.1.0-2.el10_1

FEDORA-EPEL-2025-fe77288aaf created by kkeithle a year ago for Fedora EPEL 10.1

epel10 build

This update has been submitted for testing by kkeithle.

a year ago

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

a year ago
User Icon romaingeissler1a commented & provided feedback a year ago
karma

Installs fine inside a container:

[root@f59cd791c70d /]# python3
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
>>>
BZ#2335428 Please branch and build python-msgpack in epel10
User Icon noon commented & provided feedback a year ago
karma

Looks good to me (on centos 10 stream):

# dnf install ./python3-msgpack-1.1.0-2.el10_1.x86_64.rpm
Last metadata expiration check: 0:09:09 ago on Tue Feb 25 10:19:05 2025.
Dependencies resolved.
=======================================================================
 Package             Architecture  Version         Repository     Size
=======================================================================
Installing:
 python3-msgpack     x86_64        1.1.0-2.el10_1  @commandline  106 k

Transaction Summary
=======================================================================
Install  1 Package

Total size: 106 k
Installed size: 329 k
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                                           1/1 
  Installing       : python3-msgpack-1.1.0-2.el10_1.x86_64                                                                                                                                                     1/1 
  Running scriptlet: python3-msgpack-1.1.0-2.el10_1.x86_64                                                                                                                                                     1/1

Installed:
  python3-msgpack-1.1.0-2.el10_1.x86_64

Complete!
[root@12343bd36d00 tmp]# 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]
>>>
BZ#2335428 Please branch and build python-msgpack in epel10
User Icon carlens commented & provided feedback a year ago
karma

Looks good for me too on CentOS10.

BZ#2335428 Please branch and build python-msgpack in epel10

This update has been submitted for stable by bodhi.

a year ago

This update has been pushed to stable.

a year 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
a year ago
in stable
a year ago
approved
a year ago
BZ#2335428 Please branch and build python-msgpack in epel10
0
3

Automated Test Results