15
0

- Remove .c and .h devel files from python package distribution.

- Update to 0.4.16:
  * Fix unexpected binary type id in TBinaryTransport serialization
- versuib 0.4.15:
  * Support Apache JSON protocol and binary type
  * Replace "yield from" syntax to "await"
  * Fix some socket leaking cases in aio support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-thriftpy2?expand=0&rev=18
This commit is contained in:
2023-02-20 10:26:09 +00:00
committed by Git OBS Bridge
parent 3976c058fb
commit 6e00330f14
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 20 10:09:40 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Remove .c and .h devel files from python package distribution.
- Update to 0.4.16:
* Fix unexpected binary type id in TBinaryTransport serialization
- versuib 0.4.15:
* Support Apache JSON protocol and binary type
* Replace "yield from" syntax to "await"
* Fix some socket leaking cases in aio support
-------------------------------------------------------------------
Tue Oct 26 11:02:14 UTC 2021 - Matej Cepl <mcepl@suse.com>