14
0

- update to 1.0.4:

* Support Python 3.11 (beta)
  * refresh ci settings.
  * Don't define _*ENDIAN macro on Unix.
  * Update setuptools and black
  * Use PyFloat_Pack8() on Python 3.11a7
  * Upgrade black to fix CI
  * Fix Unpacker max_buffer_length handling
  * ci: Update action versions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msgpack?expand=0&rev=27
This commit is contained in:
2022-06-19 18:31:47 +00:00
committed by Git OBS Bridge
parent 9cf7d65163
commit 2dd1a2f6eb
4 changed files with 17 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-msgpack
Version: 1.0.3
Version: 1.0.4
Release: 0
Summary: MessagePack (de)serializer
License: Apache-2.0