- 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:
Dirk Mueller 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51fdc7fb93615286428ee7758cecc2f374d5ff363bdd884c7ea622a7a327a81e
size 123830

3
msgpack-1.0.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f
size 128053

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jun 19 18:30:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Mon Jan 10 23:20:31 UTC 2022 - Dirk Müller <dmueller@suse.com>

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