14
0

- Update to 0.6.2:

* Support Python 3.8.
  * Update Cython to 0.29.13 for support Python 3.8.
  * Some small optimizations.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msgpack?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2019-09-20 12:49:40 +00:00
committed by Git OBS Bridge
parent 5434af81e9
commit d4ba4aa48f
4 changed files with 15 additions and 18 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 20 12:47:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.6.2:
* Support Python 3.8.
* Update Cython to 0.29.13 for support Python 3.8.
* Some small optimizations.
-------------------------------------------------------------------
Thu Mar 7 21:33:19 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>