Changelog for
python311-thriftpy2-0.4.20-1.3.x86_64.rpm :
* Tue Mar 12 2024 Steve Kowalik
- Update to 0.4.20:
* Fix another compatibility issue with legacy Python.
* Fix a compatibility issue with legacy Python.
* Make the import hook compatible with Python3.12.
* Added a ``strict_decode`` option to all protocols to force all strings in the response to be decoded to ``str``.
* Allow annotations in the ``Union`` type.
* Fixed the ``message_type`` in oneway request.
* Fix Cython build error in latest Python3 version- Drop restriction on Cython.- Switch to pyproject macros.
* Sun Aug 13 2023 Dirk Müller - restrict to older cython
* Mon Feb 20 2023 Daniel Garcia - 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 2021 Matej Cepl - Update to 0.4.14: - revert support Apache JSON protocol and binary type, via 2-#157. - Support Apache JSON protocol and binary type, via 2-#139. - Fix HTTP_URI typo in http.py, via 2-#148. - Support custom headers for HTTP, via 2-#149. - Support raising TApplicationException in user handlers, via 2-#154. - Support include files with dot in name, via 2-#125.- Add new SSL certificates in new_certs.tar.xz
* Thu Mar 26 2020 pgajdosAATTsuse.com- version update to 0.4.11 - Support Cython in HTTP and fix TCyBufferedTransport early flush issue, via `2-#129`_. - Fix exception handling in TProcessor, via `2-#128`_. - Rename socket_timeout to timeout for compatibility, via `2-#115`_.
* Tue Jan 14 2020 Tomáš Chvátal - Update to 0.4.10:
* various bugfixes all around
* Tue Jan 07 2020 Tomáš Chvátal - Use python dbm dependency instead of legacy gdbm- Tweak up the dependencies to not be unresolvable
* Tue Oct 08 2019 Tomáš Chvátal - Update to 0.4.7:
* minor bugfixes
* Thu Sep 19 2019 Tomáš Chvátal - Skip two tests that timeout in OBS build
* Thu Sep 19 2019 Tomáš Chvátal - Pull in toro as a dep and build also with tornado 4.x