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

@@ -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>