2025-08-06 16:15:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 5 12:06:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.5.3
|
|
|
|
* Move dependencies from setup.py to project.toml
|
|
|
|
* fix tox config
|
|
|
|
* fix flake8 error in local test
|
|
|
|
* fix: sub module conflict error
|
|
|
|
* Use SO_REUSEPORT only for AF_INET sockets
|
|
|
|
* Make flake8 happy
|
|
|
|
* Resolve daemon warnings for threading methods
|
|
|
|
* Add GHA workflow to build wheels
|
|
|
|
* Allow for omitted FieldID in Field definitions
|
|
|
|
* Bump version to v0.5.3b1
|
|
|
|
* Requires Python3.7
|
|
|
|
* feat: optimize error output
|
|
|
|
* fix: memory leak risk
|
|
|
|
* Bump version 0.5.3b2
|
|
|
|
* Add experimental freethreading support
|
|
|
|
* Bump version 0.5.3
|
|
|
|
- Drop 0001-Use-SO_REUSEPORT-only-for-AF_INET-sockets.patch, merged upstream
|
|
|
|
- Update BuildRequires from pyproject.toml
|
|
|
|
|
2025-02-26 12:07:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 26 11:05:48 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Add patch 0001-Use-SO_REUSEPORT-only-for-AF_INET-sockets.patch to
|
|
|
|
make it compatible with latest cpython. gh#Thriftpy/thriftpy2#303
|
|
|
|
- Update to 0.5.2:
|
|
|
|
* Fix an issue where loading a thrift file in a sub-thread will cause an error with load_fp.
|
|
|
|
* Move static metadata from setup.py to pyproject.toml.
|
|
|
|
* Using a thread pool to avoid TAsyncSocket.open block the event loop.
|
|
|
|
- 0.5.1:
|
|
|
|
* Fix an issue where loading a thrift file in a sub-thread will cause an error.
|
|
|
|
* Some typo fixes.
|
|
|
|
|
2024-05-29 12:59:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 29 11:59:34 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.5.0:
|
|
|
|
* Dropped Python2 and Python3.5 Support.
|
|
|
|
* Added SASL transport client.
|
|
|
|
* Add submodule to sys.path when loading child idl file.
|
|
|
|
* Support cythonized module on Windows.
|
|
|
|
* Support using ipv6 in make_client/make_server method.
|
|
|
|
* Basic multi-thread support in parser.
|
|
|
|
- Switch package to modern Python Stack on SLE-15
|
|
|
|
* Use Python 3.11 on SLE-15 by default
|
|
|
|
- Disable additional tests that require internet connection
|
|
|
|
* test_api_ipv6
|
|
|
|
|
2024-03-12 01:04:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 12 01:03:03 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2023-08-13 19:27:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 13 19:26:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- restrict to older cython
|
|
|
|
|
2023-02-20 10:26:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2021-10-26 11:21:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 26 11:02:14 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-03-26 11:22:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 26 11:07:36 UTC 2020 - pgajdos@suse.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`_.
|
|
|
|
|
2020-01-14 10:05:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 14 10:02:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.4.10:
|
|
|
|
* various bugfixes all around
|
|
|
|
|
2019-10-08 09:11:57 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-01-07 11:43:23 +00:00
|
|
|
Tue Jan 7 11:37:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Use python dbm dependency instead of legacy gdbm
|
2020-01-13 12:28:01 +00:00
|
|
|
- Tweak up the dependencies to not be unresolvable
|
2020-01-07 11:43:23 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-10-08 09:11:57 +00:00
|
|
|
Tue Oct 8 09:06:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.4.7:
|
|
|
|
* minor bugfixes
|
|
|
|
|
2019-09-19 13:06:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 19 13:06:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Skip two tests that timeout in OBS build
|
|
|
|
|
2019-09-19 08:05:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 19 08:05:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Pull in toro as a dep and build also with tornado 4.x
|
|
|
|
|
2019-09-12 09:46:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 12 09:06:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Rename to python-thriftpy2 as thriftpy was deprecated
|
|
|
|
- Drop patch tornado_5.patch
|
|
|
|
|
2019-09-12 09:06:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 17 14:12:57 UTC 2018 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- add tornado_5.patch to build with tornado-5.x
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 22 19:14:34 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|